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

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Wed Sep 13 16:48:51 UTC 2006


Author: madduck
Date: 2006-09-13 16:48:51 +0000 (Wed, 13 Sep 2006)
New Revision: 1216

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/rulefiles/linux/ignore.d.server/smartd
   logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-smartd
Log:
* debian/logcheck-database.postinst: Make logcheck-database piuparts clean,
  on upgrade. Remove moved configfiles if they are unchanged.
  Thanks Lars Wirzenius <liw at iki.fi> for report (closes: #355701).
* ignore.d.server/smartd, violations.ignore.d/logcheck-smartd: revert to
  reporting drastic changes in attributes.
* ignore.d.server/smartd, violations.ignore.d/logcheck-smartd: now works
  with almost arbitrary disk names.

Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2006-09-13 16:37:51 UTC (rev 1215)
+++ logcheck/trunk/debian/changelog	2006-09-13 16:48:51 UTC (rev 1216)
@@ -23,6 +23,9 @@
   * violations.ignore.d/logcheck-login: Ignore successful root logins on tty's.
   * ignore.d.workstation/ifplugd: Ignore link beat loose.
   * ignore.d.workstation/kernel: detto.
+  * debian/logcheck-database.postinst: Make logcheck-database piuparts clean,
+    on upgrade. Remove moved configfiles if they are unchanged.
+    Thanks Lars Wirzenius <liw at iki.fi> for report (closes: #355701).
 
   [ martin f. krafft ]
   * ignore.d.server/pdns: ignore failure to get SOA serial from supermasters
@@ -36,17 +39,16 @@
     violations.ignore.d.
   * ignore.d.server/ssh: duplicate invalid user messages from
     violations.ignore.d, and also cater for zero-length usernames.
+  * ignore.d.server/smartd, violations.ignore.d/logcheck-smartd: revert to
+    reporting drastic changes in attributes.
+  * ignore.d.server/smartd, violations.ignore.d/logcheck-smartd: now works
+    with almost arbitrary disk names.
   * ignore.d.server/kernel: partially undo link status message filter, now
     only filters up messages, not the down ones. By nature of the link status,
     the messages will come in pairs or not at all anyway.
 
-  [ maximilian attems ]
-  * debian/logcheck-database.postinst: Make logcheck-database piuparts clean,
-    on upgrade. Remove moved configfiles if they are unchanged. 
-    Thanks Lars Wirzenius <liw at iki.fi> for report (closes: #355701).
+ -- martin f. krafft <madduck at debian.org>  Wed, 13 Sep 2006 18:46:43 +0200
 
- -- maximilian attems <maks at sternwelten.at>  Sun, 13 Aug 2006 12:21:49 +0200
-
 logcheck (1.2.47) unstable; urgency=low
 
   * ignore.d.server/pdns: minor corrections to better ignore notifies --

Modified: logcheck/trunk/rulefiles/linux/ignore.d.server/smartd
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.server/smartd	2006-09-13 16:37:51 UTC (rev 1215)
+++ logcheck/trunk/rulefiles/linux/ignore.d.server/smartd	2006-09-13 16:48:51 UTC (rev 1216)
@@ -1,3 +1,3 @@
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ smartd\[[0-9]+\]: Device: /dev/[hs]d[[:lower:]]( \[3ware_disk_0[[:digit:]]\])?, starting scheduled (Long|Short) Self-Test\.$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ smartd\[[0-9]+\]: Device: /dev/[hs]d[[:lower:]]( \[3ware_disk_0[[:digit:]]\])?, SMART Usage Attribute: [[:digit:]]+ [_[:alnum:]]+ changed from [[:digit:]]+ to [[:digit:]]+$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ smartd\[[0-9]+\]: Device: /dev/[hs]d[[:lower:]]( \[3ware_disk_0[[:digit:]]\])?, Temperature changed (-|\+)?[1-2]+ Celsius to [[:digit:]]+ Celsius since last report$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ smartd\[[0-9]+\]: Device: /dev/[^[:space:]]+( \[(3ware|cciss)_disk_[[:digit:]]+\])?, starting scheduled (Long|Short) Self-Test\.$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ smartd\[[0-9]+\]: Device: /dev/[^[:space:]]+( \[(3ware|cciss)_disk_[[:digit:]]+\])?, SMART Usage Attribute: 194 Temperature_Celsius changed from ([5-9]|[1-4][0-9]|50) to ([5-9]|[1-4][0-9]|50)$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ smartd\[[0-9]+\]: Device: /dev/[^[:space:]]+( \[(3ware|cciss)_disk_[[:digit:]]+\])?, Temperature changed (-|\+)?[1-3]+ Celsius to ([5-9]|[1-4][0-9]|50) Celsius since last report$

Modified: logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-smartd
===================================================================
--- logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-smartd	2006-09-13 16:37:51 UTC (rev 1215)
+++ logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-smartd	2006-09-13 16:48:51 UTC (rev 1216)
@@ -1 +1 @@
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ smartd\[[0-9]+\]: Device: /dev/[hs]d[[:lower:]]( \[3ware_disk_0[[:digit:]]\])?, SMART Prefailure Attribute: [[:digit:]]+ [_[:alnum:]]+ changed from [[:digit:]]+ to [[:digit:]]+$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ smartd\[[0-9]+\]: Device: /dev/[^[:space:]]+( \[(3ware|cciss)_disk_[[:digit:]]+\])?, SMART Prefailure Attribute: [[:digit:]]+ [_[:alnum:]]+ changed from [[:digit:]]+ to [[:digit:]]+$




More information about the Logcheck-commits mailing list