Monitor Bash Cron Scripts (One-Liner)
Most CronCraft users glue pings into bash. The pattern is: run commands, then curl on success only.
Crontab one-liner
0 2 * * * /usr/local/bin/backup.sh && curl -fsS --retry 3 https://croncraft.app/ping/YOUR_TOKEN > /dev/null
Exit-code aware
0 2 * * * /usr/local/bin/backup.sh && curl -fsS --retry 3 https://croncraft.app/ping/YOUR_TOKEN > /dev/null || curl -fsS --retry 3 https://croncraft.app/ping/YOUR_TOKEN/fail > /dev/null
More context: how to monitor cron jobs · database backups
Free tier — paste URL and go.
Start