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

RE: [cobalt-users] Logcheck Ignore



>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.