[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [hobbit] MSGS test multiple log file monitoring
- To: <hobbit (at) hswn.dk>
- Subject: RE: [hobbit] MSGS test multiple log file monitoring
- From: "Gregory Wege" <gwege (at) infomanage.net>
- Date: Thu, 28 Feb 2008 11:55:01 -0500
- References: <A1C66EA63097A441929DC50B78060F0A8FE6A7 (at) scotty.imc2k3.local>
- Thread-index: Ach5aPfngRtuK4e3QT6GMPeplUwMrQAwajVg
- Thread-topic: [hobbit] MSGS test multiple log file monitoring
Anyone?
From: Gregory Wege [mailto:gwege (at) infomanage.net]
Sent: Wednesday, February 27, 2008 12:49 PM
To: hobbit (at) hswn.dk
Subject: [hobbit] MSGS test multiple log file monitoring
Hello,
We're running aix hobbit client against linux hobbit server 4.2.0 with
allinone patch.
We're currently experiencing difficulty on msgs test alerts while using
multiple log file monitoring for various groups.
To explain further when msgs test state is already yellow or red if
another alert is captured we're not getting alerts.
##### hobbit-alerts.cfg
HOST=foo.com
MAIL tech (at) foo.com FORMAT=PLAIN COLOR=RED,YELLOW
SERVICE=msgs,disk EXGROUP=customergrp
MAIL support (at) foo.com FORMAT=PLAIN COLOR=RED,YELLOW
For above example in my theory;
If msgs test turns yellow or red for group customergrp test an alert
sent to support (at) foo.com, but during that period (30mins) If there's
another alert captured not related to GROUP=customergrp alert is not
sent. In this example tech (at) foo.com is missing an alert related to it's
log file monitoring.
##### hobbit-clients.cfg
HOST=foo.com
LOG %.* %(Error|ERROR|error) COLOR=red
LOG %.* %(?-i)Severe COLOR=yellow
LOG %.* %(?-i)Warning COLOR=yellow
LOG /var/log/applicaton/apps.log %(?-i)error COLOR=yellow
GROUP=customergrp
Any ideas, help appreciated.
Thanks
-Greg