summaryrefslogtreecommitdiff
path: root/puppet/modules/site_check_mk/files
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2014-03-25 08:31:20 +0100
committervarac <varacanero@zeromail.org>2014-03-25 08:31:20 +0100
commit1ebece7b07ee721eb888873e47fa512a6a42f807 (patch)
tree040ab081f1524c4b879224eafaa9b172ed4e9f9e /puppet/modules/site_check_mk/files
parenta8c9d80317240d86cb7de652c23efbd7bc81bde2 (diff)
ignore openvpn TLS initialization errors (Feature #5374)
Diffstat (limited to 'puppet/modules/site_check_mk/files')
-rw-r--r--puppet/modules/site_check_mk/files/agent/logwatch/syslog/openvpn.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/puppet/modules/site_check_mk/files/agent/logwatch/syslog/openvpn.cfg b/puppet/modules/site_check_mk/files/agent/logwatch/syslog/openvpn.cfg
new file mode 100644
index 00000000..d58e876d
--- /dev/null
+++ b/puppet/modules/site_check_mk/files/agent/logwatch/syslog/openvpn.cfg
@@ -0,0 +1,7 @@
+# ignore openvpn TLS initialization errors when clients
+# suddenly hangup before properly establishing
+# a tls connection
+ I ovpn-.*TLS Error: Unroutable control packet received from
+ I ovpn-.*TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
+ I ovpn-.*TLS Error: TLS handshake failed
+