]> git.pld-linux.org Git - packages/nagios-nrpe.git/blob - nrpe-command.cfg
fix plugins path, and do not enable them by default (as before)
[packages/nagios-nrpe.git] / nrpe-command.cfg
1 # 'check_nrpe' command definition
2
3 define command {
4     command_name    check_nrpe
5     command_line    @plugindir@/check_nrpe -H $HOSTADDRESS$ $ARG1$
6 }
7
8 define 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.05893 seconds and 3 git commands to generate.