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