Ticket #539: smartd.conf

File smartd.conf, 6.8 KB (added by miknik, 9 years ago)

smartd config file

Line 
1# Sample configuration file for smartd. See man smartd.conf.
2
3#/dev/sda -C 197 -U 198 -m event@egp.spb.ru
4
5DEVICESCAN -t -R 5! -R 188! -C 197 -U 198 -m event@mydom.ru
6
7# Home page is: http://smartmontools.sourceforge.net
8
9# $Id: smartd.conf 3651 2012-10-18 15:11:36Z samm2 $
10
11# smartd will re-read the configuration file if it receives a HUP
12# signal
13
14# The file gives a list of devices to monitor using smartd, with one
15# device per line. Text after a hash (#) is ignored, and you may use
16# spaces and tabs for white space. You may use '\' to continue lines.
17
18# You can usually identify which hard disks are on your system by
19# looking in /proc/ide and in /proc/scsi.
20
21# The word DEVICESCAN will cause any remaining lines in this
22# configuration file to be ignored: it tells smartd to scan for all
23# ATA and SCSI devices. DEVICESCAN may be followed by any of the
24# Directives listed below, which will be applied to all devices that
25# are found. Most users should comment out DEVICESCAN and explicitly
26# list the devices that they wish to monitor.
27# DEVICESCAN
28
29# Alternative setting to ignore temperature and power-on hours reports
30# in syslog.
31#DEVICESCAN -I 194 -I 231 -I 9
32
33# Alternative setting to report more useful raw temperature in syslog.
34#DEVICESCAN -R 194 -R 231 -I 9
35
36# Alternative setting to report raw temperature changes >= 5 Celsius
37# and min/max temperatures.
38#DEVICESCAN -I 194 -I 231 -I 9 -W 5
39
40# First (primary) ATA/IDE hard disk. Monitor all attributes, enable
41# automatic online data collection, automatic Attribute autosave, and
42# start a short self-test every day between 2-3am, and a long self test
43# Saturdays between 3-4am.
44#/dev/hda -a -o on -S on -s (S/../.././02|L/../../6/03)
45
46# Monitor SMART status, ATA Error Log, Self-test log, and track
47# changes in all attributes except for attribute 194
48#/dev/hdb -H -l error -l selftest -t -I 194
49
50# Monitor all attributes except normalized Temperature (usually 194),
51# but track Temperature changes >= 4 Celsius, report Temperatures
52# >= 45 Celsius and changes in Raw value of Reallocated_Sector_Ct (5).
53# Send mail on SMART failures or when Temperature is >= 55 Celsius.
54#/dev/hdc -a -I 194 -W 4,45,55 -R 5 -m admin@example.com
55
56# An ATA disk may appear as a SCSI device to the OS. If a SCSI to
57# ATA Translation (SAT) layer is between the OS and the device then
58# this can be flagged with the '-d sat' option. This situation may
59# become common with SATA disks in SAS and FC environments.
60# /dev/sda -a -d sat
61
62# A very silent check. Only report SMART health status if it fails
63# But send an email in this case
64#/dev/hdc -H -C 0 -U 0 -m admin@example.com
65
66# First two SCSI disks. This will monitor everything that smartd can
67# monitor. Start extended self-tests Wednesdays between 6-7pm and
68# Sundays between 1-2 am
69#/dev/sda -d scsi -s L/../../3/18
70#/dev/sdb -d scsi -s L/../../7/01
71
72# Monitor 4 ATA disks connected to a 3ware 6/7/8000 controller which uses
73# the 3w-xxxx driver. Start long self-tests Sundays between 1-2, 2-3, 3-4,
74# and 4-5 am.
75# NOTE: starting with the Linux 2.6 kernel series, the /dev/sdX interface
76# is DEPRECATED. Use the /dev/tweN character device interface instead.
77# For example /dev/twe0, /dev/twe1, and so on.
78#/dev/sdc -d 3ware,0 -a -s L/../../7/01
79#/dev/sdc -d 3ware,1 -a -s L/../../7/02
80#/dev/sdc -d 3ware,2 -a -s L/../../7/03
81#/dev/sdc -d 3ware,3 -a -s L/../../7/04
82
83# Monitor 2 ATA disks connected to a 3ware 9000 controller which
84# uses the 3w-9xxx driver (Linux, FreeBSD). Start long self-tests Tuesdays
85# between 1-2 and 3-4 am.
86#/dev/twa0 -d 3ware,0 -a -s L/../../2/01
87#/dev/twa0 -d 3ware,1 -a -s L/../../2/03
88
89# Monitor 2 SATA (not SAS) disks connected to a 3ware 9000 controller which
90# uses the 3w-sas driver (Linux). Start long self-tests Tuesdays
91# between 1-2 and 3-4 am.
92# On FreeBSD /dev/tws0 should be used instead
93#/dev/twl0 -d 3ware,0 -a -s L/../../2/01
94#/dev/twl0 -d 3ware,1 -a -s L/../../2/03
95
96# Same as above for Windows. Option '-d 3ware,N' is not necessary,
97# disk (port) number is specified in device name.
98# NOTE: On Windows, DEVICESCAN works also for 3ware controllers.
99#/dev/hdc,0 -a -s L/../../2/01
100#/dev/hdc,1 -a -s L/../../2/03
101
102# Monitor 3 ATA disks directly connected to a HighPoint RocketRAID. Start long
103# self-tests Sundays between 1-2, 2-3, and 3-4 am.
104#/dev/sdd -d hpt,1/1 -a -s L/../../7/01
105#/dev/sdd -d hpt,1/2 -a -s L/../../7/02
106#/dev/sdd -d hpt,1/3 -a -s L/../../7/03
107
108# Monitor 2 ATA disks connected to the same PMPort which connected to the
109# HighPoint RocketRAID. Start long self-tests Tuesdays between 1-2 and 3-4 am
110#/dev/sdd -d hpt,1/4/1 -a -s L/../../2/01
111#/dev/sdd -d hpt,1/4/2 -a -s L/../../2/03
112
113# HERE IS A LIST OF DIRECTIVES FOR THIS CONFIGURATION FILE.
114# PLEASE SEE THE smartd.conf MAN PAGE FOR DETAILS
115#
116# -d TYPE Set the device type: ata, scsi, marvell, removable, 3ware,N, hpt,L/M/N
117# -T TYPE set the tolerance to one of: normal, permissive
118# -o VAL Enable/disable automatic offline tests (on/off)
119# -S VAL Enable/disable attribute autosave (on/off)
120# -n MODE No check. MODE is one of: never, sleep, standby, idle
121# -H Monitor SMART Health Status, report if failed
122# -l TYPE Monitor SMART log. Type is one of: error, selftest
123# -f Monitor for failure of any 'Usage' Attributes
124# -m ADD Send warning email to ADD for -H, -l error, -l selftest, and -f
125# -M TYPE Modify email warning behavior (see man page)
126# -s REGE Start self-test when type/date matches regular expression (see man page)
127# -p Report changes in 'Prefailure' Normalized Attributes
128# -u Report changes in 'Usage' Normalized Attributes
129# -t Equivalent to -p and -u Directives
130# -r ID Also report Raw values of Attribute ID with -p, -u or -t
131# -R ID Track changes in Attribute ID Raw value with -p, -u or -t
132# -i ID Ignore Attribute ID for -f Directive
133# -I ID Ignore Attribute ID for -p, -u or -t Directive
134# -C ID Report if Current Pending Sector count non-zero
135# -U ID Report if Offline Uncorrectable count non-zero
136# -W D,I,C Monitor Temperature D)ifference, I)nformal limit, C)ritical limit
137# -v N,ST Modifies labeling of Attribute N (see man page)
138# -a Default: equivalent to -H -f -t -l error -l selftest -C 197 -U 198
139# -F TYPE Use firmware bug workaround. Type is one of: none, samsung
140# -P TYPE Drive-specific presets: use, ignore, show, showall
141# # Comment: text after a hash sign is ignored
142# \ Line continuation character
143# Attribute ID is a decimal integer 1 <= ID <= 255
144# except for -C and -U, where ID = 0 turns them off.
145# All but -d, -m and -M Directives are only implemented for ATA devices
146#
147# If the test string DEVICESCAN is the first uncommented text
148# then smartd will scan for devices /dev/hd[a-l] and /dev/sd[a-z]
149# DEVICESCAN may be followed by any desired Directives.