bacula: Fixed typo from smartctl command.
This commit is contained in:
parent
1410f68590
commit
d81ff31adc
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@ Device {
|
|||
RemovableMedia = yes;
|
||||
RandomAccess = no;
|
||||
Alert Command = "sh -c 'tapeinfo -f <%= @device %> | grep TapeAlert | cat'"
|
||||
Alert Command = "sh -c 'smartctl -H -l error <%= @device %>' | cat"
|
||||
Alert Command = "sh -c 'smartctl -H -l error <%= @device %> | cat'"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue