Powerful Features for Reliable Monitoring
Every tool you need to monitor, debug, and improve your scheduled tasks — from simple heartbeats to full observability, on the platforms you already run.
- upnightly-backup0 2 * * *42s ago1.2s
- upgha:release-notes*/30 * * * *6m ago9.4s
- upk8s:db-backup0 */4 * * *18m ago22s
- latessl-renew17 3 * * 11h 6m ago—
- upetl:warehouse-sync*/15 * * * *2m ago48s
every scheduled job in one view — status, cadence, last run, and ping history
Heartbeat Monitoring
Your cron jobs ping crond.io on every run. If we don't hear back within the grace period, we alert you — before silent failures become production incidents.
# Add a ping to any cron job
curl -s https://api.crond.io/ping/YOUR-UUIDInstant Alerts
Named alert channels — define a Slack webhook or email destination once, attach to many monitors. Rotate signing secrets in one place.
# POST to report a failure
curl -X POST https://api.crond.io/ping/YOUR-UUID/fail \
-d '{"message": "Exit code 1"}'Public Status Pages
Branded status page with custom slug, title, description, and per-monitor visibility — all configurable from the dashboard or REST API.
TimescaleDB Analytics
Spot slow-running jobs before they cause SLA breaches. Track execution duration, success rates, and trends over time.
Full REST API
Manage monitors, alerts, and API keys programmatically. Type-safe OpenAPI spec included.
# List monitors via REST API
curl https://api.crond.io/api/v1/monitors \
-H "Authorization: Bearer YOUR_API_KEY"Agent CLI
Wrap any cron command with our lightweight agent. Automatically reports exit codes, duration, and output.
# Wrap any command with the agent
crond-agent wrap --uuid YOUR-UUID -- ./backup.shHow alerts reach you
A missed or failed run travels the chain and reaches your team in seconds — over any channel you connect.
Works with your stack
Send alerts to where your team works. Run on the infrastructure you already use.
Start catching silent failures in 60 seconds
Free tier — 10 monitors, no credit card. Wrap your first job and get alerted the moment it misses.