Guide
TCP Monitors
TCP monitors verify raw network connectivity to any TCP port, such as databases, message queues, or custom services.
- Port reachability (open/closed)
- Connection latency
Example Use Cases
- Ensure databases are reachable from app servers
- Test connectivity to message brokers or cache servers
- Validate firewall and network rules
How It Works
Agents attempt to open a TCP connection to the specified host and port. Failures trigger alerts and optional diagnostics (ping, traceroute).