diff options
Diffstat (limited to 'puppet')
| -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 + | 
