mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-05 01:53:44 +01:00
13 lines
435 B
INI
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$
|
||
|
}
|