BB Unix Network Monitor - Message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: {bb} maint.pl v2.9 vs. v2.10



1. Perhaps someone at Manfred's site had modified maint.pl 2.9.  Maybe
he would like to send you a diff.

2. If you use maint.pl to disable a host prior to removing it from BB,
'bbrm' leaves the disable files. Modifying bbrm to remove those is very
useful.
	Add the following to the end of bbrm, before the 'exit 0':

# how about notifications
cd $BBHOME/tmp
for file in `$LS *_${BX1}.${BX2} 2>/dev/null # | $GREP "${BX1}\.[^.]*$"
2>/dev/null`
do
        echo "Removing notification file: $file"
        $RM -f $file
done

# how about disabled notifications
cd $BBVAR/disabled
for file in `$LS ${BX1}.${BX2} 2>/dev/null # | $GREP "${BX1}\.[^.]*$"
2>/dev/null`
do
        echo "Removing notification disable file: $file"
        $RM -f $file
Done

8<----cut here

3. Glad to see you're using my wrench.gif that I sent to deadcat, I
worked hard on it ;) We love maint.pl.

Thanks
Rick McClinton




> -----Original Message-----
> From: owner-bb@bb4.com [mailto:owner-bb@bb4.com] On Behalf Of Tom
Schmidt
> Sent: Wednesday, December 06, 2006 10:28 AM
> To: bb@bb4.com
> Subject: Re: {bb} maint.pl v2.9 vs. v2.10
> Importance: Low
> 
> Manfred,
> 	All v2.X versions of maint.pl have been setup so that the Enable
> feature will enable all of the disabled service tests for the host.
It
> has never had the granularity built in to re-enable only selected
> services.  V2.10 did not change this behavior from V2.9, so I am
> confused as to why your setup appears to look like you can enable
single
> services for a host if multiple services were disabled for it.  If
only
> one service was disabled for a host, then it will only enable the same
> one service.  You can disable single services in multiple runs of
> maint.pl, but it currently will enable all services that were
> cumulatively disabled for a host when Enable is selected.
> 
> 	I will look at adding this feature in the next release as it can
be
> useful to have.
> 
> Tom
> 
> Manfred Puerro (intern) wrote:
> > hello, i do not know why but my first mail didn't arrived at the bb
> > mailing-list, so i send it once again.
> >
> >
> > Hello everybody
> >
> > Today i installed the maint.pl extension version 2.10 on our
bigBrother
> > System (The former version was 2.9).
> >
> >
> > To shedule a disable at a certain time in future is a "nice to have"
> > Not so nice is the fact, that it is no more possible to re-enable
single
> > services on a host.
> >
> > the former enable button has disappeared and was replaced by a
"enable
> > all on host". Have i misunderstood something? Because if it is
really
> > true, that re-enabling of single services has been deleted... then
> > version 2.9 is clearly more preferable than 2.10...
> >
> > we switched back to 2.9 here... what are your thoughts about this?
> 
> --
> Tom L. Schmidt, Manager/SysAdmin Characterization Equipment
> Micron Technology, Inc.  http://www.micron.com/
> 8000 S. Federal Way  P.O. Box 6  Mail Stop 01-371  Boise, Idaho USA
> 83707-0006
> mailto:tschmidt@micron.com  http://peadmin.micron.com/
> --
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
> To unsubscribe from this list, or to subscribe to the bb-digest list
> send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
> subscribe bb-digest in the BODY of the message.

This message contains TMA Resources confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. 

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.


Home | Main Index | Thread Index