Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > df3f68fb6e390170d2b9fc1651bca276 > files > 1

nagios-check_nrpe-3.2.1-3.2.mga7.armv7hl.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$
}