Hello, How do I monitor TCP port 6246. We used NPM10.5 SAM5.5.0 both one server. It's possible? or not?
Totally possible with SAM. What you want is a tcp port monitor,
Hello Damien.solodow
I want to monitor this port connection in normal. Program is running on this port. Sometimes, this port gets disconnected. So we need to monitor when this port gets disconnected and connected back. To register this port, which data are required from server side? How to register? Can we monitor by only TCP port?
Well, a tcp port monitor will check to see if the port is open and accepting connections. If the port isn't open or otherwise rejects the connection an alert will fire.
You can also use a process monitor to make sure that the program that runs on the port is running.