Sign up and create a new monitor. Give it a name (e.g. "Daily DB backup"), set the expected interval, and optionally set a grace period.
CronDash generates a unique ping URL for each monitor. It looks like:
https://crondash.dev/ping/abc123xyzAdd a curl call at the end of your script. CronDash records the ping timestamp.
# At the end of your cron script:
curl -s https://crondash.dev/ping/YOUR_KEY > /dev/nullIf CronDash doesn't receive a ping within your expected interval + grace period, it fires an alert to Slack or email. You don't need to do anything else.
CronDash is in early access. Drop your email and we'll send you credentials.
More docs