Track your scheduled tasks and background jobs. Get unique ping URLs for each job. Know instantly when something fails to run or runs late.
# Database backup every hour
0 * * * * /scripts/backup.sh && curl https://cronping.grabshot.dev/ping/YOUR_UNIQUE_ID
Create monitors for your scheduled tasks. Get a unique ping URL for each job to call when it completes.
Know immediately when your jobs fail to run, run late, or stop working entirely.
Track ping history, success rates, and identify patterns in job failures over time.
Just add a curl command to your existing scripts. Works with any cron job or scheduled task.
Support for jobs that run every minute, hourly, daily, or any custom schedule you define.
3 monitors free forever. No credit card required to get started monitoring your jobs.
See what a typical cron job setup looks like with CronPing
# Database backup every 6 hours
0 */6 * * * /scripts/backup-db.sh
# Now with monitoring
0 */6 * * * /scripts/backup-db.sh && curl https://cronping.grabshot.dev/ping/abc-123-xyz
Start free, upgrade when you need more monitors