1
0
Fork 0
nagios-nrpe/startup/default-xinetd.in
Daniel Baumann e3fe184eee
Adding upstream version 4.1.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 14:36:40 +02:00

15 lines
421 B
Text

# 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 =
}