Xymon Mailing List Archive search

LOG test fails to IGNORE ?

list Olivier Boyaval
Mon, 02 Oct 2006 13:42:41 +0200
Message-Id: <user-08f2c0c2fc20@xymon.invalid>

Jerry Yu a écrit :
The 'hobbit-clients.cfg' man page give this example:
LOG /var/log/daemon.log %WARNING|NOTICE COLOR=yellow IGNORE=lpr

This is identical to mine except the actual log file name and strings.
I had the same problem with this synthax. I have resolved it by using 
this synthax :

log /var/log/messages %WARNING|NOTICE|ERROR yellow "IGNORE=relabeling"

-> no use of COLOR= keyword
-> use of quote (") on the ignore keyword and string.

Cdl

Olivier