TCP monitors allow you to verify that your servers and applications are reachable over specific network ports.
They’re ideal for monitoring databases, mail servers, application backends, or any service that listens on a TCP port.
Just like with other monitors, if a TCP monitor detects a problem, your team can quickly investigate and resolve it and keep users informed via your status page.

To create a new monitor, go to your project → Monitors → Add monitor.

Choose TCP from the monitor type list.

Then enter the host:port you want to monitor.
For example:
db.yourcompany.com:5432 or mail.example.com:25
A TCP monitor attempts to open a socket connection to the target host and port at regular intervals.
If the connection succeeds, the monitor is marked as successful.
If the connection fails or is refused, the monitor is marked as down.
