Add one curl to your job. We watch for the ping. Miss your window → instant alert. No agents, no sidecars, no config files.
# your existing cron job
0 2 * * * /scripts/backup.sh
# add this one line
0 2 * * * /scripts/backup.sh && curl -s https://cronalert.app/api/ping/<your-token>
✓ returns 200 OK in ~10ms — zero overhead
how it works
01
Name your job. Set the interval (1min to 24h). Get a unique ping URL. Takes 30 seconds.
POST /api/v1/monitors02
Append the curl to your cron job. That's the entire integration. No SDK, no config, no restart.
curl -s .../api/ping/TOKEN03
Miss your window → email in seconds. Job recovers → recovery email. All logged in your dashboard.
GET /api/v1/monitors/statususe cases
developer-first
Manage monitors programmatically. Works with your CI/CD, your scripts, your AI agents.
pricing
Start free. No credit card required.
growth
50 monitors
+ Everything in Starter
+ SMS alerts
+ Team members
+ Priority support
pro
Unlimited
+ Everything in Growth
+ Custom webhooks
+ MCP integration
+ SLA guarantee
+ Dedicated support