check_mdstat.sh/command_mdstat.conf

14 lines
240 B
Plaintext

object CheckCommand "mdstat" {
import "plugin-check-command"
command = [ "/home/nagios/check_mdstat.sh/check_mdstat.sh" ]
arguments = {
"--raid" = {
value = "$mdstat_name$"
description = "RAID name"
required = true
}
}
}