I have a Nagios core setup in my environment for monitoring Windows, Linux servers etc.
Recently i have configured a physical and swap memory monitoring using the plugin ./check_nrpe for windows servers. All the servers are working fine but for a specific server if i run the command i'm getting the error 'CHECK_NRPE: Socket timeout after 10 seconds.'
When i tried executing the plugin without the command and only with IP address as below also giving the same error.
[root@serverlibexec]# ./check_nrpe -H xx.xx.xx.xx CHECK_NRPE: Socket timeout after 10 seconds.
Then i tried increasing the timeout value to maximum of 2000 using -t option which throws the same error :(. I'm wondering how the check_nrpe plugin is becoming time out even after 2000 seconds :-/.
Kindly help me in resolving the same.
Thank you,