[Logcheck-commits] r1688 - in logcheck/branches/macros: debian rulefiles/linux/ignore.d.server

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Thu Aug 23 10:22:38 UTC 2007


Author: madduck
Date: 2007-08-23 10:22:37 +0000 (Thu, 23 Aug 2007)
New Revision: 1688

Modified:
   logcheck/branches/macros/debian/changelog
   logcheck/branches/macros/rulefiles/linux/ignore.d.server/stunnel
Log:
* ignore.d.server/stunnel:
  - make stunnel pid optional (closes: #428429).


Modified: logcheck/branches/macros/debian/changelog
===================================================================
--- logcheck/branches/macros/debian/changelog	2007-08-23 10:22:36 UTC (rev 1687)
+++ logcheck/branches/macros/debian/changelog	2007-08-23 10:22:37 UTC (rev 1688)
@@ -79,8 +79,11 @@
   * ignore.d.server/cron-apt:
     - ignore messages from autoclean (closes: #437748).
 
- -- martin f. krafft <madduck at debian.org>  Thu, 23 Aug 2007 12:18:17 +0200
+  * ignore.d.server/stunnel:
+    - make stunnel pid optional (closes: #428429).
 
+ -- martin f. krafft <madduck at debian.org>  Thu, 23 Aug 2007 12:21:31 +0200
+
 logcheck (1.2.59) UNRELEASED; urgency=low
 
   [ Marc Haber ]

Modified: logcheck/branches/macros/rulefiles/linux/ignore.d.server/stunnel
===================================================================
--- logcheck/branches/macros/rulefiles/linux/ignore.d.server/stunnel	2007-08-23 10:22:36 UTC (rev 1687)
+++ logcheck/branches/macros/rulefiles/linux/ignore.d.server/stunnel	2007-08-23 10:22:37 UTC (rev 1688)
@@ -1,7 +1,7 @@
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ stunnel\[[0-9]+\]: SSL_read .*: Connection reset by peer$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ stunnel\[[0-9]+\]: .* connected from .*$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ stunnel\[[0-9]+\]: VERIFY OK: depth=[0-9]+, .*$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ stunnel\[[0-9]+\]: Received signal 15; terminating$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ stunnel\[[0-9]+\]: stunnel [0-9.]+ on i386-pc-linux-gnu PTHREAD\+POLL\+IPv6\+LIBWRAP with OpenSSL [0-9a-z.]+ [0-9]{2} \w{3} [0-9]{4}$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ stunnel\[[0-9]+\]: [0-9]+ clients allowed$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ stunnel\[[0-9]+\]: SSL_accept: Peer suddenly disconnected$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ stunnel(\[[0-9]+\])?: SSL_read .*: Connection reset by peer$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ stunnel(\[[0-9]+\])?: .* connected from .*$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ stunnel(\[[0-9]+\])?: VERIFY OK: depth=[0-9]+, .*$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ stunnel(\[[0-9]+\])?: Received signal 15; terminating$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ stunnel(\[[0-9]+\])?: stunnel [0-9.]+ on i386-pc-linux-gnu PTHREAD\+POLL\+IPv6\+LIBWRAP with OpenSSL [0-9a-z.]+ [0-9]{2} \w{3} [0-9]{4}$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ stunnel(\[[0-9]+\])?: [0-9]+ clients allowed$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ stunnel(\[[0-9]+\])?: SSL_accept: Peer suddenly disconnected$




More information about the Logcheck-commits mailing list