Hi,
I'm trying to monitor if a TCP Port is available to a particular server in a remote site. We are having some issues with a server in a new site connecting to an application server and want to be alerted when that server cannot communicate with the application server. Now I know I could just apply a TCP Port Monitor to the application server but that would just be checking to see if that port is open from the Solarwinds Server's perspective, not the server in the remote site.
So I was wondering if anyone had a VB Script that could check if the port is open (From remote server to application server) and basically exit with an UP status if the port is open, and DOWN if the port is unreachable. This way I could use a Windows Script Monitor and apply it to the remote machine.
Thanks