[PATCH 2/2] add openvpn notices

skvidal at fedoraproject.org skvidal at fedoraproject.org
Thu Oct 27 20:07:40 UTC 2011


From: Seth Vidal <skvidal at fedoraproject.org>

---
 modules/epylog/files/merged/notice_local.xml |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/modules/epylog/files/merged/notice_local.xml b/modules/epylog/files/merged/notice_local.xml
index f37a649..411c544 100644
--- a/modules/epylog/files/merged/notice_local.xml
+++ b/modules/epylog/files/merged/notice_local.xml
@@ -44,4 +44,23 @@ enabled automatically.
      <regex>kernel: nf_conntrack: table full.*</regex>
      <report>Connection tracking table full.</report>     
  </notice>
+
+  <notice id="openvpn_reconnect" critical="yes">
+     <regex>openvpn\[\d+\]: .*:\d+ \[(.*)\] Peer connection Initiated with .*:\d+ </regex>
+     <report>openvpn [re]connect from %s.</report>     
+ </notice>
+
+  <notice id="openvpn_tls_failed" critical="yes">
+     <regex>openvpn\[\d+\]: (.*)/.* TLS Error: TLS handshake failed</regex>
+     <report>openvpn TLS handshake failed: %s</report>     
+ </notice>
+   <notice id="openvpn_tls_failed_time" critical="yes">
+     <regex>openvpn\[\d+\]: (.*)/.* TLS Error: TLS key negotiation failed ot occur within.*</regex>
+     <report>openvpn TLS handshake failed - timeout: %s</report>     
+ </notice>
+  <notice id="openvpn_bad_packet_id" critical="yes">
+     <regex>openvpn\[\d+\]: (.*)/.* Authenticate/Decrypt packet error: bad packet ID.*</regex>
+     <report>openvpn auth/decrypt - bad packet id: %s</report>     
+ </notice>
+
 </notices>
-- 
1.7.2.1



More information about the infrastructure mailing list