# default: off
# description: NRPE (Nagios Remote Plugin Executor)
service nrpe
{
       	flags           = REUSE
        socket_type     = stream
        type            = UNLISTED
        port            = 5666
       	wait            = no
        user            = nagios
        group           = nagios
       	server          = /usr/sbin/nrpe
        server_args     = -c /etc/nrpe.cfg --inetd
       	log_on_failure  += USERID
        disable         = yes
        # only_from       = 127.0.0.1
}
