NRPE issue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
raamardhani7
Posts: 459
Joined: Tue Jun 02, 2015 12:36 am

Re: NRPE issue

Post by raamardhani7 »

Thanks a lot for all your efforts, everything is now sorted out..

Big thanks to all :)
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: NRPE issue

Post by lmiltchev »

Kill the NRPE process:

Code: Select all

ps -ef | grep nrpe
kill -9 <pid>
then restart xinet:

Code: Select all

service xinetd restart
or if this doesn't work, try again running:

Code: Select all

/usr/local/nagios/bin/nrpe -c /usr/local/nagios/etc/nrpe.cfg -i
Test your checks from the XI server and see if the issue has been resolved.
Be sure to check out our Knowledgebase for helpful articles and solutions!
raamardhani7
Posts: 459
Joined: Tue Jun 02, 2015 12:36 am

Re: NRPE issue

Post by raamardhani7 »

lmiltchev wrote:Kill the NRPE process:

Code: Select all

ps -ef | grep nrpe
kill -9 <pid>
then restart xinet:

Code: Select all

service xinetd restart
or if this doesn't work, try again running:

Code: Select all

/usr/local/nagios/bin/nrpe -c /usr/local/nagios/etc/nrpe.cfg -i
Test your checks from the XI server and see if the issue has been resolved.

Thanks a lot lmiltchev,

Issues are all sorted, thanks a lot for your help all the while.. :)
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: NRPE issue

Post by lmiltchev »

I am glad I could help! :)
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked