Big thanks to all
NRPE issue
-
raamardhani7
- Posts: 459
- Joined: Tue Jun 02, 2015 12:36 am
Re: NRPE issue
Thanks a lot for all your efforts, everything is now sorted out..
Big thanks to all
Big thanks to all
Re: NRPE issue
Kill the NRPE process:
then restart xinet:
or if this doesn't work, try again running:
Test your checks from the XI server and see if the issue has been resolved.
Code: Select all
ps -ef | grep nrpe
kill -9 <pid>Code: Select all
service xinetd restartCode: Select all
/usr/local/nagios/bin/nrpe -c /usr/local/nagios/etc/nrpe.cfg -iBe 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
lmiltchev wrote:Kill the NRPE process:
then restart xinet:Code: Select all
ps -ef | grep nrpe kill -9 <pid>
or if this doesn't work, try again running:Code: Select all
service xinetd restart
Test your checks from the XI server and see if the issue has been resolved.Code: Select all
/usr/local/nagios/bin/nrpe -c /usr/local/nagios/etc/nrpe.cfg -i
Thanks a lot lmiltchev,
Issues are all sorted, thanks a lot for your help all the while..
Re: NRPE issue
I am glad I could help! 
Be sure to check out our Knowledgebase for helpful articles and solutions!