diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-05-25 03:14:19 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-05-25 03:14:19 +0000 |
commit | f3b7ce8fdf767b85073d8e272e3298d5191e1cab (patch) | |
tree | f15d0f55adcc50e813bdf2603bfe3371f8f0d884 | |
parent | 6dc28b7e77e0c9bbf876c02b100abe06257d4b6d (diff) |
logcheck: Misc new stuff to ignore.
-rw-r--r-- | logcheck/ignore.d.server/dhcp3-common | 1 | ||||
-rw-r--r-- | logcheck/ignore.d.server/murasaki | 5 | ||||
-rw-r--r-- | logcheck/ignore.d.workstation/pmud | 1 | ||||
-rw-r--r-- | logcheck/violations.ignore.d/postfix | 6 |
4 files changed, 9 insertions, 4 deletions
diff --git a/logcheck/ignore.d.server/dhcp3-common b/logcheck/ignore.d.server/dhcp3-common new file mode 100644 index 0000000..8a2c364 --- /dev/null +++ b/logcheck/ignore.d.server/dhcp3-common @@ -0,0 +1 @@ +dhcpd: Wrote [[:digit:]]+ (leases|deleted host decls|new dynamic host decls) to leases file\. diff --git a/logcheck/ignore.d.server/murasaki b/logcheck/ignore.d.server/murasaki index cd1ea90..f401479 100644 --- a/logcheck/ignore.d.server/murasaki +++ b/logcheck/ignore.d.server/murasaki @@ -1,4 +1,7 @@ murasaki\.usb\[.*\]: found depended module="[[:alnum:]]+" -murasaki\.(usb|net)\[.*\]: device is (added|removed|(un)?register(e)?d) +murasaki\.(usb|net)\[.*\]: try expanding "\[net\]" +murasaki\.(usb|net)\[.*\]: dependent\(net\) is found +murasaki\.(usb|net)\[.*\]: net device is (added|removed|(un)?register(e)?d) +murasaki\.(usb|net)\[.*\]: Execuing "net" "(stop|start)" murasaki\.(usb|net)\[.*\]: execute if(up|down) (eth|(i)?ppp|irda)[[:digit:]] murasaki\.usb\[.*\]: (MATCH\(audio\) -> match_flags:[[:alnum:]]+ )?vendor:[[:alnum:]]+ product:[[:alnum:]]+ Dclass:[[:alnum:]]+ Dsubclass:[[:alnum:]]+ Dprotocol:[[:alnum:]]+ Iclass:[[:alnum:]]+ Isubclass:[[:alnum:]]+ Iprotocol:[[:alnum:]]+ diff --git a/logcheck/ignore.d.workstation/pmud b/logcheck/ignore.d.workstation/pmud index 90afce7..1a02e08 100644 --- a/logcheck/ignore.d.workstation/pmud +++ b/logcheck/ignore.d.workstation/pmud @@ -1,4 +1,5 @@ pmud\[.*\]: running /etc/power/pwrctl (maximum|minimum|sleep|wakeup|lid-(closed|opened)) (ac|battery) pmud\[.*\]: lid closed: request sleep pmud\[.*\]: going to sleep +pmud\[.*\]: initiating user requested sleep pmud\[.*\]: system awake again diff --git a/logcheck/violations.ignore.d/postfix b/logcheck/violations.ignore.d/postfix index 6677e87..a0ba47f 100644 --- a/logcheck/violations.ignore.d/postfix +++ b/logcheck/violations.ignore.d/postfix @@ -1,13 +1,13 @@ postfix/cleanup\[.*\]: [A-Z0-9]+: message-id=<.*@Debug> postfix/local\[.*\]: warning: unable to create lock file /var/mail/[[:alnum:]]+\.lock: Permission denied postfix/smtp\[.*\]: .* status=bounced \(bad host/domain syntax: ".*"\) +postfix/smtp\[.*\]: .* status=bounced \(Name service error for .*: Host not found\) +postfix/smtp\[.*\]: .* status=bounced \(host .* said: 550 .* (User unknown; rejecting|Relaying denied|unknown or illegal alias: .*)\) +postfix/smtp\[.*\]: .* status=bounced \(host .* said: 552 .* header content rejected: see .*\) postfix/smtp\[.*\]: .* status=deferred \(connect to .*: (Connection refused|server refused mail service)\) postfix/smtp\[.*\]: .* status=deferred \(host .* said: 450 <.*>: Sender address rejected: Domain not found\) postfix/smtp\[.*\]: .* status=deferred \(host .* said: 450 <.*>: Recipient address rejected: Recipient mailbox is full\) postfix/smtp\[.*\]: .* status=deferred \(host .* said: 451 Transaction failed.\) -postfix/smtp\[.*\]: .* status=deferred \(host .* said: 550 .* User unknown; rejecting\) -postfix/smtp\[.*\]: .* status=deferred \(host .* said: 550 .* Relaying denied\) -postfix/smtp\[.*\]: .* status=deferred \(host .* said: 550 .* unknown or illegal alias: .*\) postfix/smtp\[.*\]: connect to .*\[[\.[:digit:]]+\]: (Connection refused|server refused mail service) \(port 25\) postfix/smtpd\[.*\]: reject: RCPT from .*\[[\.[:digit:]]+\]: 554 Service unavailable; .* blocked using .*; from=<.*> to=<.*> postfix/smtpd\[.*\]: reject: RCPT from .*\[[\.[:digit:]]+\]: 554 <.*>: (Recipient address rejected: )?(Relay a|A)ccess denied; from=<.*> to=<.*> |