Hi Limitchev,
I have removed the host name but the service definition has the host name.
Is it mandatory to give the arguments to the NRPE checks or we can ignore them?. The problem we are facing here is not every time we are getting error receiving the data from the daemon, only sometimes we are receiving this error
The service check executes and the last check it performed goes to the future time. Do we need to change anything in Nagios.cfg file ?
Issue while executing the NRPE plugin
Re: Issue while executing the NRPE plugin
It is not "mendatory". You can run checks with or without args. If you would like to use args, you will need to have the following line in the nrpe.cfg:Is it mandatory to give the arguments to the NRPE checks or we can ignore them?
Code: Select all
dont_blame_nrpe=1Code: Select all
command[check_users]=/usr/local/nagios/libexec/check_users $ARG1$Code: Select all
./check_nrpe -H <client ip> -c check_users -a '-w 2 -c 5'Code: Select all
command[check_users]=/usr/local/nagios/libexec/check_users -w 2 -c 5Code: Select all
./check_nrpe -H <client ip> -c check_usersIs your php and system time synced?The service check executes and the last check it performed goes to the future time. Do we need to change anything in Nagios.cfg file ?
Admin->System Profile
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
kgopiramesh
Re: Issue while executing the NRPE plugin
Thank you all for your support, the issue is with mod_gearman and now I am able to resolve the issue.