Bugzilla – Attachment #63446: Patch for /etc/xinetd.d/nagios-nrpe for bug #143288
# default: off
# description: NRPE (Nagios Remote Plugin Executor)
service 9991
service nrpe
{
flags = REUSE
socket_type = stream
type = UNLISTED
port = 5666
wait = no
user = nobody
group = nogroup
disable = yes
only_from = 127.0.0.1
}