summaryrefslogtreecommitdiff
path: root/puppet/modules/site_check_mk/files/agent/logwatch
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2014-03-04 01:02:34 +0100
committervarac <varacanero@zeromail.org>2014-03-04 01:02:34 +0100
commit3ffaf0bc613228f9639f50c6ace966778af52111 (patch)
tree78f1ef2963bc0b2c32fb045c48deadfab3279e07 /puppet/modules/site_check_mk/files/agent/logwatch
parent236d996a76b42fdf1adbc519813e2318571cbf08 (diff)
ignore stunnel 'Connection refused' errors that happen too often until we fix #5218
Diffstat (limited to 'puppet/modules/site_check_mk/files/agent/logwatch')
-rw-r--r--puppet/modules/site_check_mk/files/agent/logwatch/syslog/stunnel.cfg9
1 files changed, 6 insertions, 3 deletions
diff --git a/puppet/modules/site_check_mk/files/agent/logwatch/syslog/stunnel.cfg b/puppet/modules/site_check_mk/files/agent/logwatch/syslog/stunnel.cfg
index a4e428b4..865c9b9b 100644
--- a/puppet/modules/site_check_mk/files/agent/logwatch/syslog/stunnel.cfg
+++ b/puppet/modules/site_check_mk/files/agent/logwatch/syslog/stunnel.cfg
@@ -1,6 +1,9 @@
# check for stunnel failures
- C stunnel:.*Connection refused
-# this is a temporary failure and happens very often, so we
-# ignore it
+#
+# those are temporary failure and happen very often, so we
+# ignore them until we tuned stunnel timeouts/logging,
+# see https://leap.se/code/issues/5218
I stunnel:.*Connection reset by peer
I stunnel:.*Peer suddenly disconnected
+ I stunnel:.*Connection refused
+