Heartbeat Monitoring
Your cron job sends a simple HTTP ping when it completes; CloudStats alerts you if the expected ping doesn't arrive.
A web server crashing is obvious. A backup script that's been failing silently for three weeks is not — until you need that backup. CloudStats' heartbeat monitoring for cron jobs closes that gap: your script pings CloudStats when it runs, and if that ping doesn't arrive on schedule, you get alerted.
Your cron job sends a simple HTTP ping when it completes; CloudStats alerts you if the expected ping doesn't arrive.
Get notified if a job runs significantly longer than usual, a common early sign something's wrong.
Set flexible grace periods for jobs that don't run on a perfectly fixed schedule.
See a timeline of every run, success, and failure — useful when debugging an intermittent issue.
1. Add one line to your cron job that pings a unique CloudStats URL on completion.
2. Tell CloudStats the expected schedule and an acceptable grace period.
3. If the ping doesn't arrive on time, you're alerted automatically.
FAQ
You add a single curl command to the end of your existing cron job that pings a unique URL — no agent or library required.
Yes, you can configure flexible windows and grace periods for irregular schedules.
You can set a maximum expected runtime and get alerted when a job overruns it, even if it eventually finishes.