enable smartctl short and long tests on a schedule
This commit is contained in:
parent
e22584dd0c
commit
ce52589504
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,8 @@ in
|
|||
services = {
|
||||
smartd = {
|
||||
devices = smartdDevices;
|
||||
# Short test every day at 2:00 AM and long test every Sunday at 4:00 AM.
|
||||
defaults.monitored = "-a -o on -s (S/../.././02|L/../../7/04)";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue