Skip to content
Snippets Groups Projects
Commit 19a09a31 authored by ballen4705's avatar ballen4705
Browse files

Updated (I forgot to remake this after modifying smartd.8)

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@479 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent bfae9d4d
No related branches found
No related tags found
No related merge requests found
\# Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net> \# Copyright (C) 2002 Bruce Allen <smartmontools-support@lists.sourceforge.net>
\# \#
\# $Id: smartd.conf.5,v 1.25 2003/02/06 11:58:30 ballen4705 Exp $ \# $Id: smartd.conf.5,v 1.26 2003/02/06 17:55:29 ballen4705 Exp $
\# \#
\# This program is free software; you can redistribute it and/or modify it \# This program is free software; you can redistribute it and/or modify it
\# under the terms of the GNU General Public License as published by the Free \# under the terms of the GNU General Public License as published by the Free
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
\# Research Center), Jack Baskin School of Engineering, University of \# Research Center), Jack Baskin School of Engineering, University of
\# California, Santa Cruz. http://ssrc.soe.ucsc.edu/ \# California, Santa Cruz. http://ssrc.soe.ucsc.edu/
\# \#
.TH SMARTD.CONF 5 "$Date: 2003/02/06 11:58:30 $" "smartmontools-5.1" .TH SMARTD.CONF 5 "$Date: 2003/02/06 17:55:29 $" "smartmontools-5.1"
.SH NAME .SH NAME
smartd.conf \- S.M.A.R.T. Monitoring Daemon Configuration File smartd.conf \- S.M.A.R.T. Monitoring Daemon Configuration File
...@@ -163,10 +163,10 @@ configuration file. Note that ...@@ -163,10 +163,10 @@ configuration file. Note that
The Directives below may appear in any order, following the device The Directives below may appear in any order, following the device
name. name.
.B For ATA disks, if .B For an ATA device,
.B no Directives appear, the disk will not be monitored. if no Directives appear, then the device will be monitored
Conversely, the '\-a' Directive will try to monitor everything as if the
possible. '\-a' Directive (monitor all SMART properties) had been given.
.B If a SCSI disk is listed, .B If a SCSI disk is listed,
it will be monitored at the only implemented level: roughly equivalent it will be monitored at the only implemented level: roughly equivalent
...@@ -281,7 +281,7 @@ Send a warning email to the email address ...@@ -281,7 +281,7 @@ Send a warning email to the email address
.B ADD .B ADD
if the '\-H', '\-l', or '\-f' Directives detect a failure or a new if the '\-H', '\-l', or '\-f' Directives detect a failure or a new
error. This Directive only works in conjunction with these other error. This Directive only works in conjunction with these other
Directives (or with the equivalent '\-a' Directive). Directives (or with the equivalent default '\-a' Directive).
To prevent your email in-box from getting filled up with warning To prevent your email in-box from getting filled up with warning
messages, by default only a single warning will be sent for each of messages, by default only a single warning will be sent for each of
...@@ -537,6 +537,10 @@ to track changes in both Prefailure and Usage Attributes, ...@@ -537,6 +537,10 @@ to track changes in both Prefailure and Usage Attributes,
to report increases in the number of Self-Test Log errors, and to report increases in the number of Self-Test Log errors, and
.B '\-l\ error' .B '\-l\ error'
to report increases in the number of ATA errors. to report increases in the number of ATA errors.
Note that \-a is the default for ATA devices. If none of these other
Directives is given, then \-a is assumed.
.TP .TP
.B # .B #
Comment: ignore the remainder of the line. Comment: ignore the remainder of the line.
...@@ -586,17 +590,13 @@ email warning per device for any problems that are found. ...@@ -586,17 +590,13 @@ email warning per device for any problems that are found.
.nf .nf
.B DEVICESCAN -d ata -m root@yoyodyne.com .B DEVICESCAN -d ata -m root@yoyodyne.com
.fi .fi
will do the same, but restricts the scan to ATA devices only. In this will do the same, but restricts the scan to ATA devices only.
case (using .nf
.B DEVICESCAN .B DEVICESCAN -H -d ata -m root@yoyodyne.com
to monitor ATA devices) unless one or more of the Directives .fi
.B \-H, \-f, \-t, \-l\ selftest, will do the same, but only monitors the SMART health status of the
or devices, (rather than the default \-a, which monitors all SMART
.B \-l\ error properties).
is explicity listed, then
.B \-a
(which is equivalent to ALL of these Directives and monitors all the
SMART properties of the devices) is assumed.
.TP .TP
.B EXAMPLES OF SHELL SCRIPTS FOR '\-M exec' .B EXAMPLES OF SHELL SCRIPTS FOR '\-M exec'
...@@ -684,4 +684,4 @@ SEE ALSO: ...@@ -684,4 +684,4 @@ SEE ALSO:
.SH .SH
CVS ID OF THIS PAGE: CVS ID OF THIS PAGE:
$Id: smartd.conf.5,v 1.25 2003/02/06 11:58:30 ballen4705 Exp $ $Id: smartd.conf.5,v 1.26 2003/02/06 17:55:29 ballen4705 Exp $
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment