You'll find out when you need it.
CronSignal alerts you the moment a scheduled job doesn't run.
One line of code. No SDK. No configuration.
# Backup database every night at 2am
0 2 * * * /usr/local/bin/backup.sh && \
curl -fsS cronsignal.io/ping/abc123
One line. If your job runs, we know. If it doesn't, you know.
Your server's cron daemon doesn't care if your script crashes halfway through. It doesn't care if the disk filled up, or the API timed out, or someone commented out the wrong line. It just... doesn't run the job. And doesn't tell anyone.
You find out when a customer asks why their report is missing. Or when you reach for a backup that doesn't exist. Or when the database you thought was being cleaned up is suddenly 500GB.
Most monitoring tools alert you when something fails. But cron jobs don't "fail" in a way those tools can see. They just don't run.
That's why heartbeat monitoring exists. And that's what CronSignal does.
Your URL: cronsignal.io/ping/x7k2m
No ping by 2:30 AM? You get an email. Immediately.
Your checks, their status, full history. No clutter.
Click any check to see the full details
Created Dec 15, 2025
https://api.cronsignal.io/ping/abc123xyz
curl -fsS https://api.cronsignal.io/ping/abc123xyz
Email, Slack, Discord, Telegram, or webhooks — within 60 seconds of a missed ping. Recovery alerts when it's back.
Your backup takes 20 minutes? Set a 30-minute grace period. No false alarms.
Your ping hits Cloudflare's edge in <50ms, anywhere. Not a single server in Virginia.
Every check-in logged. See patterns. Debug issues. Know exactly when things broke.
It's a URL. Curl it. Wget it. Call it from Python, Ruby, Node, Go, PHP, Bash. Whatever.
Linux cron, systemd timers, Kubernetes CronJobs, GitHub Actions, Laravel, Django. Yes.
Instant notifications when jobs fail. Recovery alerts when they're back.
Always on
Team channels
Server alerts
Instant messages
Any service
Most monitoring tools charge per monitor. We don't.
Get started with essentials
For serious monitoring
Start free, upgrade when you need more
Meanwhile, at other monitoring tools:
Same features. Flat price. Your bill shouldn't scale with your infrastructure.
&& in your cron line: your-script.sh && curl cronsignal.io/ping/xxx. The curl only runs if your script exits successfully.
Find out for sure.
We'll send you a magic link. No password to forget.
Already have an account? Log in