summaryrefslogtreecommitdiffstats
path: root/debian/check_nrpe.cfg
blob: 2b71c31d38bf7a64cd2afc14dd310e9f6b17ba43 (plain)
1
2
3
4
5
6
7
8
9
10
11
# this command runs a program $ARG1$ with no arguments and enables SSL support
define command {
	command_name	check_nrpe
	command_line	/usr/lib/nagios/plugins/check_nrpe -H $HOSTADDRESS$ -c $ARG1$
}

# this command runs a program $ARG1$ with no arguments and disables SSL support
define command {
	command_name	check_nrpe_nossl
	command_line	/usr/lib/nagios/plugins/check_nrpe -H $HOSTADDRESS$ -c $ARG1$ -n
}