From e1824321b044489bdb7fb9c44a01d26d79d4917f Mon Sep 17 00:00:00 2001 From: James Bunton Date: Tue, 12 Mar 2019 22:45:27 +1100 Subject: [PATCH] smartd.conf: -d removable Don't complain if a scanned device is unplugged --- etc/smartd.conf | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/etc/smartd.conf b/etc/smartd.conf index 804424f..aef7dc4 100644 --- a/etc/smartd.conf +++ b/etc/smartd.conf @@ -1,13 +1 @@ -# /etc/smartd.conf -# See the manual for smartd.conf -# 1) Scan for all devices (DEVICESCAN) -# 2) Check the SMART health status (-H) -# 3) Report increases in SMART error logs (-l) -# 4) Check for failure of any Usage Attributes (-f) -# 5) Run an Offline Immediate Test every six hours (O/../.././(00|06|12|18)) -# 6) Run a Short Self-Test every day at 0100 (S/../.././01) -# 7) Run a Long Self-Test every Saturday at 0300 (L/../../6/03) -# 8) Report any output by running scripts in /etc/smartmontools/run.d - -DEVICESCAN -H -l error -l selftest -f -s (O/../.././(00|06|12|18)|S/../.././01|L/../../6/03) -m root - +DEVICESCAN -d removable -H -l error -l selftest -f -s (O/../.././(00|06|12|18)|S/../.././01|L/../../6/03) -m root -- 2.39.2