CHECK_NRPE: Socket timeout after 50 seconds.

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Samreen Mardhani
Posts: 6
Joined: Wed Jun 06, 2018 9:03 am

CHECK_NRPE: Socket timeout after 50 seconds.

Post by Samreen Mardhani »

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.
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: CHECK_NRPE: Socket timeout after 50 seconds.

Post by npolovenko »

@Samreen Mardhani, I suggest making sure that you're using the latest version of this plugin.
https://code.google.com/archive/p/wlsagent/downloads

I found this unhandled issue on the author's page that looks similar to the problem you're having.
https://code.google.com/archive/p/wlsagent/issues/21
This is a third party plugin and Nagios has no control over how fast the author will release a patch for this bug.

My advice would be to look for a different plugin on the Nagios exchange portal.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked