Feature
Heartbeat & metric monitors
Uptime checks cover what the internet can reach. The nightly backup, the queue worker, the billing cron job: those fail silently. Service monitors flip the direction. Your systems report in to Xpiry, and you hear about it the moment they stop.
Two kinds of monitor
One line of curl
Each monitor gets a tokenized ingest URL. Append it to a cron job, a deploy script, or a worker loop:
# heartbeat: report a successful run
curl https://xpiry.dev/ping/<token>
# report a failure explicitly
curl https://xpiry.dev/ping/<token>/fail
# metric: push a value
curl "https://xpiry.dev/ping/<token>?value=42"
Wired into everything else
- › Down and degraded states alert on your configured channels, and re-fire until acknowledged or recovered
- › Monitors can appear on your public status page, grouped into named components
- › Every ping is kept as history, so you can see exactly when a job started misbehaving
Availability
Service monitors are included on Pro (5 per domain) and Agency (20 per domain) plans.
Start monitoring in minutes
Free for one domain. No credit card required.
Get started freeSee the full feature list or pricing.