[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [hobbit] Combination of keywords in rules
- To: <hobbit (at) hswn.dk>
- Subject: RE: [hobbit] Combination of keywords in rules
- From: "Thomas Ruecker" <mls (at) fl-base.de>
- Date: Thu, 7 Apr 2005 00:08:04 +0200
- Thread-index: AcU6rSe3kjXjCSemQ12yyVaBMKXxkgAR4O1A
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