Xymon Mailing List Archive search

msgs column match-pattern

list John Glowacki
Tue, 18 Apr 2006 12:36:51 -0400
Message-Id: <user-39d97ea4e4c6@xymon.invalid>

Dominique Frise wrote:
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
I would hope that is not the expected behavior. But I can confirm that I am having the same. It matched on upper and lower cases.

John