Imported Debian patch 2.15-1
This commit is contained in:
committed by
Mario Fetka
parent
1efb03f433
commit
3864e8204a
11
debian/check_nrpe.cfg
vendored
Normal file
11
debian/check_nrpe.cfg
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# this command runs a program $ARG1$ with arguments $ARG2$
|
||||
define command {
|
||||
command_name check_nrpe
|
||||
command_line /usr/lib/nagios/plugins/check_nrpe -H $HOSTADDRESS$ -c $ARG1$ -a $ARG2$
|
||||
}
|
||||
|
||||
# this command runs a program $ARG1$ with no arguments
|
||||
define command {
|
||||
command_name check_nrpe_1arg
|
||||
command_line /usr/lib/nagios/plugins/check_nrpe -H $HOSTADDRESS$ -c $ARG1$
|
||||
}
|
||||
Reference in New Issue
Block a user