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