Imported Debian patch 2.15-1

This commit is contained in:
Alexander Wirt
2014-07-15 18:30:36 +02:00
committed by Mario Fetka
parent 1efb03f433
commit 3864e8204a
30 changed files with 895 additions and 0 deletions

11
debian/check_nrpe.cfg vendored Normal file
View 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$
}