diff options
author | Jonas Smedegaard <dr@jones.dk> | 2006-01-04 16:15:25 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2006-01-04 16:15:25 +0000 |
commit | b29ee45d354e16891e6a0584eec0fe3d87e3834d (patch) | |
tree | f549e0996537cd8cc3cb8f65d259fb2196e2b518 /logcheck | |
parent | 438121661926b6c3824132e8b3350440142fc0c4 (diff) |
Ignore oidentd user lookup failures for any port(?) number.
Diffstat (limited to 'logcheck')
-rw-r--r-- | logcheck/violations.ignore.d/local | 2 | ||||
-rw-r--r-- | logcheck/violations.ignore.d/oident | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/logcheck/violations.ignore.d/local b/logcheck/violations.ignore.d/local index b7f9554..3d81cfe 100644 --- a/logcheck/violations.ignore.d/local +++ b/logcheck/violations.ignore.d/local @@ -42,7 +42,7 @@ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ netsaint: HOST ALERT:.*;DOWN;SOFT;.*;CRITICAL.* ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ netsaint: HOST ALERT:.*;UP;SOFT;.*;PING OK.* ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ netsaint: Successfully shutdown\.\.\. \(PID=[0-9]+\) $ -^\w{3} [ :0-9]{11} [._[:alnum:]-]+ oidentd\[[0-9]+\]: \[[^[:space:]]+\] [0-9]+ , 25 : ERROR : NO-USER$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ oidentd\[[0-9]+\]: \[[^[:space:]]+\] [0-9]+ , [0-9]+ : ERROR : NO-USER$ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ pmud\[[0-9]+\]: Sleep for this PMU unsupported: will shutdown the machine on sleep request$ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/(local|smtpd)\[[0-9]+\]: warning: [\.0-9]+: hostname [^[:space:]]+ verification failed: Host (name has no address|not found(, try again)?)$ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/(local|smtpd)\[[0-9]+\]: warning: reject: ETRN [^[:space:]]+\.\.\. from [^[:space:]]+\[[\.0-9]+\]$ diff --git a/logcheck/violations.ignore.d/oident b/logcheck/violations.ignore.d/oident index 6aed293..da7e92e 100644 --- a/logcheck/violations.ignore.d/oident +++ b/logcheck/violations.ignore.d/oident @@ -1 +1 @@ -^\w{3} [ :0-9]{11} [._[:alnum:]-]+ oidentd\[[0-9]+\]: \[[^[:space:]]+\] [0-9]+ , 25 : ERROR : NO-USER$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ oidentd\[[0-9]+\]: \[[^[:space:]]+\] [0-9]+ , [0-9]+ : ERROR : NO-USER$ |