BB Unix Network Monitor - Message

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

Re: {bb} turning off default client checks



On Tue, 27 Jul 2004, Kimberly McKinnis wrote:

I need to turn off msgs, procs and disk checks on some new BB client
installs. They're always going to be red because of how things are set
up. I cannot for the life of me find the file which allows you to do
this and the BB manual has been no help. A search for procs yields
nothing. Anyone have a quick answer? Thanks.

You didn't specify what platform you're using (Windows/UNIX) or what version....so I'll assume. :-)


Check bbdef.sh (or bbdef-client.sh) for the following section (near the end of the file):

#
# Variables to determine if local test is to be run
# and if so, does it send a msg anyway
#
DOCPU="TRUE"
DOMSGS="TRUE"
DOPROCS="TRUE"
DODISK="TRUE"
NOCPUCOLOR="clear"      # Set to "" if you don't want a message sent
NOMSGSCOLOR="clear"     # anything else will send a message to BBDISPLAY
NODISKCOLOR="clear"
NOPROCSCOLOR="clear"
export DOMSGS DOPROCS DODISK DOCPU
export NOCPUCOLOR NOMSGSCOLOR NODISKCOLOR NOPROCSCOLOR


Set the appropriate flags for the tests you want to disable.


--Jeff

"Smart-ass comments are always free to the general public."
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
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