Metoro’s TCP Port Monitoring allows you to monitor the availability of TCP ports on your servers and network services. This is useful for monitoring database connections, custom services, or any other network service that listens on a TCP port.
The TCP monitor performs a simple TCP connection check:
Attempts to establish a TCP connection to the specified host and port
Records the time taken to establish the connection
Returns success (status code 200) if the connection succeeds
Returns an error if the connection fails or times out
A successful TCP connection indicates that the service is running and accepting connections. However, it does not verify that the service is functioning correctly beyond accepting connections.