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

[BA] smartd,smartctl: added additional Attribute modification option

       -v 220,temp and -9,temp.


git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@404 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 6f6adc25
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,7 @@ DEVICESCAN ...@@ -46,6 +46,7 @@ DEVICESCAN
# -t Equivalent to -p and -u Directives # -t Equivalent to -p and -u Directives
# -i ID Ignore Attribute ID for -f Directive # -i ID Ignore Attribute ID for -f Directive
# -I ID Ignore Attribute ID for -p, -u or -t Directive # -I ID Ignore Attribute ID for -p, -u or -t Directive
# -v N,ST Modifies labeling of Attribute N (see man page)
# -a Equivalent to -H -f -t -l error -l selftest Directives # -a Equivalent to -H -f -t -l error -l selftest Directives
# # Comment: text after a hash sign is ignored # # Comment: text after a hash sign is ignored
# \ Line continuation character # \ Line continuation character
......
\# 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.17 2003/01/03 06:38:58 ballen4705 Exp $ \# $Id: smartd.conf.5,v 1.18 2003/01/03 17:32:59 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/01/03 06:38:58 $" "smartmontools-5.0" .TH SMARTD.CONF 5 "$Date: 2003/01/03 17:32:59 $" "smartmontools-5.0"
.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
...@@ -371,6 +371,20 @@ temperature (usually Attribute 194 or 231). It's annoying to get reports ...@@ -371,6 +371,20 @@ temperature (usually Attribute 194 or 231). It's annoying to get reports
each time the temperature changes. This Directive may appear multiple each time the temperature changes. This Directive may appear multiple
times for a single device, if you want to ignore multiple Attributes. times for a single device, if you want to ignore multiple Attributes.
.TP .TP
.B \-v N,OPTION
Modifies the labeling for Attribute N, for disks which use
non-standard Attribute definitions. Valid arguments to this Directive
are:
.I 9,minutes
\- Raw Attribute number 9 is power-on time in minutes (not hours).
.I 9,temp
\- Raw Attribute number 9 is the disk temperature in Celsius.
.I 220,temp
\- Raw attribute number 220 is the disk temperature in Celsius.
.TP
.B \-a .B \-a
Equivalent to turning on all of the following Directives: Equivalent to turning on all of the following Directives:
.B '\-H' .B '\-H'
...@@ -448,4 +462,4 @@ SEE ALSO: ...@@ -448,4 +462,4 @@ SEE ALSO:
.SH .SH
CVS ID OF THIS PAGE: CVS ID OF THIS PAGE:
$Id: smartd.conf.5,v 1.17 2003/01/03 06:38:58 ballen4705 Exp $ $Id: smartd.conf.5,v 1.18 2003/01/03 17:32:59 ballen4705 Exp $
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment