10 lines
211 B
Plaintext
10 lines
211 B
Plaintext
object CheckCommand "md-raid-stat" {
|
|
import "plugin-check-command"
|
|
command = [ PluginDir + "/nagios-linux-swraid.pl" ]
|
|
arguments = {
|
|
"--device" = "$raid_device$"
|
|
}
|
|
vars.raid_device = "/dev/md0"
|
|
}
|
|
|