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