diff options
author | Micah Anderson <micah@leap.se> | 2014-12-11 19:01:16 -0500 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2014-12-11 19:01:16 -0500 |
commit | 68688b583bab080342e6710943230fcd46e18938 (patch) | |
tree | 32922316351d78fde378762abe2893e711cb8668 /puppet | |
parent | f5dc9ef60a0dd4d81ed594667cf66a2dc274e4d2 (diff) |
Move kernel ipv6 log message up before the 'C error' line to it is
caught (#6540)
Change-Id: I1fe8d4cf60532dfe01cfb3a014c4cbeb4acdc479
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/modules/site_check_mk/files/agent/logwatch/syslog_tail.cfg | 4 |
1 files changed, 2 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..b8f47434 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 @@ -5,11 +5,11 @@ 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 |