Get alerted when a cron job doesn't run
Give us the same cron expression your job runs on and the timezone it runs in. Your job pings a unique URL at each scheduled time — miss a run and we open an incident and alert you, before anyone has to notice the output never showed up.
How It Works
Your crontab, mirrored as a monitor
Create a cron monitor with your cron expression and timezone, and append the monitor's ping URL to the job. Each successful ping tells us the job ran; we then compute the next scheduled time straight from your expression.
If that next tick passes — plus the grace period — without a ping, we open an incident and alert you. The next successful ping resolves it. Same incidents, alerting and history as every other monitor type.
- Standard 5-field cron expressions
- Next-due time computed in your timezone
- Grace period absorbs normal start-time drift
30 2 * * 1-5 /opt/billing.sh \ && curl -fsS https://…/ping/abc123
Features
Scheduled jobs, watched on schedule
Matches Your Crontab
Enter the same cron expression your job already runs on. We compute exactly when the next ping is due — `*/15 * * * *`, `0 3 * * *`, `30 2 * * 1` all just work.
Timezone-Aware Scheduling
A job scheduled for 3am should be due at 3am in its own timezone. Set the timezone once and we evaluate the schedule against it — no UTC math, no DST surprises.
Missed-Run & Failure Alerts
No ping by the next scheduled tick plus your grace period? We open an incident and alert every channel you use. Report a failed run explicitly with ?status=fail.
Why It Matters
Crons fail quietly by design
A scheduler that fails to fire, a server reboot that drops the cron, a syntax error that skips the job — none of them raise an alarm on their own. Mirroring the schedule means a skipped run is caught the moment it's late.
Billing & Invoicing
A billing run that silently skips a night is real money and angry customers. Tie the schedule to the monitor and know the same morning, not at month-end.
Reports & Digests
Weekly reports and daily digests are noticed only when they don't arrive. Catch a missed generation run before a client emails asking where their report is.
Maintenance & Cleanup
Log rotation, cache pruning, certificate renewals, database vacuuming — the housekeeping jobs whose absence only surfaces as a much bigger problem later.
FAQ
Cron monitoring questions
How is cron monitoring different from heartbeat monitoring?
What cron expressions are supported?
How does the timezone setting work?
What happens when a run is missed?
Do I need to change my cron job much?
Is cron monitoring available on the free plan?
Watch every job in your crontab
Mirror your schedule, append one curl, and let Sentinel catch the runs that don't happen. 14-day free trial on paid plans, cancel anytime.