[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
hobbit-clients.cfg LOG problem
- To: hobbit (at) hswn.dk
- Subject: hobbit-clients.cfg LOG problem
- From: "Matt McGrievy" <mcgrievy (at) email.unc.edu>
- Date: Fri, 05 Jan 2007 16:25:11 -0500
- User-agent: Thunderbird 1.5.0.9 (Windows/20061207)
Hi All,
I'm trying to configure log file monitoring in hobbit-clients.cfg and am
having trouble with the ignore syntax. This line (in the DEFAULT
section) works for me:
LOG %.* %NOTICE|ERROR|OFFLINE|failed COLOR=yellow IGNORE=%compression
Status goes yellow on the matching strings and ignores "compression."
If I try to add multiple strings to the IGNORE statement, it breaks --
it still turns yellow correctly, but nothing is ignored. I've tried the
following to no avail:
LOG %.* %NOTICE|ERROR|OFFLINE|failed COLOR=yellow
IGNORE=%compression|nis_bind_broadcast
LOG %.* %NOTICE|ERROR|OFFLINE|failed COLOR=yellow
IGNORE=%(compression|nis_bind_broadcast)
LOG %.* %NOTICE|ERROR|OFFLINE|failed COLOR=yellow
IGNORE=%"compression|nis_bind_broadcast"
LOG %.* %NOTICE|ERROR|OFFLINE|failed COLOR=yellow
IGNORE="%compression|nis_bind_broadcast"
Version is 4.2.0. I'm sure it's something simple, but anyone know what
I'm doing wrong?
Thanks!
Matt