10 lines
199 B
Plaintext
10 lines
199 B
Plaintext
object CheckCommand "smart-check" {
|
|
import "plugin-check-command"
|
|
command = [ PluginDir + "/check_ide_smart" ]
|
|
arguments = {
|
|
"-d" = "$drive_device$"
|
|
}
|
|
vars.drive_device = "/dev/sda"
|
|
}
|
|
|