]> code.delx.au - monosys/blob - etc/smartd.conf
Use my hacked refind binary instead
[monosys] / etc / smartd.conf
1 # /etc/smartd.conf
2 # See the manual for smartd.conf
3 # 1) Scan for all devices (DEVICESCAN)
4 # 2) Check the SMART health status (-H)
5 # 3) Report increases in SMART error logs (-l)
6 # 4) Check for failure of any Usage Attributes (-f)
7 # 5) Run an Offline Immediate Test every six hours (O/../.././(00|06|12|18))
8 # 6) Run a Short Self-Test every day at 0100 (S/../.././01)
9 # 7) Run a Long Self-Test every Saturday at 0300 (L/../../6/03)
10 # 8) Report any output by running scripts in /etc/smartmontools/run.d
11
12 DEVICESCAN -H -l error -l selftest -f -s (O/../.././(00|06|12|18)|S/../.././01|L/../../6/03) -m root -M exec /usr/share/smartmontools/smartd-runner
13