Port monitoring checks that a specific TCP port is open and accepting connections — confirming that the service behind it (a database, mail server, SSH, Redis, or game backend) is actually available, not just that the host is up.
It watches the layers a simple HTTP check misses. As with ping, confirming a failure from 2+ regions avoids false alarms.
See port monitoring.