diff --git a/sm5/smartd.conf b/sm5/smartd.conf index 35ac180f05b810a9c40ebc819275e4c1cabec7c7..56e36a005b4922c6bd73c45e6ef2e1de252bd0cb 100644 --- a/sm5/smartd.conf +++ b/sm5/smartd.conf @@ -46,6 +46,7 @@ DEVICESCAN # -t Equivalent to -p and -u Directives # -i ID Ignore Attribute ID for -f 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 # # Comment: text after a hash sign is ignored # \ Line continuation character diff --git a/sm5/smartd.conf.5 b/sm5/smartd.conf.5 index 9bb3bf757949046acd1a1602ce0b9f49aa996dfb..2152034a114a42054d96837094a23f75971feba3 100644 --- a/sm5/smartd.conf.5 +++ b/sm5/smartd.conf.5 @@ -1,6 +1,6 @@ \# 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 \# under the terms of the GNU General Public License as published by the Free @@ -16,7 +16,7 @@ \# Research Center), Jack Baskin School of Engineering, University of \# 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 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 each time the temperature changes. This Directive may appear multiple times for a single device, if you want to ignore multiple Attributes. .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 Equivalent to turning on all of the following Directives: .B '\-H' @@ -448,4 +462,4 @@ SEE ALSO: .SH 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 $