Sophie

Sophie

distrib > Mageia > 6 > i586 > media > core-release > by-pkgid > c2e0a86fcefa3c5e87d2193d11a25a9a > files > 1

nagios-check_nrpe-2.15-7.mga6.i586.rpm

# 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$
}