# vi /etc/xinetd.d/nrpe

# default: on

        # description: NRPE

        service nrpe

        {

                flags           = REUSE

                socket_type     = stream

                wait            = no

                user            = nagios

                server          = /usr/sbin/nrpe

                server_args     = -c /etc/nrpe.conf –inetd

                log_on_failure  += USERID

                disable         = no

                only_from       = nagios ip

        }