Xymon Mailing List Archive search

Combination of keywords in rules

list Thomas Ruecker
Thu, 7 Apr 2005 00:08:04 +0200
Message-Id: <user-2ee4487965fe@xymon.invalid>

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.

Thomas