Skip to content
Snippets Groups Projects
Commit 6bc3419b authored by chrfranke's avatar chrfranke
Browse files

Added example for '-W' directive, fixed silent check example

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2168 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 7f6c0ebf
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Home page is: http://smartmontools.sourceforge.net
# $Id: smartd.conf,v 1.40 2006/04/12 14:00:12 ballen4705 Exp $
# $Id: smartd.conf,v 1.41 2006/05/17 20:51:41 chrfranke Exp $
# smartd will re-read the configuration file if it receives a HUP
# signal
......@@ -32,6 +32,12 @@ DEVICESCAN
# changes in all attributes except for attribute 194
#/dev/hdb -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
# 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
......@@ -40,7 +46,7 @@ DEVICESCAN
# A very silent check. Only report SMART health status if it fails
# But send an email in this case
#/dev/hdc -H -m admin@example.com
#/dev/hdc -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
......@@ -87,6 +93,7 @@ DEVICESCAN
# -I ID Ignore Attribute ID for -p, -u or -t Directive
# -C ID Report if Current Pending Sector count non-zero
# -U ID Report if Offline Uncorrectable count non-zero
# -W D,I,C Monitor Temperature D)ifference, I)nformal limit, C)ritical limit
# -v N,ST Modifies labeling of Attribute N (see man page)
# -a Default: equivalent to -H -f -t -l error -l selftest -C 197 -U 198
# -F TYPE Use firmware bug workaround. Type is one of: none, samsung
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment