Xymon Mailing List Archive search

Check log - ignore

list Olivier Boyaval
Mon, 27 Nov 2006 13:52:52 +0100
Message-Id: <user-e28e4ab0224d@xymon.invalid>

Pierre Ronnefalk a écrit :
Hi,

I have the following check

HOST=host01
LOG /var/adm/messages %WARNING COLOR=yellow IGNORE=ARERR
LOG /var/adm/messages %ERROR COLOR=red IGNORE=ARERR

The problem is that ignore is not working. If i understand it right 
the rows with the ignore text shoult not show up.

I have also tried IGNORE=%ARERR, but sam result…

/Pierre
Try this synthax :
LOG /var/adm/messages %WARNING yellow "IGNORE=AERR"
LOG /var/adm/messages %ERROR red "IGNORE=ARERR"

Cdl

Olivier