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 } } }