Xymon Mailing List Archive search

Combination of keywords in rules

list Tom Georgoulias
Thu, 07 Apr 2005 08:53:51 -0400
Message-Id: <user-ea574e491dc1@xymon.invalid>

Thomas Ruecker wrote:
Hi,
I found some problems with alerts.
I had the following sensors in one group:
$SENSORS=cisco-cpu,cisco-conn,conn,...

In this combination, the will be never an alarm for conn. I changed it to
the following:
$SENSORS=conn,cisco-cpu,cisco-conn,...

And now I get alerts for conn. I think this is a littlebit strange.
If you run this command, you can see how hobbit intepreted the alerts 
file.  That might help you point out the problem.

~/server/bin/bbcmd --env=/home/hobbit/server/etc/hobbitserver.cfg 
hobbitd_alert --dump-config

Tom