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 user-1076cbedcc21@xymon.invalid FORMAT=PLAIN COLOR=RED,YELLOW
SERVICE=msgs,disk EXGROUP=customergrp
MAIL user-9a4e95710e98@xymon.invalid 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 user-9a4e95710e98@xymon.invalid, but during that period (30mins) If there's
another alert captured not related to GROUP=customergrp alert is not
sent. In this example user-1076cbedcc21@xymon.invalid 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