CHECK_NRPE: Socket timeout

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
robertcr
Posts: 3
Joined: Tue Aug 16, 2011 9:43 am

CHECK_NRPE: Socket timeout

Post by robertcr »

Hi all

I have a check_nrpe timeout and when I check the client server I see the socket on SYN_RCVD.

The client server is a Solaris 5.10

Anyone know how I can fix that on the client server, the others servers are working fine, only this one have this issue.

bash-3.00# netstat -an | grep SYN
xx.xx.xx.xx.5666 xx.xx.xx.xx.47668 0 0 49640 0 SYN_RCVD
bash-3.00#

Thanks
User avatar
nscott
Posts: 1040
Joined: Wed May 11, 2011 8:54 am

Re: CHECK_NRPE: Socket timeout

Post by nscott »

Is inet or xinet properly configured? I don't have a lot of experience with Solaris, but that Socket Timeout is indicative of the super daemon not being properly configured.
Nicholas Scott
Former Nagios employee
Locked