diff options
author | Micah Anderson <micah@leap.se> | 2014-12-11 15:55:00 -0500 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2014-12-11 15:55:00 -0500 |
commit | 8c0fa3991f03c31fa2b4d61f20c824b86e1efa1c (patch) | |
tree | 04e1ad9bd26e67c426a55db5a1d869ec03041da7 /puppet/modules | |
parent | 7c09360ad9da7dc2f5831532bd831d17f20e1f6c (diff) |
logwatch: ignore ipv6 icmp errors (Bug #6540)
Change-Id: I198c5245c7e73d6dd7a7d9725fac1eb9a8f425a5
Diffstat (limited to 'puppet/modules')
-rw-r--r-- | puppet/modules/site_check_mk/files/agent/logwatch/syslog_tail.cfg | 2 |
1 files changed, 2 insertions, 0 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 60881e22..b19ac241 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 @@ -11,3 +11,5 @@ # 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 |