summaryrefslogtreecommitdiffstats
path: root/startup/default-xinetd.in
blob: 3b5e87fbfb339e24fe4a5dc2f4e1854daf0e4328 (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
    log_on_success  = 
}