1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2024-09-19 20:22:24 +02:00
nagios-plugins/check_emc_clariion/trunk/checkcommands.cfg
Páll Guðjón Sigurðsson e60a53daf9 Ouch this is such an ugly hack
2010-03-03 10:17:50 +00:00

13 lines
435 B
INI

define command{
command_name check_emc_sp
command_line $USER1$/check_emc_clariion.pl -H $HOSTADDRESS$ -t sp --sp $ARG1$
}
define command{
command_name check_emc_disk
command_line $USER1$/check_emc_clariion.pl -H $HOSTADDRESS$ -t disk
}
define command{
command_name check_emc_port
command_line $USER1$/check_emc_clariion.pl -H $HOSTADDRESS$ -t portstate --port $ARG1$
}