Page 1 of 1

CHECK_NRPE: Socket timeout after 10 seconds

Posted: Fri Mar 30, 2018 1:23 pm
by vmwareguy
We have an old version of NSClient++ (version 0.3.9 328) on some of our server that reside in our DMZ. I'm working on updating them to version 4.4.23 however as soon as I update them I receive a socket error.

Does the newer version of NSclient use additional ports that the older version didn't use? ie 12489 It doesn't look like the older client uses this port and I know we don't have it open on the firewall.

When using version 0.3.9 328 I selected both check_nt and check_nrpe (I received a socket error if I didn't check both)
Image


When installing 4.4.23 using the same checks it will not work?
Image

I guess I'm looking for verification that the newer client needs port 12489 open on the firewall to work. Did the older versions require this port to work?

Thanks

Re: CHECK_NRPE: Socket timeout after 10 seconds

Posted: Fri Mar 30, 2018 1:36 pm
by scottwilkerson
Both versions can use 12489 however it depends the types of checks you are running.

If you are checking with 100% NRPE commands then you would just need 5666
check_nt is what uses 12489 (check_nt is what is used in all of the checks using the Windows Server wizard.)

Re: CHECK_NRPE: Socket timeout after 10 seconds

Posted: Mon Apr 02, 2018 6:31 am
by vmwareguy
Well that will explain why we are having the problem - thanks for verifying for me