From a8647369faf35b0fe3135f7efb6fe0443f1b7529 Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Fri, 3 Jan 2003 17:32:59 +0000 Subject: [PATCH] [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 --- sm5/smartd.conf | 1 + sm5/smartd.conf.5 | 20 +++++++++++++++++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/sm5/smartd.conf b/sm5/smartd.conf index 35ac180f0..56e36a005 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 9bb3bf757..2152034a1 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 $ -- GitLab