On Wed, Feb 16, 2005 at 10:01:40AM -0800, Bruce Lysik wrote:
Could you check the following in hobbitlaunch.cfg:
* The "hobbitd" command has "--alertcolors=red,purple > --okcolors=green"
* The "hobbitd_alert" command has "--alertcolors=red,purple"
This setup should give you alerts when a status is red (or purple),
and recovery notices only when they go green (after being red or
purple).
Hmm. I didn't have --okcolors=green, so I added that to the hobbitd command.
Just to clarify about the hobbitd_alert command, that's in the
bbpage module, correct?
Yep.
I didn't have --alertcolors there, but I've just added it:
[bbpage]
ENVFILE /opt/bb/server/etc/hobbitserver.cfg
NEEDS hobbitd
CMD hobbitd_channel --channel=page --log=$BBSERVERLOGS/page.log hobbitd_alert --alertcolors=red,purple
Looks ok now.
Henrik