Connection refused error - 0.5.0.31

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
bsivavani
Posts: 339
Joined: Tue Oct 06, 2015 9:17 am

Connection refused error - 0.5.0.31

Post by bsivavani »

Hi Support,

I have installed NSclient++ (NSCP-0.5.0.31-x64) on Windows 2008 server, but in Nagios XI console I am seeing connection refused errors.
In same windows server NSclient 0.4.3 is working fine. I have uninstalled 0.4.3 and installed 0.5.0. Please find errors screen shot and nsclient file.

Please let me know where I am missing.
You do not have the required permissions to view the files attached to this post.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Connection refused error - 0.5.0.31

Post by rkennedy »

In your configuration file, look for -

Code: Select all

; NSClientServer - A server that listens for incoming check_nt connection and processes incoming requests.
NSClientServer = 0
Change it to -

Code: Select all

; NSClientServer - A server that listens for incoming check_nt connection and processes incoming requests.
NSClientServer = 1
Then, restart the service and try again. It should work at this point. If not, please let us know the error you're seeing and post your NSClient++ log file as well.
Former Nagios Employee
bsivavani
Posts: 339
Joined: Tue Oct 06, 2015 9:17 am

Re: Connection refused error - 0.5.0.31

Post by bsivavani »

Thank you. Able to resolve issue.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Connection refused error - 0.5.0.31

Post by rkennedy »

Great to hear.

Closing this one out, feel free to make a new thread if you need any assistance in the future!
Former Nagios Employee
Locked