aviau bec55da7d3 Shinken -> Alignak
Change-Id: I6df9e8a823145865cd03ea06d5571a725d1e5891
2015-05-19 10:14:25 -04:00

10 lines
321 B
INI

## Ask a NRPE agent
## Requires that you have the NRPE daemon running on the remote host.
# check_nrpe -H <host> [-n] [-u] [-p <port>] [-t <timeout>] [-c <command>] [-a
# <arglist...>]
define command {
command_name check_nrpe
command_line $NAGIOSPLUGINSDIR$/check_nrpe -H $HOSTADDRESS$ -t 9 -u -c $ARG1$
}