diff options
author | varac <varacanero@zeromail.org> | 2014-03-04 01:02:34 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-03-04 01:02:34 +0100 |
commit | 3ffaf0bc613228f9639f50c6ace966778af52111 (patch) | |
tree | 78f1ef2963bc0b2c32fb045c48deadfab3279e07 | |
parent | 236d996a76b42fdf1adbc519813e2318571cbf08 (diff) |
ignore stunnel 'Connection refused' errors that happen too often until we fix #5218
-rw-r--r-- | puppet/modules/site_check_mk/files/agent/logwatch/syslog/stunnel.cfg | 9 |
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 + |