summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@leap.se>2014-12-16 11:06:28 -0500
committerMicah Anderson <micah@leap.se>2014-12-16 11:06:28 -0500
commit8c89257f8b600d30e47f9321ef957af719b4ea21 (patch)
treed8e8b6cf0abef8069bcd8f9355cfd4b351e25825
parentaedd6a57b5bf2a5d53cb19d181f90d78918ddf75 (diff)
Ignore postfix "too many errors after DATA" logwatch msg (Bug #6545)
Change-Id: I0abeb88f7b6548e5742bd3d99b2f4e5d9c6cf421
-rw-r--r--puppet/modules/site_check_mk/files/agent/logwatch/syslog_tail.cfg6
1 files changed, 4 insertions, 2 deletions
diff --git a/puppet/modules/site_check_mk/files/agent/logwatch/syslog_tail.cfg b/puppet/modules/site_check_mk/files/agent/logwatch/syslog_tail.cfg
index b19ac241..71395c50 100644
--- a/puppet/modules/site_check_mk/files/agent/logwatch/syslog_tail.cfg
+++ b/puppet/modules/site_check_mk/files/agent/logwatch/syslog_tail.cfg
@@ -2,14 +2,16 @@
I Error: Driver 'pcspkr' is already registered, aborting...
# ignore postfix errors on lost connection (Bug #6476)
I postfix/smtpd.*SSL_accept error from.*lost connection
+# ignore postfix too many errors after DATA (#6545)
+ I postfix/smtpd.*too many errors after DATA from
C panic
C Oops
C Error
+# ignore ipv6 icmp errors for now (Bug #6540)
+ I kernel: .*icmpv6_send: no reply to icmp error
C error
W generic protection rip
W .*Unrecovered read error - auto reallocate failed
# 401 Unauthorized error logged by webapp and possible other
# applications
C Unauthorized
-# ignore ipv6 icmp errors for now (Bug #6540)
- I kernel: .*icmpv6_send: no reply to icmp error