summaryrefslogtreecommitdiffstats
path: root/startup/default-xinetd.in
blob: eaeacf4472c5941594c8b682c18be5f6a5f3626a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# default: off
# description: NRPE (Nagios Remote Plugin Executor)
service nrpe
{
    disable         = yes
    socket_type     = stream
    port            = @nrpe_port@
    wait            = no
    user            = @nrpe_user@
    group           = @nrpe_group@
    server          = @sbindir@/nrpe
    server_args     = -c @pkgsysconfdir@/nrpe.cfg --inetd
    only_from       = 127.0.0.1 ::1
    log_on_success  = 
}