[Logcheck-commits] martin f. krafft: ignore.d.server/openvpn: ignore messages about clients reconnecting and dropping previous active connections .

Martin F. Krafft madduck at alioth.debian.org
Sun Aug 31 18:44:01 UTC 2008


Module: logcheck
Branch: viol-merge
Commit: 2108f8b0a482e9cbe99325147e7c74e3dec38e2c
URL:    http://git.debian.org/?p=logcheck/logcheck.git;a=commit;h=2108f8b0a482e9cbe99325147e7c74e3dec38e2c

Author: martin f. krafft <madduck at debian.org>
Date:   Sun Aug 31 18:59:29 2008 +0100

ignore.d.server/openvpn: ignore messages about clients reconnecting and dropping previous active connections.

---

 debian/changelog                        |    3 +++
 rulefiles/linux/ignore.d.server/openvpn |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d84d8c0..7127508 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -40,6 +40,9 @@ logcheck (1.3) unstable; urgency=low
     - ignore parsing errors for packages of arbitrary size.
   * ignore.d.server/ikiwiki:
     - ignore error when "do" parameter has not been passed to CGI.
+  * ignore.d.server/openvpn:
+    - ignore messages about clients reconnecting and dropping previous active
+      connections.
 
   * Rulefiles are now installed with mode 644; the directories are still moe
     700, so the files are not publicly readable (unless the admin hardlinks
diff --git a/rulefiles/linux/ignore.d.server/openvpn b/rulefiles/linux/ignore.d.server/openvpn
index 9283b24..ff0def1 100644
--- a/rulefiles/linux/ignore.d.server/openvpn
+++ b/rulefiles/linux/ignore.d.server/openvpn
@@ -15,6 +15,7 @@
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ (openvpn|ovpn-[._[:alnum:]-]+)\[[[:digit:]]+\]: Initialization Sequence Completed$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ (openvpn|ovpn-[._[:alnum:]-]+)\[[[:digit:]]+\]: Listening for incoming TCP connection on [.[:digit:]]{7,15}:[[:digit:]]{2,5}$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ (openvpn|ovpn-[._[:alnum:]-]+)\[[[:digit:]]+\]: MULTI: TCP INIT maxclients=[[:digit:]]+ maxevents=[[:digit:]]+$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ (openvpn|ovpn-[._[:alnum:]-]+)\[[[:digit:]]+\]: MULTI: new connection by client '[-._[:alnum:]]+' will cause previous active sessions by this client to be dropped\.  Remember to use the --duplicate-cn option if you want multiple clients using the same certificate or username to concurrently connect\.$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ (openvpn|ovpn-[._[:alnum:]-]+)\[[[:digit:]]+\]: MULTI: multi_create_instance called$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ (openvpn|ovpn-[._[:alnum:]-]+)\[[[:digit:]]+\]: MULTI: multi_init called, r=[[:digit:]]+ v=[[:digit:]]+$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ (openvpn|ovpn-[._[:alnum:]-]+)\[[[:digit:]]+\]: NOTE: UID/GID downgrade will be delayed because of --client, --pull, or --up-delay$




More information about the Logcheck-commits mailing list