[Logcheck-commits] r1256 -
logcheck/trunk/rulefiles/linux/violations.ignore.d
madduck at users.alioth.debian.org
madduck at users.alioth.debian.org
Wed Oct 18 20:21:49 UTC 2006
Author: madduck
Date: 2006-10-18 20:21:48 +0000 (Wed, 18 Oct 2006)
New Revision: 1256
Modified:
logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-smartd
Log:
add commented rule for even more stupid drives
Modified: logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-smartd
===================================================================
--- logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-smartd 2006-10-18 20:09:47 UTC (rev 1255)
+++ logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-smartd 2006-10-18 20:21:48 UTC (rev 1256)
@@ -3,5 +3,10 @@
## some drives (such as Maxtor) use the Fahrenheit scale to report temperature
## changes, and thus require you to uncomment the following filter, which
-## filters everything less than 131:
-# ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ smartd\[[0-9]+\]: Device: /dev/[^[:space:]]+( \[(3ware|cciss)_disk_[[:digit:]]+\])?, SMART Usage Attribute: 194 Temperature_Celsius changed from [[:digit:]]+ to (([0-9]?|1[0-2])[0-9]|130)
+## filters everything less than 131.
+## NOTE: your warranty will be void if you operate your drive at excessive
+## temperatures!
+#^\w{3} [ :0-9]{11} [._[:alnum:]-]+ smartd\[[0-9]+\]: Device: /dev/[^[:space:]]+( \[(3ware|cciss)_disk_[[:digit:]]+\])?, SMART Usage Attribute: 194 Temperature_Celsius changed from [[:digit:]]+ to (([0-9]?|1[0-2])[0-9]|130)$
+## if that still does not work and your drive reports higher values even though
+## you are sure that it's okay, enable the following rule.
+#^\w{3} [ :0-9]{11} [._[:alnum:]-]+ smartd\[[0-9]+\]: Device: /dev/[^[:space:]]+( \[(3ware|cciss)_disk_[[:digit:]]+\])?, SMART Usage Attribute: 194 Temperature_Celsius changed from [[:digit:]]+ to [[:digit:]]+$
More information about the Logcheck-commits
mailing list