Cron Job Monitoring guide for UpDownMonitor.
Know when a scheduled job fails to run — not just when a server is down.
Set it up
- Create a Cron monitor; UpDownMonitor gives you a unique ping URL.
- Have your cron job request that URL after each successful run (e.g.,
curlat the end of the script). - Set the expected period and grace time.
If the job doesn’t check in within the window, you’re alerted.