]> git.proxmox.com Git - mirror_smartmontools-debian.git/blobdiff - smartd.conf
moved smartd_warning.sh in /usr/share/smartmontools/smard_warning.sh
[mirror_smartmontools-debian.git] / smartd.conf
index ad35f7d0d9793f847729103d6c71203350450ca3..5ef85b1bae0157361fdd2b19fbc47217e9c3c1b9 100644 (file)
@@ -2,7 +2,7 @@
 
 # Home page is: http://smartmontools.sourceforge.net
 
-# $Id: smartd.conf,v 1.44 2006/10/09 19:58:08 chrfranke Exp $
+# $Id: smartd.conf 3651 2012-10-18 15:11:36Z samm2 $
 
 # smartd will re-read the configuration file if it receives a HUP
 # signal
@@ -49,11 +49,11 @@ DEVICESCAN
 # Send mail on SMART failures or when Temperature is >= 55 Celsius.
 #/dev/hdc -a -I 194 -W 4,45,55 -R 5 -m admin@example.com
 
-# Linux-specific example: monitor a SATA (Serial ATA) disk which uses
-# the libata driver.  This requires a Linux 2.6.15 or later kernel.
-# Note that the disk is addressed via a SCSI device, but the
-# underlying disk type is actually ATA
-#/dev/sda -a -d ata
+# An ATA disk may appear as a SCSI device to the OS. If a SCSI to
+# ATA Translation (SAT) layer is between the OS and the device then
+# this can be flagged with the '-d sat' option. This situation may
+# become common with SATA disks in SAS and FC environments.
+# /dev/sda -a -d sat
 
 # A very silent check.  Only report SMART health status if it fails
 # But send an email in this case
@@ -76,12 +76,19 @@ DEVICESCAN
 #/dev/sdc -d 3ware,2 -a -s L/../../7/03
 #/dev/sdc -d 3ware,3 -a -s L/../../7/04
 
-# Monitor 2 ATA disks connected to a 3ware 9000 controller which uses
-# the 3w-9xxx driver (Linux, FreeBSD). Start long self-tests Tuesdays
+# Monitor 2 ATA disks connected to a 3ware 9000 controller which
+# uses the 3w-9xxx driver (Linux, FreeBSD). Start long self-tests Tuesdays
 # between 1-2 and 3-4 am.
 #/dev/twa0 -d 3ware,0 -a -s L/../../2/01
 #/dev/twa0 -d 3ware,1 -a -s L/../../2/03
 
+# Monitor 2 SATA (not SAS) disks connected to a 3ware 9000 controller which
+# uses the 3w-sas driver (Linux). Start long self-tests Tuesdays
+# between 1-2 and 3-4 am.
+# On FreeBSD /dev/tws0 should be used instead
+#/dev/twl0 -d 3ware,0 -a -s L/../../2/01
+#/dev/twl0 -d 3ware,1 -a -s L/../../2/03
+
 # Same as above for Windows. Option '-d 3ware,N' is not necessary,
 # disk (port) number is specified in device name.
 # NOTE: On Windows, DEVICESCAN works also for 3ware controllers.