Page 6 of 6

Re: NRPE issue

Posted: Thu Aug 06, 2015 6:43 am
by raamardhani7
Thanks a lot for all your efforts, everything is now sorted out..

Big thanks to all :)

Re: NRPE issue

Posted: Thu Aug 06, 2015 7:02 am
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.

Re: NRPE issue

Posted: Thu Aug 06, 2015 9:04 am
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.. :)

Re: NRPE issue

Posted: Thu Aug 06, 2015 9:08 am
by lmiltchev
I am glad I could help! :)