myapp.com
HTTP monitorAvailability Up
Response check Passed
240 ms
Last 30 daysIllustrative example
Uptime + response + heartbeat monitoring
Monitor websites, APIs, cron jobs, and workers. See uptime at a glance and catch failures that a simple 200 OK would miss.
Checks run from outside your service.
Illustrative example
HTTP 200Expected: status = "ok"Received: status = "error"
Response validation
Availability tells you the endpoint answered. A response check tells you whether it answered with the thing your app needs.
{
"status": "error",
"database": {
"connected": false
}
}database.connected = truedatabase.connected = falseHeartbeat monitoring
Cron jobs, workers, and backups can simply stop. Pulse watches for the signal that should have arrived.
curl --max-time 10 -X POST \
-H "Authorization: Bearer $PULSE_SECRET" \
https://example.com/api/ping/MONITOR_ID || true$PULSE_SECRET with your values.Discord alerts
Down and recovery alerts without a wall of configuration. Connect one channel and keep shipping.
Simple setup
Keep a quiet eye on it
Start with your website, API, or background job.