Monitors are the core of the Monitor platform. Each monitor periodically checks a target URL and records the result — status, response time, and any assertion failures.
Check types
Creating a monitor
Go to Monitors → New Monitor (the form at the top of the page):
Step 1 — Basics
Step 2 — Checks
Monitor statuses
Push monitors
Push monitors allow you to monitor services that can’t be reached from outside (e.g. background jobs, crons). Your service pings a unique heartbeat URL; if Monitor doesn’t receive a ping within the TTL window, the monitor is marked down.
Heartbeat URL format:
Generate an API key in Settings → API Keys to authenticate push pings.