]> git.pld-linux.org Git - packages/nagios-nrpe.git/blame_incremental - nrpe-command.cfg
move nrpe command definitions to nrpe.d/commands.cfg
[packages/nagios-nrpe.git] / nrpe-command.cfg
... / ...
CommitLineData
1# 'check_nrpe' command definition
2
3define command {
4 command_name check_nrpe
5 command_line @plugindir@/check_nrpe -H $HOSTADDRESS$ $ARG1$
6}
7
8define service {
9 use generic-service
10 name nrpe
11 register 0
12 service_description nrpe
13
14 normal_check_interval 5
15 retry_check_interval 1
16 max_check_attempts 10
17
18 check_command check_nrpe
19}
This page took 0.104655 seconds and 4 git commands to generate.