diff options
| -rw-r--r-- | puppet/modules/site_check_mk/files/agent/logwatch/syslog/stunnel.cfg | 4 | 
1 files changed, 3 insertions, 1 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 31c229b7..cf7ebca8 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,3 +1,5 @@  # check for stunnel failures   C stunnel:.*Connection refused - C stunnel:.*Connection reset by peer +# this is a temporary failure and happens very often, so we  +# ignore it + I stunnel:.*Connection reset by peer | 
