[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Logcheck Ignore
- Subject: RE: [cobalt-users] Logcheck Ignore
- From: "JK" <thejk@xxxxxxxx>
- Date: Fri Apr 13 02:02:16 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>I have this in my logcheck.ignore file:
>
>named.*: .*bad referral.*
>sendmail.*:NOQUEUE*
>
>However, I still receive in the logcheck email this:
I believe that logcheck.violations contains the word "bad" and
"NOQUEUE". If that's the case, then you should put the above two
lines, namely,
named.*: .*bad referral.*
sendmail.*:NOQUEUE*
in logcheck.violations.ignore file. At least, that's my understanding.