Windows Server Connection Refused

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
neodg
Posts: 31
Joined: Wed Jul 10, 2013 11:56 am

Windows Server Connection Refused

Post by neodg »

Hi Experts,

There is windows server in our environment showing like Connection refused for monitors( Have attached screen shot with this).

We are able to ping the server from nagios server but couldn't fetch information from the server

Please guide me here to sole this issue.

Sharath
You do not have the required permissions to view the files attached to this post.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Windows Server Connection Refused

Post by slansing »

These look like NSclient services, did you install it with a password? Is port 12489 open? To test this, you can run the following from the nagios CLI, please show us the output:

Code: Select all

nmap -p 12489 <addr.of.remote.host> 
Locked