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

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Fri Jul 13 12:51:28 UTC 2007


Author: madduck
Date: 2007-07-13 12:51:28 +0000 (Fri, 13 Jul 2007)
New Revision: 1594

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/rulefiles/linux/ignore.d.server/kernel
Log:
update rule to filter more usb-storage plugin messages


Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2007-07-13 12:51:25 UTC (rev 1593)
+++ logcheck/trunk/debian/changelog	2007-07-13 12:51:28 UTC (rev 1594)
@@ -22,6 +22,7 @@
     - ignore registration messages by cdc_ether network devices.
     - ignore st load message.
     - patch by Remi Letot to ignore capi messages; thanks (closes: #422621).
+    - update rule to filter more usb-storage plugin messages
 
   * ignore.d.workstation/kernel:
     - USB IDs are hexadecimal, not just decimal.
@@ -59,7 +60,7 @@
   * Patch for log-summary-ssh by Justin Pryzby to ignore messages related to
     invalid users as well as illegal ones (closes: #422525).
 
- -- martin f. krafft <madduck at debian.org>  Fri, 13 Jul 2007 14:48:27 +0200
+ -- martin f. krafft <madduck at debian.org>  Fri, 13 Jul 2007 14:50:52 +0200
 
 logcheck (1.2.56) unstable; urgency=low
 

Modified: logcheck/trunk/rulefiles/linux/ignore.d.server/kernel
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.server/kernel	2007-07-13 12:51:25 UTC (rev 1593)
+++ logcheck/trunk/rulefiles/linux/ignore.d.server/kernel	2007-07-13 12:51:28 UTC (rev 1594)
@@ -34,7 +34,7 @@
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel:( \[[[:digit:]]+\.[[:digit:]]+\])? [[:lower:]]+: unknown partition table$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel:( \[[[:digit:]]+\.[[:digit:]]+\])? ([[:lower:]]+):( (\1[[:digit:]]+|[<>]))+
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel:( \[[[:digit:]]+\.[[:digit:]]+\])? [[:lower:]]+: cache flushes supported$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel:( \[[[:digit:]]+\.[[:digit:]]+\])? scsi [:[:digit:]]+ Direct-Access[[:space:]]+[[:alnum:][:space:]]+PQ: [[:digit:]]+ ANSI: [[:digit:]]+ CCS$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel:( \[[[:digit:]]+\.[[:digit:]]+\])? scsi [:[:digit:]]+ Direct-Access[[:space:]]+[[:alnum:][:space:][:punct:]]+PQ: [[:digit:]]+ ANSI: [[:digit:]]+( CCS)?$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel:( \[[[:digit:]]+\.[[:digit:]]+\])? sd [:[:digit:]]+ Attached scsi generic sg[[:digit:]]+ type [[:digit:]]+$
 # sk98lin output
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel:( \[[[:digit:]]+\.[[:digit:]]+\])? [[:space:]]+speed:[[:space:]]+100?0?$




More information about the Logcheck-commits mailing list