Monitoring
Monitoring runs scheduled health checks against your endpoints and notifies your team automatically when something fails or recovers.
Last updated
Monitoring runs scheduled health checks against your endpoints and notifies your team automatically when something fails or recovers.
Monitoring runs scheduled health checks against your endpoints and notifies your team when something fails or recovers.

Each check probes an endpoint on a schedule. When a check fails, the configured notification recipients receive a direct alert. When it recovers, they're notified again. That's the baseline behavior for every check.
Status page automation is an optional setting on each check. When enabled, the check is linked to a specific service on one of your status pages — and monitoring takes on the full incident lifecycle automatically:
On failure:
An incident is created and linked to the affected service
The service status is updated (e.g. to major)
A notice is posted on your status page
Subscribers are notified
On recovery:
The incident is automatically resolved
The service status is restored to ok
A recovery update is posted on the notice
Subscribers are notified of the recovery
Go to Monitoring → Checks and click Add check. Each check is configured with:
Name — a label for the check (e.g. "Webhooks EU HTTP check")
URL to monitor — the endpoint to probe, with your choice of protocol (HTTP, HTTPS, or TCP) and HTTP method
Response timeout — how long to wait before treating the request as failed (1–60 seconds)
Monitoring regions — run checks from the US, EU, or both
Notification recipients — team members to alert directly when a check changes state
Status page automation — enable to link the check to a status page service and activate the full automated incident lifecycle above
Last updated