Re: Windows Service Monitoring
Posted: Thu Nov 19, 2020 11:54 am
un/fortunately the Firewall is OFF on the windows servers.
THe output of the command you shared are as below form the Nagios server:
curl -k -L -v https://<end server1 IP>:5693
* About to connect() to <end server1 IP> port 5693 (#0)
* Trying <end server1 IP>... Connection timed out
* couldn't connect to host
* Closing connection #0
curl: (7) couldn't connect to host
curl -k -L -v https://<end server2 IP>:5693
* About to connect() to <end server2 IP> port 5693 (#0)
* Trying <end server2 IP>... Connection timed out
* couldn't connect to host
* Closing connection #0
curl: (7) couldn't connect to host
I tried with FQDN, still got the same error.
I am able to ping these servers from Nagios server without any issues.
THe output of the command you shared are as below form the Nagios server:
curl -k -L -v https://<end server1 IP>:5693
* About to connect() to <end server1 IP> port 5693 (#0)
* Trying <end server1 IP>... Connection timed out
* couldn't connect to host
* Closing connection #0
curl: (7) couldn't connect to host
curl -k -L -v https://<end server2 IP>:5693
* About to connect() to <end server2 IP> port 5693 (#0)
* Trying <end server2 IP>... Connection timed out
* couldn't connect to host
* Closing connection #0
curl: (7) couldn't connect to host
I tried with FQDN, still got the same error.
I am able to ping these servers from Nagios server without any issues.