Cron Status Heartbeat

Create Monitor

No monitors yet

Create your first monitor above, then ping its unique heartbeat URL from your cron job.

# Example: Bash cron every hour
curl -fsS -m 10 --retry 2 "https://ramlab.dev/projects/cron-status-heartbeat/h/YOUR_KEY_HERE" -o /dev/null

# Report failure explicitly
curl -fsS -m 10 --retry 2 "https://ramlab.dev/projects/cron-status-heartbeat/h/YOUR_KEY_HERE?state=fail" -o /dev/null