On Mon, Nov 27, 2006 at 11:03:18AM +0100, Pierre Ronnefalk wrote: > 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 Try moving the IGNORE before the COLOR setting. LOG /var/adm/messages %ERROR IGNORE=ARERR COLOR=red (both should work, but I'm not sure they do). Regards, Henrik