From d261870f1a51ac2f76a1cfd3ad36e1853079a19b Mon Sep 17 00:00:00 2001
From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Mon, 9 Oct 2006 19:58:08 +0000
Subject: [PATCH] Added example for 3ware on Windows and another example for
 '-W' directive

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2282 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/smartd.conf | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/sm5/smartd.conf b/sm5/smartd.conf
index afaad0e9d..ad35f7d0d 100644
--- a/sm5/smartd.conf
+++ b/sm5/smartd.conf
@@ -2,7 +2,7 @@
 
 # Home page is: http://smartmontools.sourceforge.net
 
-# $Id: smartd.conf,v 1.43 2006/10/09 15:25:41 sbrabec Exp $
+# $Id: smartd.conf,v 1.44 2006/10/09 19:58:08 chrfranke Exp $
 
 # smartd will re-read the configuration file if it receives a HUP
 # signal
@@ -29,6 +29,10 @@ DEVICESCAN
 # Alternative setting to report more useful raw temperature in syslog.
 #DEVICESCAN -R 194 -R 231 -I 9
 
+# Alternative setting to report raw temperature changes >= 5 Celsius
+# and min/max temperatures.
+#DEVICESCAN -I 194 -I 231 -I 9 -W 5
+
 # First (primary) ATA/IDE hard disk.  Monitor all attributes, enable
 # automatic online data collection, automatic Attribute autosave, and
 # start a short self-test every day between 2-3am, and a long self test
@@ -73,10 +77,17 @@ DEVICESCAN
 #/dev/sdc -d 3ware,3 -a -s L/../../7/04
 
 # Monitor 2 ATA disks connected to a 3ware 9000 controller which uses
-# the 3w-9xxx driver. Start long self-tests Tuesdays between 1-2 and 3-4 am
+# the 3w-9xxx driver (Linux, FreeBSD). Start long self-tests Tuesdays
+# between 1-2 and 3-4 am.
 #/dev/twa0 -d 3ware,0 -a -s L/../../2/01
 #/dev/twa0 -d 3ware,1 -a -s L/../../2/03
 
+# Same as above for Windows. Option '-d 3ware,N' is not necessary,
+# disk (port) number is specified in device name.
+# NOTE: On Windows, DEVICESCAN works also for 3ware controllers.
+#/dev/hdc,0 -a -s L/../../2/01
+#/dev/hdc,1 -a -s L/../../2/03
+
 # Monitor 3 ATA disks directly connected to a HighPoint RocketRAID. Start long
 # self-tests Sundays between 1-2, 2-3, and 3-4 am. 
 #/dev/sdd -d hpt,1/1 -a -s L/../../7/01
-- 
GitLab