Xymon Mailing List Archive search

msgs column match-pattern

list Dominique Frise
Tue, 18 Apr 2006 10:12:40 +0200
Message-Id: <user-4b13d9397e4f@xymon.invalid>

Hi

In hobbit-client.cfg we tried following rule:

	LOG %.* WARNING yellow

But messages with "WARNING" never trigger a yellow status.


When we put a regexp like this:

	LOG %.* %WARNING yellow


Messages with "WARNING" AND "warning" (small caps) trigger a yellow status
Is this the expected behaviour?


Dominique