Page 1 of 1

nrpe agent restart command not available in redhat linux 7

Posted: Tue May 22, 2018 3:33 pm
by kcloudadmin
Hi,

We have nagios xi and we are using nrpe agent for all our rhel 7 servers. i am trying to restart the nrpe agent but there is no such service running in rhel 7 system. but all the service are monitored from nagiosxi for the specific server. i am wondering that how can i restart the service.


Thanks,
Sathish kumar S.

Re: nrpe agent restart command not available in redhat linux

Posted: Tue May 22, 2018 4:25 pm
by npolovenko
Hi, @kcloudadmin. Try:

Code: Select all

service nrpe stop
service nrpe start
Also, please run:

Code: Select all

 ps -ef | grep xinetd
 ps -ef | grep nrpe