X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=smartd.conf;h=40fa10ec9855ae262fc15c31586da6f14bc134af;hb=b84112ccd994874e481e62cf0333570c9c16c3d9;hp=7ad83a8a83cc3bd144e1322598023312f8305da8;hpb=9ab38ebb8d21f39e4f00865ef8da3ba955a7034a;p=mirror_smartmontools-debian.git diff --git a/smartd.conf b/smartd.conf index 7ad83a8..40fa10e 100644 --- a/smartd.conf +++ b/smartd.conf @@ -2,7 +2,7 @@ # Home page is: http://smartmontools.sourceforge.net -# $Id: smartd.conf,v 1.45 2006/11/12 23:39:04 dpgilbert Exp $ +# $Id: smartd.conf 4047 2015-03-22 16:16:24Z chrfranke $ # smartd will re-read the configuration file if it receives a HUP # signal @@ -33,21 +33,21 @@ DEVICESCAN # and min/max temperatures. #DEVICESCAN -I 194 -I 231 -I 9 -W 5 -# First (primary) ATA/IDE hard disk. Monitor all attributes, enable +# First ATA/SATA or SCSI/SAS disk. Monitor all attributes, enable # automatic online data collection, automatic Attribute autosave, and # start a short self-test every day between 2-3am, and a long self test # Saturdays between 3-4am. -#/dev/hda -a -o on -S on -s (S/../.././02|L/../../6/03) +#/dev/sda -a -o on -S on -s (S/../.././02|L/../../6/03) # Monitor SMART status, ATA Error Log, Self-test log, and track # changes in all attributes except for attribute 194 -#/dev/hdb -H -l error -l selftest -t -I 194 +#/dev/sdb -H -l error -l selftest -t -I 194 # Monitor all attributes except normalized Temperature (usually 194), # but track Temperature changes >= 4 Celsius, report Temperatures # >= 45 Celsius and changes in Raw value of Reallocated_Sector_Ct (5). # 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 +#/dev/sdc -a -I 194 -W 4,45,55 -R 5 -m admin@example.com # 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 @@ -57,7 +57,7 @@ DEVICESCAN # A very silent check. Only report SMART health status if it fails # But send an email in this case -#/dev/hdc -H -C 0 -U 0 -m admin@example.com +#/dev/sdc -H -C 0 -U 0 -m admin@example.com # First two SCSI disks. This will monitor everything that smartd can # monitor. Start extended self-tests Wednesdays between 6-7pm and @@ -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. @@ -134,5 +141,5 @@ DEVICESCAN # All but -d, -m and -M Directives are only implemented for ATA devices # # If the test string DEVICESCAN is the first uncommented text -# then smartd will scan for devices /dev/hd[a-l] and /dev/sd[a-z] +# then smartd will scan for devices. # DEVICESCAN may be followed by any desired Directives.