nrpe agent restart command not available in redhat linux 7

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
kcloudadmin
Posts: 1
Joined: Wed Nov 08, 2017 2:16 am

nrpe agent restart command not available in redhat linux 7

Post 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.
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: nrpe agent restart command not available in redhat linux

Post 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
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked