Regularis watches your cron jobs and alerts you the moment one goes missing or fails. One ping per run. Zero infrastructure required.
6
Total
4
Healthy
1
Late
1
Failed
Monitoring cron jobs shouldn't require a PhD. Regularis keeps it simple.
Each job pings a unique URL when it completes. If a ping goes missing, you'll know.
Regularis parses your cron expression, calculates the next expected run, and flags overdue jobs automatically.
Add a monitor in 30 seconds. No agents, no SDKs, no infrastructure — just a curl command at the end of your script.
Give it a name, paste your cron expression, set a grace period. Done.
Add one line to the end of your cron script:
# In your crontab: 0 2 * * * /scripts/backup.sh && curl -fsS -m 10 https://app.regularis.io/api/monitors/{id}/ping
The && ensures the ping only fires on success. Use a separate ping with status=failed in the body to record failures explicitly.
Free to use. No credit card required.
Create your free account