CHECK_NRPE: Socket timeout after 50 seconds.
Posted: Thu Oct 25, 2018 10:21 am
We are getting the above error on a server, where it has been verified that all the services are up and running fine.
For this process we usually follow the below steps to kill the jar files. As soon as we kill the jar files, the alert gets cleared.
Ssh hostname
cd /usr/local/nagios/libexec/wlsagent
ps –ef|grep wlsagent
Look for Procees id with jar file
Kill -9 processid
Ps –ef|grep wlsagent
./run.sh &
Logout
But, from few days, even after killing the Jar file, it gets created again and nrpe alert does not get clear. Please suggest on Priority.
For this process we usually follow the below steps to kill the jar files. As soon as we kill the jar files, the alert gets cleared.
Ssh hostname
cd /usr/local/nagios/libexec/wlsagent
ps –ef|grep wlsagent
Look for Procees id with jar file
Kill -9 processid
Ps –ef|grep wlsagent
./run.sh &
Logout
But, from few days, even after killing the Jar file, it gets created again and nrpe alert does not get clear. Please suggest on Priority.