[Logcheck-commits] r1550 - in logcheck/trunk: debian rulefiles/linux/ignore.d.server

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Sat May 5 13:28:13 UTC 2007


Author: madduck
Date: 2007-05-05 13:28:13 +0000 (Sat, 05 May 2007)
New Revision: 1550

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/rulefiles/linux/ignore.d.server/snort
Log:
* ignore.d.server/snort:
  - ignore empty log lines; thanks to Johan Walles (closes: #413262).

Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2007-05-05 13:26:08 UTC (rev 1549)
+++ logcheck/trunk/debian/changelog	2007-05-05 13:28:13 UTC (rev 1550)
@@ -58,10 +58,12 @@
     - ignore messages by POP3 server; thanks to Stephan Windmüller
       (closes: #421768)
 
+  * ignore.d.server/snort:
+    - ignore empty log lines; thanks to Johan Walles (closes: #413262).
+
   * Updated pt_BR debconf translation; thanks to Andr�� Lu��s Lopes
-    (closes: #421525).
 
- -- martin f. krafft <madduck at debian.org>  Sat, 05 May 2007 15:25:26 +0200
+ -- martin f. krafft <madduck at debian.org>  Sat, 05 May 2007 15:27:44 +0200
 
 logcheck (1.2.55) unstable; urgency=low
 

Modified: logcheck/trunk/rulefiles/linux/ignore.d.server/snort
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.server/snort	2007-05-05 13:26:08 UTC (rev 1549)
+++ logcheck/trunk/rulefiles/linux/ignore.d.server/snort	2007-05-05 13:28:13 UTC (rev 1550)
@@ -1,4 +1,4 @@
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ snort: .$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ snort:[[:space:]]*.?$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ snort: (\`|\\+)-.*$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ snort:     alert_fragments: (INACTIVE|ACTIVE)$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ snort:     alert_incomplete: (INACTIVE|ACTIVE)$




More information about the Logcheck-commits mailing list