]> git.proxmox.com Git - mirror_smartmontools-debian.git/blame - smartd.conf.5.in
Updated changelog
[mirror_smartmontools-debian.git] / smartd.conf.5.in
CommitLineData
832b75ed 1.ig
e9583e0c 2Copyright (C) 2002-10 Bruce Allen <smartmontools-support@lists.sourceforge.net>
832b75ed 3
d008864d 4$Id: smartd.conf.5.in 3519 2012-03-06 20:01:44Z chrfranke $
832b75ed
GG
5
6This program is free software; you can redistribute it and/or modify it
7under the terms of the GNU General Public License as published by the Free
8Software Foundation; either version 2, or (at your option) any later
9version.
10
11You should have received a copy of the GNU General Public License (for
12example COPYING); if not, write to the Free Software Foundation, Inc., 675
13Mass Ave, Cambridge, MA 02139, USA.
14
15This code was originally developed as a Senior Thesis by Michael Cornwell
16at the Concurrent Systems Laboratory (now part of the Storage Systems
17Research Center), Jack Baskin School of Engineering, University of
18California, Santa Cruz. http://ssrc.soe.ucsc.edu/
19..
e9583e0c 20.TH SMARTD.CONF 5 CURRENT_SVN_DATE CURRENT_SVN_VERSION CURRENT_SVN_DATE
832b75ed
GG
21.SH NAME
22\fBsmartd.conf\fP \- SMART Disk Monitoring Daemon Configuration File\fP
23
d008864d 24.\" %IF NOT OS Windows
832b75ed
GG
25.SH FULL PATH
26.B /usr/local/etc/smartd.conf
27
d008864d 28.\" %ENDIF NOT OS Windows
832b75ed 29.SH PACKAGE VERSION
e9583e0c 30CURRENT_SVN_VERSION CURRENT_SVN_DATE CURRENT_SVN_REV
832b75ed
GG
31
32.SH DESCRIPTION
d008864d
GI
33.\" %IF NOT OS ALL
34.\"! [This man page is generated for the OS_MAN_FILTER version of smartmontools.
35.\"! It does not contain info specific to other platforms.]
36.\"! .PP
37.\" %ENDIF NOT OS ALL
832b75ed
GG
38\fB/usr/local/etc/smartd.conf\fP is the configuration file for the \fBsmartd\fP
39daemon, which monitors the Self-Monitoring, Analysis and Reporting
40Technology (SMART) system built into many ATA-3 and later ATA, IDE and
41SCSI-3 hard drives.
42
43If the configuration file \fB/usr/local/etc/smartd.conf\fP is present,
44\fBsmartd\fP reads it at startup, before \fBfork\fP(2)ing into the
45background. If \fBsmartd\fP subsequently receives a \fBHUP\fP signal,
46it will then re-read the configuration file. If \fBsmartd\fP is
47running in debug mode, then an \fBINT\fP signal will also make it
48re-read the configuration file. This signal can be generated by typing
49\fB\<CONTROL-C\>\fP in the terminal window where \fBsmartd\fP is
50running.
51
832b75ed 52.SH CONFIGURATION FILE /usr/local/etc/smartd.conf
d008864d
GI
53In the absence of a configuration file
54\fBsmartd\fP will try to open all available devices.
55.\" %IF OS Linux
56Ubder linux will try to open the 20 ATA devices
832b75ed
GG
57.B /dev/hd[a-t]
58and the 26 SCSI devices
59.B /dev/sd[a-z].
d008864d
GI
60.\" %ENDIF OS Linux
61.\" %IF OS FreeBSD
832b75ed
GG
62Under FreeBSD,
63\fBsmartd\fP
d008864d 64will try to open all existing ATA/SATA devices (using ATA subsystem)
832b75ed 65.B /dev/ad[0-9]+
d008864d
GI
66and all existing SCSI/SAS/AHCI devices (using CAM subsystem).
67.\" %ENDIF OS FreeBSD
68.\" %IF OS NetBSD OpenBSD
832b75ed
GG
69Under NetBSD/OpenBSD,
70\fBsmartd\fP
71will try to open all existing ATA devices (with entries in /dev)
72.B /dev/wd[0-9]+c
73and all existing SCSI devices
74.B /dev/sd[0-9]+c.
d008864d
GI
75.\" %ENDIF OS NetBSD OpenBSD
76.\" %IF OS Solaris
832b75ed
GG
77Under Solaris \fBsmartd\fP will try to open all entries \fB"/dev/rdsk/c?t?d?s?"\fP for IDE/ATA and SCSI disk
78devices, and entries \fB"/dev/rmt/*"\fP for SCSI tape devices.
d008864d
GI
79.\" %ENDIF OS Solaris
80.\" %IF OS Windows
832b75ed
GG
81Under Windows \fBsmartd\fP will try to open all entries \fB"/dev/hd[a-j]"\fP ("\\\\.\\PhysicalDrive[0-9]")
82for IDE/ATA devices on WinNT4/2000/XP, \fB"/dev/hd[a-d]"\fP
83(bitmask from "\\\\.\\SMARTVSD") for IDE/ATA devices on Win95/98/98SE/ME,
84and \fB"/dev/scsi[0-9][0-7]"\fP (ASPI adapter 0-9, ID 0-7) for SCSI
85devices on all versions of Windows.
d008864d
GI
86.\" %ENDIF OS Windows
87.\" %IF OS Darwin
832b75ed 88Under Darwin, \fBsmartd\fP will open any ATA block storage device.
d008864d 89.\" %ENDIF OS Darwin
832b75ed
GG
90
91This can be annoying if you have an ATA or SCSI device that hangs or
92misbehaves when receiving SMART commands. Even if this causes no
93problems, you may be annoyed by the string of error log messages about
94block-major devices that can\'t be found, and SCSI devices that can\'t
95be opened.
96
97One can avoid this problem, and gain more control over the types of
98events monitored by
99\fBsmartd\fP,
100by using the configuration file
101.B /usr/local/etc/smartd.conf.
102This file contains a list of devices to monitor, with one device per
103line. An example file is included with the
104.B smartmontools
105distribution. You will find this sample configuration file in
e9583e0c 106\fB/usr/local/share/doc/smartmontools/\fP. For security, the configuration file
832b75ed
GG
107should not be writable by anyone but root. The syntax of the file is as
108follows:
109.IP \(bu 4
110There should be one device listed per line, although you may have
111lines that are entirely comments or white space.
112.IP \(bu 4
113Any text following a hash sign \'#\' and up to the end of the line is
114taken to be a comment, and ignored.
115.IP \(bu 4
116Lines may be continued by using a backslash \'\e\' as the last
117non-whitespace or non-comment item on a line.
118.IP \(bu 4
119Note: a line whose first character is a hash sign \'#\' is treated as
120a white-space blank line, \fBnot\fP as a non-existent line, and will
121\fBend\fP a continuation line.
122.PP 0
123.fi
124Here is an example configuration file. It\'s for illustrative purposes
125only; please don\'t copy it onto your system without reading to the end
126of the
127.B DIRECTIVES
128Section below!
129
130.nf
131.B ################################################
132.B # This is an example smartd startup config file
133.B # /usr/local/etc/smartd.conf for monitoring three
134.B # ATA disks, three SCSI disks, six ATA disks
4d59bff9 135.B # behind two 3ware controllers, three SATA disks
2127e193
GI
136.B # directly connected to the HighPoint Rocket-
137.B # RAID controller, two SATA disks connected to
138.B # the HighPoint RocketRAID controller via a pmport
139.B # device, four SATA disks connected to an Areca
140.B # RAID controller, and one SATA disk.
832b75ed
GG
141.B #
142.nf
143.B # First ATA disk on two different interfaces. On
144.B # the second disk, start a long self-test every
145.B # Sunday between 3 and 4 am.
146.B #
147.B \ \ /dev/hda -a -m admin@example.com,root@localhost
148.B \ \ /dev/hdc -a -I 194 -I 5 -i 12 -s L/../../7/03
149.B #
150.nf
151.B # SCSI disks. Send a TEST warning email to admin on
152.B # startup.
153.B #
154.B \ \ /dev/sda
155.B \ \ /dev/sdb -m admin@example.com -M test
156.B #
157.nf
158.B # Strange device. It\'s SCSI. Start a scheduled
159.B # long self test between 5 and 6 am Monday/Thursday
160.B \ \ /dev/weird -d scsi -s L/../../(1|4)/05
161.B #
162.nf
9ebc753d
GG
163.B # An ATA disk may appear as a SCSI device to the
164.B # OS. If a SCSI to ATA Translation (SAT) layer
165.B # is between the OS and the device then this can be
166.B # flagged with the '-d sat' option. This situation
167.B # may become common with SATA disks in SAS and FC
168.B # environments.
169.B \ \ /dev/sda -a -d sat
832b75ed
GG
170.B #
171.nf
d008864d 172.\" %IF OS Linux
2127e193
GI
173.B # Three disks connected to a MegaRAID controller
174.B # Start short self-tests daily between 1-2, 2-3, and
175.B # 3-4 am.
176.B \ \ /dev/sda -d megaraid,0 -a -s S/../.././01
177.B \ \ /dev/sda -d megaraid,1 -a -s S/../.././02
178.B \ \ /dev/sda -d megaraid,2 -a -s S/../.././03
179.B
180.B #
d008864d 181.\" %ENDIF OS Linux
2127e193 182.nf
832b75ed
GG
183.B # Four ATA disks on a 3ware 6/7/8000 controller.
184.B # Start short self-tests daily between midnight and 1am,
185.B # 1-2, 2-3, and 3-4 am. Starting with the Linux 2.6
186.B # kernel series, /dev/sdX is deprecated in favor of
187.B # /dev/tweN. For example replace /dev/sdc by /dev/twe0
188.B # and /dev/sdd by /dev/twe1.
189.B \ \ /dev/sdc -d 3ware,0 -a -s S/../.././00
190.B \ \ /dev/sdc -d 3ware,1 -a -s S/../.././01
191.B \ \ /dev/sdd -d 3ware,2 -a -s S/../.././02
192.B \ \ /dev/sdd -d 3ware,3 -a -s S/../.././03
193.B #
194.nf
195.B # Two ATA disks on a 3ware 9000 controller.
cfbba5b9 196.B # Start long self-tests Sundays between midnight and
832b75ed
GG
197.B # 1am and 2-3 am
198.B \ \ /dev/twa0 -d 3ware,0 -a -s L/../../7/00
199.B \ \ /dev/twa0 -d 3ware,1 -a -s L/../../7/02
200.B #
201.nf
cfbba5b9
GI
202.B # Two SATA (not SAS) disks on a 3ware 9750 controller.
203.B # Start long self-tests Sundays between midnight and
204.B # 1am and 2-3 am
205.B \ \ /dev/twl0 -d 3ware,0 -a -s L/../../7/00
206.B \ \ /dev/twl0 -d 3ware,1 -a -s L/../../7/02
207.B #
208.nf
2127e193 209.B # Three SATA disks on a HighPoint RocketRAID controller.
4d59bff9
GG
210.B # Start short self-tests daily between 1-2, 2-3, and
211.B # 3-4 am.
d008864d 212.\" %IF OS Linux
2127e193 213.B # under Linux
4d59bff9
GG
214.B \ \ /dev/sde -d hpt,1/1 -a -s S/../.././01
215.B \ \ /dev/sde -d hpt,1/2 -a -s S/../.././02
216.B \ \ /dev/sde -d hpt,1/3 -a -s S/../.././03
d008864d
GI
217.\" %ENDIF OS Linux
218.\" %IF OS FreeBSD
219.B # under FreeBSD
220.B /dev/hptrr -d hpt,1/1 -a -s S/../.././01
221.B /dev/hptrr -d hpt,1/2 -a -s S/../.././02
222.B /dev/hptrr -d hpt,1/3 -a -s S/../.././03
223.\" %ENDIF OS FreeBSD
4d59bff9
GG
224.B #
225.nf
2127e193 226.B # Two SATA disks connected to a HighPoint RocketRAID
4d59bff9
GG
227.B # via a pmport device. Start long self-tests Sundays
228.B # between midnight and 1am and 2-3 am.
d008864d 229.\" %IF OS Linux
2127e193 230.B # under Linux
4d59bff9
GG
231.B \ \ /dev/sde -d hpt,1/4/1 -a -s L/../../7/00
232.B \ \ /dev/sde -d hpt,1/4/2 -a -s L/../../7/02
d008864d
GI
233.\" %ENDIF OS Linux
234.\" %IF OS FreeBSD
235.B # under FreeBSD
236.B \ \ /dev/hptrr -d hpt,1/4/1 -a -s L/../../7/00
237.B \ \ /dev/hptrr -d hpt,1/4/2 -a -s L/../../7/02
2127e193 238.B #
d008864d 239.\" %ENDIF OS FreeBSD
2127e193
GI
240.nf
241.B # Three SATA disks connected to an Areca
242.B # RAID controller. Start long self-tests Sundays
243.B # between midnight and 3 am.
d008864d 244.\" %IF OS Linux
2127e193
GI
245.B \ \ /dev/sg2 -d areca,1 -a -s L/../../7/00
246.B \ \ /dev/sg2 -d areca,2 -a -s L/../../7/01
247.B \ \ /dev/sg2 -d areca,3 -a -s L/../../7/02
d008864d
GI
248.\" %ENDIF OS Linux
249.\" %IF OS FreeBSD
250.B \ \ /dev/arcmsr0 -d areca,1 -a -s L/../../7/00
251.B \ \ /dev/arcmsr0 -d areca,2 -a -s L/../../7/01
252.B \ \ /dev/arcmsr0 -d areca,3 -a -s L/../../7/02
253.\" %ENDIF OS FreeBSD
4d59bff9
GG
254.B #
255.nf
832b75ed
GG
256.B # The following line enables monitoring of the
257.B # ATA Error Log and the Self-Test Error Log.
258.B # It also tracks changes in both Prefailure
259.B # and Usage Attributes, apart from Attributes
260.B # 9, 194, and 231, and shows continued lines:
261.B #
262.B \ \ /dev/hdd\ -l\ error\ \e
263.B \ \ \ \ \ \ \ \ \ \ \ -l\ selftest\ \e
264.B \ \ \ \ \ \ \ \ \ \ \ -t\ \e\ \ \ \ \ \ # Attributes not tracked:
265.B \ \ \ \ \ \ \ \ \ \ \ -I\ 194\ \e\ \ # temperature
266.B \ \ \ \ \ \ \ \ \ \ \ -I\ 231\ \e\ \ # also temperature
267.B \ \ \ \ \ \ \ \ \ \ \ -I 9\ \ \ \ \ \ # power-on hours
268.B #
269.B ################################################
270.fi
271
272.PP
273.SH CONFIGURATION FILE DIRECTIVES
274.PP
275
7f0798ef 276If a non-comment entry in the configuration file is the text string
832b75ed
GG
277.B DEVICESCAN
278in capital letters, then
279\fBsmartd\fP
280will ignore any remaining lines in the configuration file, and will
281scan for devices.
282.B DEVICESCAN
283may optionally be followed by Directives that will apply to all
284devices that are found in the scan. Please see below for additional
285details.
286
d008864d
GI
287[NEW EXPERIMENTAL SMARTD FEATURE] If an entry in the configuration file
288starts with
289.B DEFAULT
290instead of a device name, then all directives in this entry are set
291as defaults for the next device entries.
292
293This configuration:
294
295.nf
296\ \ DEFAULT -a -R5! -W 2,40,45 -I 194 -s L/../../7/00 -m admin@example.com
297\ \ /dev/sda
298\ \ /dev/sdb
299\ \ /dev/sdc
300\ \ DEFAULT -H -m admin@example.com
301\ \ /dev/sdd
302\ \ /dev/sde -d removable
303.fi
304
305has the same effect as:
306
307.nf
308\ \ /dev/sda -a -R5! -W 2,40,45 -I 194 -s L/../../7/00 -m admin@example.com
309\ \ /dev/sdb -a -R5! -W 2,40,45 -I 194 -s L/../../7/00 -m admin@example.com
310\ \ /dev/sdc -a -R5! -W 2,40,45 -I 194 -s L/../../7/00 -m admin@example.com
311\ \ /dev/sdd -H -m admin@example.com
312\ \ /dev/sde -d removable -H -m admin@example.com
313.fi
314
832b75ed
GG
315.sp 2
316The following are the Directives that may appear following the device
317name or
318.B DEVICESCAN
d008864d
GI
319or
320.B DEFAULT
832b75ed
GG
321on any line of the
322.B /usr/local/etc/smartd.conf
323configuration file. Note that
324.B these are NOT command-line options for
325\fBsmartd\fP.
326The Directives below may appear in any order, following the device
327name.
328
329.B For an ATA device,
330if no Directives appear, then the device will be monitored
331as if the \'\-a\' Directive (monitor all SMART properties) had been given.
332
333.B If a SCSI disk is listed,
334it will be monitored at the maximum implemented level: roughly
335equivalent to using the \'\-H \-l selftest\' options for an ATA disk.
336So with the exception of \'\-d\', \'\-m\', \'\-l selftest\', \'\-s\', and
337\'\-M\', the Directives below are ignored for SCSI disks. For SCSI
338disks, the \'\-m\' Directive sends a warning email if the SMART status
339indicates a disk failure or problem, if the SCSI inquiry about disk
340status fails, or if new errors appear in the self-test log.
341
342.B If a 3ware controller is used
cfbba5b9
GI
343then the corresponding SCSI (/dev/sd?) or character device (/dev/twe?,
344/dev/twa? or /dev/twl?) must be listed, along with the \'\-d 3ware,N\'
345Directive (see below). The individual ATA disks hosted by the 3ware
346controller appear to \fBsmartd\fP as normal ATA devices. Hence all
347the ATA directives can be used for these disks (but see note below).
832b75ed 348
d008864d 349.\" %IF OS Linux FreeBSD
2127e193 350.B If an Areca controller is used
d008864d
GI
351then the corresponding device (SCSI /dev/sg? on Linux or /dev/arcmsr0 on
352FreeBSD) must be listed, along with the \'\-d areca,N\' Directive (see below).
353The individual SATA disks hosted by the Areca controller appear to \fBsmartd\fP
354as normal ATA devices. Hence all the ATA directives can be used for
2127e193 355these disks. Areca firmware version 1.46 or later which supports
bed94269
GI
356smartmontools must be used; Please see the \fBsmartctl\fP(8) man page
357for further details.
d008864d 358.\" %ENDIF OS Linux FreeBSD
832b75ed
GG
359.TP
360.B \-d TYPE
cfbba5b9
GI
361Specifies the type of the device.
362The valid arguments to this directive are:
832b75ed 363
cfbba5b9
GI
364.I auto
365- attempt to guess the device type from the device name or from
366controller type info provided by the operating system or from
367a matching USB ID entry in the drive database.
368This is the default.
832b75ed
GG
369
370.I ata
371\- the device type is ATA. This prevents
372\fBsmartd\fP
373from issuing SCSI commands to an ATA device.
374
d008864d 375.\" %IF NOT OS Darwin
832b75ed
GG
376.I scsi
377\- the device type is SCSI. This prevents
378\fBsmartd\fP
379from issuing ATA commands to a SCSI device.
380
d008864d 381.I sat[,auto][,N]
4d59bff9 382\- the device type is SCSI to ATA Translation (SAT).
cfbba5b9
GI
383This is for ATA disks that have a SCSI to ATA Translation (SAT) Layer
384(SATL) between the disk and the operating system.
385SAT defines two ATA PASS THROUGH SCSI commands, one 12 bytes long and
386the other 16 bytes long. The default is the 16 byte variant which can be
387overridden with either \'\-d sat,12\' or \'\-d sat,16\'.
388
d008864d
GI
389If \'-d sat,auto\' is specified, device type SAT (for ATA/SATA disks) is
390only used if the SCSI INQUIRY data reports a SATL (VENDOR: "ATA ").
391Otherwise device type SCSI (for SCSI/SAS disks) is used.
392
cfbba5b9
GI
393.I usbcypress
394\- this device type is for ATA disks that are behind a Cypress USB to PATA
395bridge. This will use the ATACB proprietary scsi pass through command.
396The default SCSI operation code is 0x24, but although it can be overridden
397with \'\-d usbcypress,0xN\', where N is the scsi operation code,
398you're running the risk of damage to the device or filesystems on it.
399
400.I usbjmicron
401- this device type is for SATA disks that are behind a JMicron USB to
402PATA/SATA bridge. The 48-bit ATA commands (required e.g. for \'\-l xerror\',
403see below) do not work with all of these bridges and are therefore disabled by
404default. These commands can be enabled by \'\-d usbjmicron,x\'.
405If two disks are connected to a bridge with two ports, an error message is printed
406if no PORT is specified.
407The port can be specified by \'\-d usbjmicron[,x],PORT\' where PORT is 0
408(master) or 1 (slave). This is not necessary if the device uses a port
409multiplier to connect multiple disks to one port. The disks appear under
410separate /dev/ice names then.
411CAUTION: Specifying \',x\' for a device which does not support it results
412in I/O errors and may disconnect the drive. The same applies if the specified
413PORT does not exist or is not connected to a disk.
414
415.I usbsunplus
416\- this device type is for SATA disks that are behind a SunplusIT USB to SATA
417bridge.
4d59bff9 418
d008864d
GI
419.\" %ENDIF NOT OS Darwin
420.\" %IF OS Linux
832b75ed 421.I marvell
cfbba5b9 422\- [Linux only] interact with SATA disks behind Marvell chip-set
832b75ed
GG
423controllers (using the Marvell rather than libata driver).
424
2127e193 425.I megaraid,N
cfbba5b9
GI
426\- [Linux only] the device consists of one or more SCSI/SAS disks connected
427to a MegaRAID controller. The non-negative integer N (in the range of 0 to
428127 inclusive) denotes which disk on the controller is monitored.
429This interface will also work for Dell PERC controllers.
2127e193
GI
430In log files and email messages this disk will be identified as
431megaraid_disk_XXX with XXX in the range from 000 to 127 inclusive.
cfbba5b9 432Please see the \fBsmartctl\fP(8) man page for further details.
2127e193 433
d008864d
GI
434.\" %ENDIF OS Linux
435.\" %IF OS FreeBSD Linux
832b75ed 436.I 3ware,N
cfbba5b9
GI
437\- [FreeBSD and Linux only] the device consists of one or more ATA disks
438connected to a 3ware RAID controller. The non-negative integer N
439(in the range from 0 to 127 inclusive) denotes which disk on the controller
440is monitored.
441In log files and email messages this disk will be identified as 3ware_disk_XXX
2127e193 442with XXX in the range from 000 to 127 inclusive.
832b75ed 443
cfbba5b9
GI
444Note that while you may use \fBany\fP of the 3ware SCSI logical devices /dev/tw*
445to address \fBany\fP of the physical disks (3ware ports), error and log
832b75ed 446messages will make the most sense if you always list the 3ware SCSI
cfbba5b9
GI
447logical device corresponding to the particular physical disks.
448Please see the \fBsmartctl\fP(8) man page for further details.
832b75ed 449
d008864d
GI
450.\" %ENDIF OS FreeBSD Linux
451.\" %IF OS Linux FreeBSD
2127e193 452.I areca,N
d008864d 453\- [Linux and FreeBSD only] the device consists of one or more SATA disks connected to an
cfbba5b9
GI
454Areca SATA RAID controller. The positive integer N (in the range from 1 to
45524 inclusive) denotes which disk on the controller is monitored.
456In log files and email messages this disk will be identifed as
2127e193 457areca_disk_XX with XX in the range from 01 to 24 inclusive.
cfbba5b9 458Please see the \fBsmartctl\fP(8) man page for further details.
2127e193 459
d008864d
GI
460.\" %ENDIF OS Linux FreeBSD
461.\" %IF OS FreeBSD Linux
ba59cff1 462.I cciss,N
cfbba5b9
GI
463\- [FreeBSD and Linux only] the device consists of one or more SCSI/SAS disks
464connected to a cciss RAID controller. The non-negative integer N (in the range
465from 0 to 15 inclusive) denotes which disk on the controller is monitored.
466In log files and email messages this disk will be identified as cciss_disk_XX
ba59cff1 467with XX in the range from 00 to 15 inclusive.
cfbba5b9 468Please see the \fBsmartctl\fP(8) man page for further details.
832b75ed 469
4d59bff9 470.I hpt,L/M/N
cfbba5b9
GI
471\- [FreeBSD and Linux only] the device consists of one or more ATA disks
472connected to a HighPoint RocketRAID controller. The integer L is the
473controller id, the integer M is the channel number, and the integer N
474is the PMPort number if it is available. The allowed values of L are
d008864d 475from 1 to 4 inclusive, M are from 1 to 16 inclusive and N from 1 to 4
cfbba5b9
GI
476if PMPort available. And also these values are limited by the model
477of the HighPoint RocketRAID controller.
4d59bff9
GG
478In log files and email messages this disk will be identified as
479hpt_X/X/X and X/X/X is the same as L/M/N, note if no N indicated, N set
480to the default value 1.
cfbba5b9 481Please see the \fBsmartctl\fP(8) man page for further details.
4d59bff9 482
d008864d 483.\" %ENDIF OS FreeBSD Linux
832b75ed
GG
484.I removable
485\- the device or its media is removable. This indicates to
486\fBsmartd\fP
487that it should continue (instead of exiting, which is the default
488behavior) if the device does not appear to be present when
489\fBsmartd\fP is started. This Directive may be used in conjunction
490with the other \'\-d\' Directives.
832b75ed 491.TP
2127e193 492.B \-n POWERMODE[,N][,q]
cfbba5b9
GI
493[ATA only] This \'nocheck\' Directive is used to prevent a disk from
494being spun-up when it is periodically polled by \fBsmartd\fP.
832b75ed
GG
495
496ATA disks have five different power states. In order of increasing
497power consumption they are: \'OFF\', \'SLEEP\', \'STANDBY\', \'IDLE\',
498and \'ACTIVE\'. Typically in the OFF, SLEEP, and STANDBY modes the
499disk\'s platters are not spinning. But usually, in response to SMART
500commands issued by \fBsmartd\fP, the disk platters are spun up. So if
501this option is not used, then a disk which is in a low\-power mode may
502be spun up and put into a higher\-power mode when it is periodically
503polled by \fBsmartd\fP.
504
505Note that if the disk is in SLEEP mode when \fBsmartd\fP is started,
506then it won't respond to \fBsmartd\fP commands, and so the disk won't
507be registered as a device for \fBsmartd\fP to monitor. If a disk is in
508any other low\-power mode, then the commands issued by \fBsmartd\fP to
509register the disk will probably cause it to spin\-up.
510
511The \'\fB\-n\fP\' (nocheck) Directive specifies if \fBsmartd\fP\'s
512periodic checks should still be carried out when the device is in a
513low\-power mode. It may be used to prevent a disk from being spun\-up
514by periodic \fBsmartd\fP polling. The allowed values of POWERMODE
515are:
516
517.I never
518\- \fBsmartd\fP will poll (check) the device regardless of its power
519mode. This may cause a disk which is spun\-down to be spun\-up when
520\fBsmartd\fP checks it. This is the default behavior if the '\-n'
521Directive is not given.
522
523.I sleep
524\- check the device unless it is in SLEEP mode.
525
526.I standby
527\- check the device unless it is in SLEEP or STANDBY mode. In
528these modes most disks are not spinning, so if you want to prevent
529a laptop disk from spinning up each time that \fBsmartd\fP polls,
530this is probably what you want.
531
532.I idle
533\- check the device unless it is in SLEEP, STANDBY or IDLE mode.
534In the IDLE state, most disks are still spinning, so this is probably
535not what you want.
536
2127e193
GI
537Maximum number of skipped checks (in a row) can be specified by
538appending positive number \',N\' to POWERMODE (like \'\-n standby,15\').
539After N checks are skipped in a row, powermode is ignored and the
540check is performed anyway.
4d59bff9 541
832b75ed
GG
542When a periodic test is skipped, \fBsmartd\fP normally writes an
543informal log message. The message can be suppressed by appending
544the option \',q\' to POWERMODE (like \'\-n standby,q\').
545This prevents a laptop disk from spinning up due to this message.
546
2127e193 547Both \',N\' and \',q\' can be specified together.
832b75ed
GG
548.TP
549.B \-T TYPE
550Specifies how tolerant
551\fBsmartd\fP
552should be of SMART command failures. The valid arguments to this
553Directive are:
554
555.I normal
556\- do not try to monitor the disk if a mandatory SMART command fails, but
557continue if an optional SMART command fails. This is the default.
558
559.I permissive
560\- try to monitor the disk even if it appears to lack SMART
561capabilities. This may be required for some old disks (prior to
562ATA\-3 revision 4) that implemented SMART before the SMART standards
563were incorporated into the ATA/ATAPI Specifications. This may also be
564needed for some Maxtor disks which fail to comply with the ATA
565Specifications and don't properly indicate support for error\- or
566self\-test logging.
567
568[Please see the \fBsmartctl \-T\fP command-line option.]
569.TP
570.B \-o VALUE
cfbba5b9 571[ATA only] Enables or disables SMART Automatic Offline Testing when
832b75ed
GG
572\fBsmartd\fP
573starts up and has no further effect. The valid arguments to this
574Directive are \fIon\fP and \fIoff\fP.
575
576The delay between tests is vendor-specific, but is typically four
577hours.
578
579Note that SMART Automatic Offline Testing is \fBnot\fP part of the ATA
580Specification. Please see the
581.B smartctl \-o
582command-line option documentation for further information about this
583feature.
584.TP
585.B \-S VALUE
586Enables or disables Attribute Autosave when \fBsmartd\fP
587starts up and has no further effect. The valid arguments to this
588Directive are \fIon\fP and \fIoff\fP. Also affects SCSI devices.
589[Please see the \fBsmartctl \-S\fP command-line option.]
590.TP
591.B \-H
cfbba5b9 592[ATA only] Check the SMART health status of the disk. If any Prefailure
832b75ed
GG
593Attributes are less than or equal to their threshold values, then disk
594failure is predicted in less than 24 hours, and a message at loglevel
e9583e0c 595.B \'LOG_CRIT\'
832b75ed
GG
596will be logged to syslog. [Please see the
597.B smartctl \-H
598command-line option.]
599.TP
600.B \-l TYPE
e9583e0c 601Reports increases in the number of errors in one of three SMART logs. The
832b75ed
GG
602valid arguments to this Directive are:
603
604.I error
cfbba5b9
GI
605\- [ATA only] report if the number of ATA errors reported in the Summary SMART
606error log has increased since the last check.
832b75ed 607
e9583e0c 608.I xerror
d008864d
GI
609\- [ATA only] report if the number of ATA errors reported in the Extended
610Comprehensive SMART error log has increased since the last check.
e9583e0c
GI
611
612If both \'\-l error\' and \'\-l xerror\' are specified, smartd checks
613the maximum of both values.
614
615[Please see the \fBsmartctl \-l xerror\fP command-line option.]
616
832b75ed
GG
617.I selftest
618\- report if the number of failed tests reported in the SMART
619Self-Test Log has increased since the last check, or if the timestamp
620associated with the most recent failed test has increased. Note that
621such errors will \fBonly\fP be logged if you run self-tests on the
622disk (and it fails a test!). Self-Tests can be run automatically by
623\fBsmartd\fP: please see the \fB\'\-s\'\fP Directive below.
624Self-Tests can also be run manually by using the \fB\'\-t\ short\'\fP
625and \fB\'\-t\ long\'\fP options of \fBsmartctl\fP and the results of
626the testing can be observed using the \fBsmartctl \'\-l\ selftest\'\fP
cfbba5b9 627command-line option.
832b75ed
GG
628[Please see the \fBsmartctl \-l\fP and \fB\-t\fP command-line
629options.]
cfbba5b9
GI
630
631[ATA only] Failed self-tests outdated by a newer successful extended
d008864d
GI
632self\-test are ignored. The warning email counter is reset if the
633number of failed self tests dropped to 0. This typically happens when
634an extended self\-test is run after all bad sectors have been reallocated.
635
636.I offlinests[,ns]
637\- [ATA only] report if the Offline Data Collection status has changed
638since the last check. The report will be logged as LOG_CRIT if the new
639status indicates an error. With some drives the status often changes,
640therefore \'\-l offlinests\' is not enabled by '\-a\' Directive.
641.\" %IF NOT OS Cygwin Windows
642.\"! Appending \',ns\' (no standby) to this directive is not implemented
643.\"! on OS_MAN_FILTER.
644.\" %ENDIF NOT OS Cygwin Windows
645.\" %IF OS Cygwin Windows
646
647[Windows and Cygwin only] If \',ns\' (no standby) is appended to this
648directive, smartd disables system auto standby as long as an Offline
649Data Collection is in progress. See \'\-l selfteststs,ns\' below.
650.\" %ENDIF OS Cygwin Windows
651
652.I selfteststs[,ns]
653\- [ATA only] report if the Self-Test execution status has changed
654since the last check. The report will be logged as LOG_CRIT if the new
655status indicates an error.
656.\" %IF NOT OS Cygwin Windows
657.\"! Appending \',ns\' (no standby) to this directive is not implemented
658.\"! on OS_MAN_FILTER.
659.\" %ENDIF NOT OS Cygwin Windows
660.\" %IF OS Cygwin Windows
661
662[Windows and Cygwin only] If \',ns\' (no standby) is appended to this
663directive, smartd disables system auto standby as long as a Self-Test
664is in progress. This prevents that a Self-Test is aborted because the
665OS sets the system to a standby/sleep mode when idle. Smartd check
666interval (\'\-i\' option) should be shorter than the configured idle
667timeout. Auto standby is not disabled if the system is running on
668battery.
669.\" %ENDIF OS Cygwin Windows
cfbba5b9
GI
670
671.I scterc,READTIME,WRITETIME
672\- [ATA only] [NEW EXPERIMENTAL SMARTD FEATURE] sets the SCT Error
673Recovery Control settings to the specified values (deciseconds)
674when \fBsmartd\fP starts up and has no further effect.
675Values of 0 disable the feature, other values less than 65 are probably
676not supported. For RAID configurations, this is typically set to
67770,70 deciseconds.
678[Please see the \fBsmartctl \-l scterc\fP command-line option.]
679
d008864d
GI
680.TP
681.B -e NAME[,VALUE]
682[NEW EXPERIMENTAL SMARTD FEATURE] Sets non\-SMART device settings
683when \fBsmartd\fP starts up and has no further effect.
684[Please see the \fBsmartctl \-\-set\fP command-line option.]
685Valid arguments are:
686
687.I aam,[N|off]
688\- [ATA only] Sets the Automatic Acoustic Management (AAM) feature.
689
690.I apm,[N|off]
691\- [ATA only] Sets the Advanced Power Management (APM) feature.
692
693.I lookahead,[on|off]
694\- [ATA only] Sets the read look-ahead feature.
695
696.I security-freeze
697\- [ATA only] Sets ATA Security feature to frozen mode.
698
699.I standby,[N|off]
700\- [ATA only] Sets the standby (spindown) timer and places the drive in the
701IDLE mode.
702
703.I wcache,[on|off]
704\- [ATA only] Sets the volatile write cache feature.
705
832b75ed
GG
706.TP
707.B \-s REGEXP
708Run Self-Tests or Offline Immediate Tests, at scheduled times. A
709Self- or Offline Immediate Test will be run at the end of periodic
710device polling, if all 12 characters of the string \fBT/MM/DD/d/HH\fP
711match the extended regular expression \fBREGEXP\fP. Here:
712.RS 7
713.IP \fBT\fP 4
714is the type of the test. The values that \fBsmartd\fP will try to
715match (in turn) are: \'L\' for a \fBL\fPong Self-Test, \'S\' for a
716\fBS\fPhort Self-Test, \'C\' for a \fBC\fPonveyance Self-Test (ATA
717only), and \'O\' for an \fBO\fPffline Immediate Test (ATA only). As
718soon as a match is found, the test will be started and no additional
719matches will be sought for that device and that polling cycle.
2127e193 720
cfbba5b9
GI
721To run scheduled Selective Self-Tests, use \'n\' for \fBn\fPext span,
722\'r\' to \fBr\fPedo last span, or \'c\' to \fBc\fPontinue with next span
723or redo last span based on status of last test.
724The LBA range is based on the first span from the last test.
2127e193
GI
725See the \fBsmartctl \-t select,[next|redo|cont]\fP options for
726further info.
727
cfbba5b9
GI
728[NEW EXPERIMENTAL SMARTD FEATURE] Some disks (e.g. WD) do not preserve
729the selective self test log accross power cycles. If state persistence
730(\'\-s\' option) is enabled, the last test span is preserved by smartd
731and used if (and only if) the selective self test log is empty.
732
832b75ed
GG
733.IP \fBMM\fP 4
734is the month of the year, expressed with two decimal digits. The
735range is from 01 (January) to 12 (December) inclusive. Do \fBnot\fP
736use a single decimal digit or the match will always fail!
737.IP \fBDD\fP 4
738is the day of the month, expressed with two decimal digits. The
739range is from 01 to 31 inclusive. Do \fBnot\fP
740use a single decimal digit or the match will always fail!
741.IP \fBd\fP 4
742is the day of the week, expressed with one decimal digit. The
743range is from 1 (Monday) to 7 (Sunday) inclusive.
744.IP \fBHH\fP 4
745is the hour of the day, written with two decimal digits, and given in
746hours after midnight. The range is 00 (midnight to just before 1am)
747to 23 (11pm to just before midnight) inclusive. Do \fBnot\fP use a
748single decimal digit or the match will always fail!
749.RE
750.\" The following two lines are a workaround for a man2html bug. Please leave them.
751.\" They define a non-existent option; useful because man2html can't correctly reset the margins.
752.TP
753.B \&
754Some examples follow. In reading these, keep in mind that in extended
755regular expressions a dot \fB\'.\'\fP matches any single character, and
756a parenthetical expression such as \fB\'(A|B|C)\'\fP denotes any one of the three possibilities \fBA\fP,
757\fBB\fP, or \fBC\fP.
758
759To schedule a short Self-Test between 2-3am every morning, use:
760.nf
761\fB \-s S/../.././02\fP
762.fi
763To schedule a long Self-Test between 4-5am every Sunday morning, use:
764.nf
765\fB \-s L/../../7/04\fP
766.fi
767To schedule a long Self-Test between 10-11pm on the first and
768fifteenth day of each month, use:
769.nf
770\fB \-s L/../(01|15)/./22\fP
771.fi
772To schedule an Offline Immediate test after every midnight, 6am,
773noon,and 6pm, plus a Short Self-Test daily at 1-2am and a Long
774Self-Test every Saturday at 3-4am, use:
775.nf
776\fB \-s (O/../.././(00|06|12|18)|S/../.././01|L/../../6/03)\fP
777.fi
2127e193
GI
778If Long Self-Tests of a large disks take longer than the system uptime,
779a full disk test can be performed by several Selective Self-Tests.
780To setup a full test of a 1TB disk within 20 days (one 50GB span
781each day), run this command once:
782.nf
783 smartctl -t select,0-99999999 /dev/sda
784.fi
785To run the next test spans on Monday-Friday between 12-13am, run smartd
786with this directive:
787.nf
788\fB \-s n/../../[1-5]/12\fP
789.fi
790
832b75ed
GG
791
792Scheduled tests are run immediately following the regularly-scheduled
793device polling, if the current local date, time, and test type, match
794\fBREGEXP\fP. By default the regularly-scheduled device polling
795occurs every thirty minutes after starting \fBsmartd\fP. Take caution
796if you use the \'\-i\' option to make this polling interval more than
797sixty minutes: the poll times may fail to coincide with any of the
2127e193
GI
798testing times that you have specified with \fBREGEXP\fP. In this case
799the test will be run following the next device polling.
832b75ed
GG
800
801Before running an offline or self-test, \fBsmartd\fP checks to be sure
802that a self-test is not already running. If a self-test \fBis\fP
803already running, then this running self test will \fBnot\fP be
804interrupted to begin another test.
805
806\fBsmartd\fP will not attempt to run \fBany\fP type of test if another
807test was already started or run in the same hour.
808
a37e7145
GG
809To avoid performance problems during system boot, \fBsmartd\fP will
810not attempt to run any scheduled tests following the very first
811device polling (unless \'\-q onecheck\' is specified).
812
832b75ed
GG
813Each time a test is run, \fBsmartd\fP will log an entry to SYSLOG.
814You can use these or the '-q showtests' command-line option to verify
815that you constructed \fBREGEXP\fP correctly. The matching order
816(\fBL\fP before \fBS\fP before \fBC\fP before \fBO\fP) ensures that
817if multiple test types are all scheduled for the same hour, the
818longer test type has precedence. This is usually the desired behavior.
819
2127e193
GI
820If the scheduled tests are used in conjunction with state persistence
821(\'\-s\' option), smartd will also try to match the hours since last
822shutdown (or 90 days at most). If any test would have been started
823during downtime, the longest (see above) of these tests is run after
824second device polling.
825
826If the \'\-n\' directive is used and any test would have been started
827during disk standby time, the longest of these tests is run when the
828disk is active again.
829
832b75ed
GG
830Unix users: please beware that the rules for extended regular
831expressions [regex(7)] are \fBnot\fP the same as the rules for
832file\-name pattern matching by the shell [glob(7)]. \fBsmartd\fP will
833issue harmless informational warning messages if it detects characters
834in \fBREGEXP\fP that appear to indicate that you have made this
835mistake.
832b75ed
GG
836.TP
837.B \-m ADD
838Send a warning email to the email address \fBADD\fP if the \'\-H\',
839\'\-l\', \'\-f\', \'\-C\', or \'\-O\' Directives detect a failure or a
840new error, or if a SMART command to the disk fails. This Directive
841only works in conjunction with these other Directives (or with the
842equivalent default \'\-a\' Directive).
843
844To prevent your email in-box from getting filled up with warning
845messages, by default only a single warning will be sent for each of
846the enabled alert types, \'\-H\', \'\-l\', \'\-f\', \'\-C\', or
847\'\-O\' even if more than one failure or error is detected or if the
848failure or error persists. [This behavior can be modified; see the
849\'\-M\' Directive below.]
850
851To send email to more than one user, please use the following "comma
852separated" form for the address: \fBuser1@add1,user2@add2,...,userN@addN\fP
853(with no spaces).
854
855To test that email is being sent correctly, use the \'\-M test\'
856Directive described below to send one test email message on
857\fBsmartd\fP
858startup.
859
860By default, email is sent using the system
861.B mail
862command. In order that
863\fBsmartd\fP
864find the mail command (normally /bin/mail) an executable named
865.B \'mail\'
866must be in the path of the shell or environment from which
867\fBsmartd\fP
868was started. If you wish to specify an explicit path to the mail
869executable (for example /usr/local/bin/mail) or a custom script to
870run, please use the \'\-M exec\' Directive below.
871
d008864d 872.\" %IF OS Solaris
832b75ed
GG
873Note that by default under Solaris, in the previous paragraph,
874\'\fBmailx\fP\' and \'\fB/bin/mailx\fP\' are used, since Solaris
875\'/bin/mail\' does not accept a \'\-s\' (Subject) command-line
876argument.
877
d008864d
GI
878.\" %ENDIF OS Solaris
879.\" %IF OS Windows
832b75ed
GG
880On Windows, the \'\fBBlat\fP\' mailer
881(\fBhttp://blat.sourceforge.net/\fP) is used by default.
882This mailer uses a different command line syntax, see
883\'\-M exec\' below.
884
d008864d 885.\" %ENDIF OS Windows
832b75ed
GG
886Note also that there is a special argument
887.B <nomailer>
888which can be given to the \'\-m\' Directive in conjunction with the \'\-M
889exec\' Directive. Please see below for an explanation of its effect.
890
891If the mailer or the shell running it produces any STDERR/STDOUT
892output, then a snippet of that output will be copied to SYSLOG. The
893remainder of the output is discarded. If problems are encountered in
894sending mail, this should help you to understand and fix them. If
895you have mail problems, we recommend running \fBsmartd\fP in debug
896mode with the \'-d\' flag, using the \'-M test\' Directive described
897below.
d008864d 898.\" %IF OS Windows
832b75ed
GG
899
900The following extension is available on Windows:
901By specifying \'\fBmsgbox\fP\' as a mail address, a warning
902"email" is displayed as a message box on the screen.
903Using both \'\fBmsgbox\fP\' and regular mail addresses is possible,
904if \'\fBmsgbox\fP\' is the first word in the comma separated list.
905With \'\fBsysmsgbox\fP\', a system modal (always on top) message box
d008864d
GI
906is used.
907
908If running as a service, a service notification message box
909(always shown on current visible desktop) is used. Please note that
910service notification message boxes are no longer supported on Windows
911Vista/2008 or later.
912.\" %ENDIF OS Windows
832b75ed
GG
913.TP
914.B \-M TYPE
915These Directives modify the behavior of the
916\fBsmartd\fP
917email warnings enabled with the \'\-m\' email Directive described above.
918These \'\-M\' Directives only work in conjunction with the \'\-m\'
919Directive and can not be used without it.
920
921Multiple \-M Directives may be given. If more than one of the
922following three \-M Directives are given (example: \-M once \-M daily)
923then the final one (in the example, \-M daily) is used.
924
925The valid arguments to the \-M Directive are (one of the following
926three):
927
928.I once
929\- send only one warning email for each type of disk problem detected. This
cfbba5b9 930is the default unless state persistence (\'\-s\' option) is enabled.
832b75ed
GG
931
932.I daily
933\- send additional warning reminder emails, once per day, for each type
cfbba5b9
GI
934of disk problem detected. This is the default if state persistence
935(\'\-s\' option) is enabled.
832b75ed
GG
936
937.I diminishing
938\- send additional warning reminder emails, after a one-day interval,
939then a two-day interval, then a four-day interval, and so on for each
940type of disk problem detected. Each interval is twice as long as the
941previous interval.
942
d008864d
GI
943If a disk problem is no longer detected, the internal email counter is
944reset. If the problem reappears a new warning email is sent immediately.
945
832b75ed
GG
946In addition, one may add zero or more of the following Directives:
947
948.I test
949\- send a single test email
950immediately upon
951\fBsmartd\fP
952startup. This allows one to verify that email is delivered correctly.
9ebc753d
GG
953Note that if this Directive is used,
954\fBsmartd\fP
955will also send the normal email warnings that were enabled with the \'\-m\' Directive,
956in addition to the single test email!
832b75ed
GG
957
958.I exec PATH
959\- run the executable PATH instead of the default mail command, when
960\fBsmartd\fP
961needs to send email. PATH must point to an executable binary file or
962script.
963
964By setting PATH to point to a customized script, you can make
965\fBsmartd\fP perform useful tricks when a disk problem is detected
966(beeping the console, shutting down the machine, broadcasting warnings
967to all logged-in users, etc.) But please be careful. \fBsmartd\fP
968will \fBblock\fP until the executable PATH returns, so if your
969executable hangs, then \fBsmartd\fP will also hang. Some sample
970scripts are included in
e9583e0c 971/usr/local/share/doc/smartmontools/examplescripts/.
832b75ed
GG
972
973The return status of the executable is recorded by \fBsmartd\fP in
974SYSLOG. The executable is not expected to write to STDOUT or
975STDERR. If it does, then this is interpreted as indicating that
976something is going wrong with your executable, and a fragment of this
977output is logged to SYSLOG to help you to understand the problem.
978Normally, if you wish to leave some record behind, the executable
979should send mail or write to a file or device.
980
981Before running the executable, \fBsmartd\fP sets a number of
982environment variables. These environment variables may be used to
983control the executable\'s behavior. The environment variables
984exported by \fBsmartd\fP are:
985.RS 7
986.IP \fBSMARTD_MAILER\fP 4
987is set to the argument of \-M exec, if present or else to \'mail\'
988(examples: /bin/mail, mail).
989.IP \fBSMARTD_DEVICE\fP 4
990is set to the device path (examples: /dev/hda, /dev/sdb).
991.IP \fBSMARTD_DEVICETYPE\fP 4
cfbba5b9
GI
992is set to the device type specified by \'-d\' directive or
993\'auto\' if none.
832b75ed
GG
994.IP \fBSMARTD_DEVICESTRING\fP 4
995is set to the device description. For SMARTD_DEVICETYPE of ata or
996scsi, this is the same as SMARTD_DEVICE. For 3ware RAID controllers,
2127e193
GI
997the form used is \'/dev/sdc [3ware_disk_01]\'. For HighPoint
998RocketRAID controller, the form is \'/dev/sdd [hpt_1/1/1]\' under Linux
999or \'/dev/hptrr [hpt_1/1/1]\' under FreeBSD. For Areca controllers, the
d008864d 1000form is \'/dev/sg2 [areca_disk_09]\' on Linux or \'/dev/arcmsr0 [areca_disk_09]\' on FreeBSD. In these cases the device string
2127e193
GI
1001contains a space and is NOT quoted. So to use $SMARTD_DEVICESTRING in a
1002bash script you should probably enclose it in double quotes.
832b75ed
GG
1003.IP \fBSMARTD_FAILTYPE\fP 4
1004gives the reason for the warning or message email. The possible values that
1005it takes and their meanings are:
1006.nf
1007.fi
1008\fIEmailTest\fP: this is an email test message.
1009.nf
1010.fi
1011\fIHealth\fP: the SMART health status indicates imminent failure.
1012.nf
1013.fi
1014\fIUsage\fP: a usage Attribute has failed.
1015.nf
1016.fi
1017\fISelfTest\fP: the number of self-test failures has increased.
1018.nf
1019.fi
1020\fIErrorCount\fP: the number of errors in the ATA error log has increased.
1021.nf
1022.fi
1023\fICurrentPendingSector\fP: one of more disk sectors could not be
1024read and are marked to be reallocated (replaced with spare sectors).
1025.nf
1026.fi
1027\fIOfflineUncorrectableSector\fP: during off\-line testing, or self\-testing,
1028one or more disk sectors could not be read.
1029.nf
1030.fi
e9583e0c
GI
1031\fITemperature\fP: Temperature reached critical limit (see \-W directive).
1032.nf
1033.fi
832b75ed
GG
1034\fIFailedHealthCheck\fP: the SMART health status command failed.
1035.nf
1036.fi
1037\fIFailedReadSmartData\fP: the command to read SMART Attribute data failed.
1038.nf
1039.fi
1040\fIFailedReadSmartErrorLog\fP: the command to read the SMART error log failed.
1041.nf
1042.fi
1043\fIFailedReadSmartSelfTestLog\fP: the command to read the SMART self-test log failed.
1044.nf
1045.fi
1046\fIFailedOpenDevice\fP: the open() command to the device failed.
1047.IP \fBSMARTD_ADDRESS\fP 4
1048is determined by the address argument ADD of the \'\-m\' Directive.
1049If ADD is \fB<nomailer>\fP, then \fBSMARTD_ADDRESS\fP is not set.
1050Otherwise, it is set to the comma-separated-list of email addresses
1051given by the argument ADD, with the commas replaced by spaces
1052(example:admin@example.com root). If more than one email address is
1053given, then this string will contain space characters and is NOT
1054quoted, so to use it in a bash script you may want to enclose it in
1055double quotes.
1056.IP \fBSMARTD_MESSAGE\fP 4
1057is set to the one sentence summary warning email message string from
1058\fBsmartd\fP.
1059This message string contains space characters and is NOT quoted. So to
1060use $SMARTD_MESSAGE in a bash script you should probably enclose it in
1061double quotes.
1062.IP \fBSMARTD_FULLMESSAGE\fP 4
1063is set to the contents of the entire email warning message string from
1064\fBsmartd\fP.
1065This message string contains space and return characters and is NOT quoted. So to
1066use $SMARTD_FULLMESSAGE in a bash script you should probably enclose it in
1067double quotes.
1068.IP \fBSMARTD_TFIRST\fP 4
1069is a text string giving the time and date at which the first problem
1070of this type was reported. This text string contains space characters
1071and no newlines, and is NOT quoted. For example:
1072.nf
1073.fi
1074Sun Feb 9 14:58:19 2003 CST
1075.IP \fBSMARTD_TFIRSTEPOCH\fP 4
1076is an integer, which is the unix epoch (number of seconds since Jan 1,
10771970) for \fBSMARTD_TFIRST\fP.
1078.RE
1079.\" The following two lines are a workaround for a man2html bug. Please leave them.
1080.\" They define a non-existent option; useful because man2html can't correctly reset the margins.
1081.TP
1082.B \&
1083The shell which is used to run PATH is system-dependent. For vanilla
1084Linux/glibc it\'s bash. For other systems, the man page for
1085\fBpopen\fP(3) should say what shell is used.
1086
1087If the \'\-m ADD\' Directive is given with a normal address argument,
1088then the executable pointed to by PATH will be run in a shell with
1089STDIN receiving the body of the email message, and with the same
1090command-line arguments:
1091.nf
1092-s "$SMARTD_SUBJECT" $SMARTD_ADDRESS
1093.fi
1094that would normally be provided to \'mail\'. Examples include:
1095.nf
1096.B -m user@home -M exec /bin/mail
1097.B -m admin@work -M exec /usr/local/bin/mailto
1098.B -m root -M exec /Example_1/bash/script/below
1099.fi
1100
d008864d 1101.\" %IF OS Windows
832b75ed
GG
1102Note that on Windows, the syntax of the \'\fBBlat\fP\' mailer is
1103used:
1104.nf
1105- -q -subject "$SMARTD_SUBJECT" -to "$SMARTD_ADDRESS"
1106.fi
1107
d008864d 1108.\" %ENDIF OS Windows
832b75ed
GG
1109If the \'\-m ADD\' Directive is given with the special address argument
1110.B <nomailer>
1111then the executable pointed to by PATH is run in a shell with
1112.B no
1113STDIN and
1114.B no
1115command-line arguments, for example:
1116.nf
1117.B -m <nomailer> -M exec /Example_2/bash/script/below
1118.fi
1119If the executable produces any STDERR/STDOUT output, then \fBsmartd\fP
1120assumes that something is going wrong, and a snippet of that output
1121will be copied to SYSLOG. The remainder of the output is then
1122discarded.
1123
1124Some EXAMPLES of scripts that can be used with the \'\-M exec\'
1125Directive are given below. Some sample scripts are also included in
e9583e0c 1126/usr/local/share/doc/smartmontools/examplescripts/.
832b75ed
GG
1127.TP
1128.B \-f
cfbba5b9
GI
1129[ATA only] Check for \'failure\' of any Usage Attributes. If these
1130Attributes are less than or equal to the threshold, it does NOT indicate
1131imminent disk failure. It "indicates an advisory condition where the usage
1132or age of the device has exceeded its intended design life period."
832b75ed
GG
1133[Please see the \fBsmartctl \-A\fP command-line option.]
1134.TP
1135.B \-p
cfbba5b9 1136[ATA only] Report anytime that a Prefail Attribute has changed
832b75ed
GG
1137its value since the last check, 30 minutes ago. [Please see the
1138.B smartctl \-A
1139command-line option.]
1140.TP
1141.B \-u
cfbba5b9 1142[ATA only] Report anytime that a Usage Attribute has changed its value
832b75ed
GG
1143since the last check, 30 minutes ago. [Please see the
1144.B smartctl \-A
1145command-line option.]
1146.TP
1147.B \-t
cfbba5b9 1148[ATA only] Equivalent to turning on the two previous flags \'\-p\' and \'\-u\'.
832b75ed
GG
1149Tracks changes in \fIall\fP device Attributes (both Prefailure and
1150Usage). [Please see the \fBsmartctl\fP \-A command-line option.]
1151.TP
1152.B \-i ID
cfbba5b9
GI
1153[ATA only] Ignore device Attribute number \fBID\fP when checking for failure
1154of Usage Attributes. \fBID\fP must be a decimal integer in the range
832b75ed
GG
1155from 1 to 255. This Directive modifies the behavior of the \'\-f\'
1156Directive and has no effect without it.
1157
1158This is useful, for example, if you have a very old disk and don\'t
1159want to keep getting messages about the hours-on-lifetime Attribute
1160(usually Attribute 9) failing. This Directive may appear multiple
1161times for a single device, if you want to ignore multiple Attributes.
1162.TP
1163.B \-I ID
cfbba5b9 1164[ATA only] Ignore device Attribute \fBID\fP when tracking changes in the
832b75ed
GG
1165Attribute values. \fBID\fP must be a decimal integer in the range
1166from 1 to 255. This Directive modifies the behavior of the \'\-p\',
1167\'\-u\', and \'\-t\' tracking Directives and has no effect without one
1168of them.
1169
1170This is useful, for example, if one of the device Attributes is the disk
1171temperature (usually Attribute 194 or 231). It\'s annoying to get reports
1172each time the temperature changes. This Directive may appear multiple
1173times for a single device, if you want to ignore multiple Attributes.
1174.TP
2127e193 1175.B \-r ID[!]
cfbba5b9
GI
1176[ATA only] When tracking, report the \fIRaw\fP value of Attribute \fBID\fP
1177along with its (normally reported) \fINormalized\fP value. \fBID\fP must
1178be a decimal integer in the range from 1 to 255. This Directive modifies
832b75ed
GG
1179the behavior of the \'\-p\', \'\-u\', and \'\-t\' tracking Directives
1180and has no effect without one of them. This Directive may be given
1181multiple times.
1182
1183A common use of this Directive is to track the device Temperature
1184(often ID=194 or 231).
1185
2127e193
GI
1186If the optional flag \'!\' is appended, a change of the Normalized
1187value is considered critical. The report will be logged as LOG_CRIT
1188and a warning email will be sent if \'-m\' is specified.
832b75ed 1189.TP
2127e193 1190.B \-R ID[!]
cfbba5b9 1191[ATA only] When tracking, report whenever the \fIRaw\fP value of Attribute
832b75ed
GG
1192\fBID\fP changes. (Normally \fBsmartd\fP only tracks/reports changes
1193of the \fINormalized\fP Attribute values.) \fBID\fP must be a decimal
1194integer in the range from 1 to 255. This Directive modifies the
1195behavior of the \'\-p\', \'\-u\', and \'\-t\' tracking Directives and
1196has no effect without one of them. This Directive may be given
1197multiple times.
1198
1199If this Directive is given, it automatically implies the \'\-r\'
1200Directive for the same Attribute, so that the Raw value of the
1201Attribute is reported.
1202
1203A common use of this Directive is to track the device Temperature
1204(often ID=194 or 231). It is also useful for understanding how
1205different types of system behavior affects the values of certain
1206Attributes.
1207
2127e193
GI
1208If the optional flag \'!\' is appended, a change of the Raw
1209value is considered critical. The report will be logged as
1210LOG_CRIT and a warning email will be sent if \'-m\' is specified.
1211An example is \'-R 5!\' to warn when new sectors are reallocated.
832b75ed 1212.TP
2127e193 1213.B \-C ID[+]
832b75ed
GG
1214[ATA only] Report if the current number of pending sectors is
1215non-zero. Here \fBID\fP is the id number of the Attribute whose raw
1216value is the Current Pending Sector count. The allowed range of
1217\fBID\fP is 0 to 255 inclusive. To turn off this reporting, use
1218ID\ =\ 0. If the \fB\-C ID\fP option is not given, then it defaults to
1219\fB\-C 197\fP (since Attribute 197 is generally used to monitor
e9583e0c
GI
1220pending sectors). If the name of this Attribute is changed by a
1221\'\-v 197,FORMAT,NAME\' directive, the default is changed to
1222\fB\-C 0\fP.
832b75ed 1223
2127e193
GI
1224If \'+\' is specified, a report is only printed if the number of sectors
1225has increased between two check cycles. Some disks do not reset this
1226attribute when a bad sector is reallocated.
1227See also \'\-v 197,increasing\' below.
1228
d008864d
GI
1229The warning email counter is reset if the number of pending sectors
1230dropped to 0. This typically happens when all pending sectors have
1231been reallocated or could be read again.
1232
832b75ed
GG
1233A pending sector is a disk sector (containing 512 bytes of your data)
1234which the device would like to mark as ``bad" and reallocate.
1235Typically this is because your computer tried to read that sector, and
1236the read failed because the data on it has been corrupted and has
1237inconsistent Error Checking and Correction (ECC) codes. This is
1238important to know, because it means that there is some unreadable data
1239on the disk. The problem of figuring out what file this data belongs
1240to is operating system and file system specific. You can typically
1241force the sector to reallocate by writing to it (translation: make the
1242device substitute a spare good sector for the bad one) but at the
1243price of losing the 512 bytes of data stored there.
832b75ed 1244.TP
2127e193 1245.B \-U ID[+]
832b75ed
GG
1246[ATA only] Report if the number of offline uncorrectable sectors is
1247non-zero. Here \fBID\fP is the id number of the Attribute whose raw
1248value is the Offline Uncorrectable Sector count. The allowed range of
1249\fBID\fP is 0 to 255 inclusive. To turn off this reporting, use
1250ID\ =\ 0. If the \fB\-U ID\fP option is not given, then it defaults to
1251\fB\-U 198\fP (since Attribute 198 is generally used to monitor
e9583e0c
GI
1252offline uncorrectable sectors). If the name of this Attribute is changed
1253by a \'\-v 198,FORMAT,NAME\' (except \'\-v 198,FORMAT,Offline_Scan_UNC_SectCt\'),
1254directive, the default is changed to \fB\-U 0\fP.
832b75ed 1255
2127e193
GI
1256If \'+\' is specified, a report is only printed if the number of sectors
1257has increased since the last check cycle. Some disks do not reset this
1258attribute when a bad sector is reallocated.
1259See also \'\-v 198,increasing\' below.
832b75ed 1260
d008864d
GI
1261The warning email counter is reset if the number of offline uncorrectable
1262sectors dropped to 0. This typically happens when all offline uncorrectable
1263sectors have been reallocated or could be read again.
1264
832b75ed
GG
1265An offline uncorrectable sector is a disk sector which was not
1266readable during an off\-line scan or a self\-test. This is important
1267to know, because if you have data stored in this disk sector, and you
1268need to read it, the read will fail. Please see the previous \'\-C\'
1269option for more details.
4d59bff9
GG
1270.TP
1271.B \-W DIFF[,INFO[,CRIT]]
1272Report if the current temperature had changed by at least \fBDIFF\fP
2127e193
GI
1273degrees since last report, or if new min or max temperature is detected.
1274Report or Warn if the temperature is greater or equal than one of
1275\fBINFO\fP or \fBCRIT\fP degrees Celsius.
1276If the limit \fBCRIT\fP is reached, a message with loglevel
e9583e0c 1277\fB\'LOG_CRIT\'\fP will be logged to syslog and a warning email
4d59bff9
GG
1278will be send if '-m' is specified. If only the limit \fBINFO\fP is
1279reached, a message with loglevel \fB\'LOG_INFO\'\fP will be logged.
1280
d008864d
GI
1281The warning email counter is reset if the temperature dropped below
1282\fBINFO\fP or \fBCRIT\fP-5 if \fBINFO\fP is not specified.
1283
2127e193
GI
1284If this directive is used in conjunction with state persistence
1285(\'\-s\' option), the min and max temperature values are preserved
1286across boot cycles. The minimum temperature value is not updated
1287during the first 30 minutes after startup.
1288
4d59bff9
GG
1289To disable any of the 3 reports, set the corresponding limit to 0.
1290Trailing zero arguments may be omitted. By default, all temperature
1291reports are disabled (\'-W 0\').
1292
1293To track temperature changes of at least 2 degrees, use:
1294.nf
1295\fB \-W 2
1296.fi
1297To log informal messages on temperatures of at least 40 degrees, use:
1298.nf
1299\fB \-W 0,40
1300.fi
1301For warning messages/mails on temperatures of at least 45 degrees, use:
1302.nf
1303\fB \-W 0,0,45
1304.fi
1305To combine all of the above reports, use:
1306.nf
1307\fB \-W 2,40,45
1308.fi
1309
1310For ATA devices, smartd interprets Attribute 194 as Temperature Celsius
1311by default. This can be changed to Attribute 9 or 220 by the drive
1312database or by the \'-v\' directive, see below.
832b75ed
GG
1313.TP
1314.B \-F TYPE
1315[ATA only] Modifies the behavior of \fBsmartd\fP to compensate for
1316some known and understood device firmware bug. The arguments to this
1317Directive are exclusive, so that only the final Directive given is
1318used. The valid values are:
1319
1320.I none
e9583e0c
GI
1321\- Assume that the device firmware obeys the ATA specifications. This
1322is the default, unless the device has presets for \'\-F\' in the
1323device database.
832b75ed
GG
1324
1325.I samsung
1326\- In some Samsung disks (example: model SV4012H Firmware Version:
e9583e0c
GI
1327RM100\-08) some of the two\- and four\-byte quantities in the SMART data
1328structures are byte\-swapped (relative to the ATA specification).
832b75ed 1329Enabling this option tells \fBsmartd\fP to evaluate these quantities
e9583e0c
GI
1330in byte\-reversed order. Some signs that your disk needs this option
1331are (1) no self\-test log printed, even though you have run self\-tests;
832b75ed
GG
1332(2) very large numbers of ATA errors reported in the ATA error log;
1333(3) strange and impossible values for the ATA error log timestamps.
1334
1335.I samsung2
e9583e0c
GI
1336\- In some Samsung disks the number of ATA errors reported is byte swapped.
1337Enabling this option tells \fBsmartd\fP to evaluate this quantity in
1338byte\-reversed order.
832b75ed 1339
a37e7145
GG
1340.I samsung3
1341\- Some Samsung disks (at least SP2514N with Firmware VF100\-37) report
1342a self\-test still in progress with 0% remaining when the test was already
1343completed. If this directive is specified, \fBsmartd\fP will not skip the
1344next scheduled self\-test (see Directive \'\-s\' above) in this case.
1345
e9583e0c 1346Note that an explicit \'\-F\' Directive will over\-ride any preset
832b75ed
GG
1347values for \'\-F\' (see the \'\-P\' option below).
1348
1349
1350[Please see the \fBsmartctl \-F\fP command-line option.]
832b75ed 1351.TP
a23d5117
GI
1352.B \-v ID,FORMAT[:BYTEORDER][,NAME]
1353[ATA only] Sets a vendor\-specific raw value print FORMAT, an optional
1354BYTEORDER and an optional NAME for Attribute ID.
bed94269
GI
1355This directive may be used multiple times.
1356Please see \fBsmartctl -v\fP command-line option for further details.
832b75ed 1357
bed94269 1358The following arguments affect smartd warning output:
832b75ed 1359
2127e193
GI
1360.I 197,increasing
1361\- Raw Attribute number 197 (Current Pending Sector Count) is not
bed94269
GI
1362reset if uncorrectable sectors are reallocated. This sets \'-C 197+\'
1363if no other \'-C\' directive is specified.
2127e193
GI
1364
1365.I 198,increasing
1366\- Raw Attribute number 198 (Offline Uncorrectable Sector Count) is not
bed94269
GI
1367reset if uncorrectable sector are reallocated. This sets \'-U 198+\'
1368if no other \'-U\' directive is specified.
832b75ed
GG
1369.TP
1370.B \-P TYPE
cfbba5b9
GI
1371[ATA only] Specifies whether \fBsmartd\fP should use any preset options
1372that are available for this drive.
1373The valid arguments to this Directive are:
832b75ed
GG
1374
1375.I use
1376\- use any presets that are available for this drive. This is the default.
1377
1378.I ignore
1379\- do not use any presets for this drive.
1380
1381.I show
1382\- show the presets listed for this drive in the database.
1383
1384.I showall
1385\- show the presets that are available for all drives and then exit.
1386
1387[Please see the
1388.B smartctl \-P
1389command-line option.]
832b75ed
GG
1390.TP
1391.B \-a
1392Equivalent to turning on all of the following Directives:
1393.B \'\-H\'
1394to check the SMART health status,
1395.B \'\-f\'
1396to report failures of Usage (rather than Prefail) Attributes,
1397.B \'\-t\'
1398to track changes in both Prefailure and Usage Attributes,
d008864d 1399.B \'\-l\ error\'
832b75ed 1400to report increases in the number of ATA errors,
d008864d
GI
1401.B \'\-l\ selftest\'
1402to report increases in the number of Self-Test Log errors,
1403.B \'\-l\ selfteststs\'
1404to report changes of Self-Test execution status,
832b75ed
GG
1405.B \'\-C 197\'
1406to report nonzero values of the current pending sector count, and
1407.B \'\-U 198\'
1408to report nonzero values of the offline pending sector count.
1409
1410Note that \-a is the default for ATA devices. If none of these other
1411Directives is given, then \-a is assumed.
832b75ed
GG
1412.TP
1413.B #
1414Comment: ignore the remainder of the line.
1415.TP
1416.B \e
1417Continuation character: if this is the last non-white or non-comment
1418character on a line, then the following line is a continuation of the current
1419one.
1420.PP
1421If you are not sure which Directives to use, I suggest experimenting
1422for a few minutes with
1423.B smartctl
1424to see what SMART functionality your disk(s) support(s). If you do
1425not like voluminous syslog messages, a good choice of
1426\fBsmartd\fP
1427configuration file Directives might be:
1428.nf
1429.B \-H \-l\ selftest \-l\ error \-f.
1430.fi
1431If you want more frequent information, use:
1432.B -a.
1433
1434.TP
1435.B ADDITIONAL DETAILS ABOUT DEVICESCAN
7f0798ef 1436If a non-comment entry in the configuration file is the text
832b75ed
GG
1437string \fBDEVICESCAN\fP in capital letters, then \fBsmartd\fP will
1438ignore any remaining lines in the configuration file, and will scan
1439for devices.
1440
d008864d
GI
1441Configuration entries for devices not found by the platform\-specific
1442device scanning may precede the \fBDEVICESCAN\fP entry.
7f0798ef 1443
832b75ed
GG
1444If \fBDEVICESCAN\fP is not followed by any Directives, then smartd
1445will scan for both ATA and SCSI devices, and will monitor all possible
1446SMART properties of any devices that are found.
1447
1448\fBDEVICESCAN\fP may optionally be followed by any valid Directives,
1449which will be applied to all devices that are found in the scan. For
1450example
1451.nf
1452.B DEVICESCAN -m root@example.com
1453.fi
1454will scan for all devices, and then monitor them. It will send one
1455email warning per device for any problems that are found.
1456.nf
1457.B DEVICESCAN -d ata -m root@example.com
1458.fi
1459will do the same, but restricts the scan to ATA devices only.
1460.nf
1461.B DEVICESCAN -H -d ata -m root@example.com
1462.fi
1463will do the same, but only monitors the SMART health status of the
1464devices, (rather than the default \-a, which monitors all SMART
1465properties).
1466
1467.TP
1468.B EXAMPLES OF SHELL SCRIPTS FOR \'\-M exec\'
1469These are two examples of shell scripts that can be used with the \'\-M
1470exec PATH\' Directive described previously. The paths to these scripts
1471and similar executables is the PATH argument to the \'\-M exec PATH\'
1472Directive.
1473
1474Example 1: This script is for use with \'\-m ADDRESS -M exec PATH\'. It appends
1475the output of
1476.B smartctl -a
1477to the output of the smartd email warning message and sends it to ADDRESS.
1478
1479.nf
1480\fB
1481#! /bin/bash
1482
1483# Save the email message (STDIN) to a file:
1484cat > /root/msg
1485
1486# Append the output of smartctl -a to the message:
1487/usr/local/sbin/smartctl -a -d $SMART_DEVICETYPE $SMARTD_DEVICE >> /root/msg
1488
1489# Now email the message to the user at address ADD:
1490/bin/mail -s "$SMARTD_SUBJECT" $SMARTD_ADDRESS < /root/msg
1491\fP
1492.fi
1493
1494Example 2: This script is for use with \'\-m <nomailer> \-M exec
1495PATH\'. It warns all users about a disk problem, waits 30 seconds, and
1496then powers down the machine.
1497
1498.nf
1499\fB
1500#! /bin/bash
1501
1502# Warn all users of a problem
1503wall \'Problem detected with disk: \' "$SMARTD_DEVICESTRING"
1504wall \'Warning message from smartd is: \' "$SMARTD_MESSAGE"
1505wall \'Shutting down machine in 30 seconds... \'
1506
1507# Wait half a minute
1508sleep 30
1509
1510# Power down the machine
1511/sbin/shutdown -hf now
1512\fP
1513.fi
1514
1515Some example scripts are distributed with the smartmontools package,
e9583e0c 1516in /usr/local/share/doc/smartmontools/examplescripts/.
832b75ed
GG
1517
1518Please note that these scripts typically run as root, so any files
1519that they read/write should not be writable by ordinary users or
1520reside in directories like /tmp that are writable by ordinary users
1521and may expose your system to symlink attacks.
1522
1523As previously described, if the scripts write to STDOUT or STDERR,
1524this is interpreted as indicating that there was an internal error
1525within the script, and a snippet of STDOUT/STDERR is logged to SYSLOG.
1526The remainder is flushed.
1527
832b75ed
GG
1528.PP
1529.SH AUTHOR
e9583e0c 1530\fBBruce Allen\fP smartmontools\-support@lists.sourceforge.net
832b75ed
GG
1531.fi
1532University of Wisconsin \- Milwaukee Physics Department
1533
1534.PP
1535.SH CONTRIBUTORS
1536The following have made large contributions to smartmontools:
1537.nf
1538\fBCasper Dik\fP (Solaris SCSI interface)
2127e193 1539\fBChristian Franke\fP (Windows interface, C++ redesign, USB support, ...)
832b75ed
GG
1540\fBDouglas Gilbert\fP (SCSI subsystem)
1541\fBGuido Guenther\fP (Autoconf/Automake packaging)
1542\fBGeoffrey Keating\fP (Darwin ATA interface)
1543\fBEduard Martinescu\fP (FreeBSD interface)
d008864d 1544\fBFr\['e]d\['e]ric L. W. Meunier\fP (Web site and Mailing list)
2127e193 1545\fBGabriele Pohl\fP (Web site and Wiki, conversion from CVS to SVN)
832b75ed 1546\fBKeiji Sawada\fP (Solaris ATA interface)
2127e193 1547\fBManfred Schwarb\fP (Drive database)
832b75ed
GG
1548\fBSergey Svishchev\fP (NetBSD interface)
1549\fBDavid Snyder and Sergey Svishchev\fP (OpenBSD interface)
1550\fBPhil Williams\fP (User interface and drive database)
2127e193 1551\fBShengfeng Zhou\fP (Linux/FreeBSD HighPoint RocketRAID interface)
832b75ed
GG
1552.fi
1553Many other individuals have made smaller contributions and corrections.
1554
1555.PP
1556.SH CREDITS
1557.fi
1558This code was derived from the smartsuite package, written by Michael
e9583e0c
GI
1559Cornwell, and from the previous UCSC smartsuite package. It extends
1560these to cover ATA\-5 disks. This code was originally developed as a
832b75ed
GG
1561Senior Thesis by Michael Cornwell at the Concurrent Systems Laboratory
1562(now part of the Storage Systems Research Center), Jack Baskin School
1563of Engineering, University of California, Santa
1564Cruz. \fBhttp://ssrc.soe.ucsc.edu/\fP .
1565.SH
1566HOME PAGE FOR SMARTMONTOOLS:
1567.fi
1568Please see the following web site for updates, further documentation, bug
e9583e0c 1569reports and patches: \fBhttp://smartmontools.sourceforge.net/\fP
832b75ed
GG
1570
1571.SH
1572SEE ALSO:
1573\fBsmartd\fP(8), \fBsmartctl\fP(8), \fBsyslogd\fP(8),
1574\fBsyslog.conf\fP(5), \fBbadblocks\fP(8), \fBide\-smart\fP(8), \fBregex\fP(7).
1575
1576.SH
2127e193 1577SVN ID OF THIS PAGE:
d008864d 1578$Id: smartd.conf.5.in 3519 2012-03-06 20:01:44Z chrfranke $