[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [hobbit] Check log - ignore



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