Re: NRPE issue
Posted: Thu Aug 06, 2015 6:43 am
Thanks a lot for all your efforts, everything is now sorted out..
Big thanks to all
Big thanks to all
Support for Nagios products and services
https://support.nagios.com/forum/
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 -ilmiltchev 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