Solo founder
Your production cron crashed Saturday. Find out Sunday morning when customers wake up and complain? Cronitorex pings you in 60 seconds - email, Slack, webhook to any endpoint.
Cronitorex watches your cron jobs, deploy scripts, HTTP endpoints and SSL certificates. Send a ping from any script - get an alert in 60 seconds. No need to build your own monitoring infrastructure from scratch.
# Cron, deploy, ETL, backup, worker - wrap anything in 3 lines curl -sf https://api.cronitorex.com/ping \ -H "Authorization: Bearer $CRONITOREX_API_KEY" \ -d '{"event_type":"ping","monitor":"db-backup","status":"run"}' /usr/local/bin/backup.sh # your script - whatever you run curl -sf https://api.cronitorex.com/ping \ -H "Authorization: Bearer $CRONITOREX_API_KEY" \ -d '{"event_type":"ping","monitor":"db-backup","status":"complete","duration":47.3}'
Works with any script run from shell - bash, Python, GitHub Actions, k8s CronJob, Airflow task, deploy hook.
Built for developers who want full control over their monitoring stack.
Track start, complete and fail events for any scheduled task. Alert on missed runs or jobs running too long.
Email, webhook, Slack the moment a job fails or an SSL cert is about to expire.
Live event stream, failure analytics, slowest jobs, most active monitors - all in one clean interface.
Response time and status codes for any endpoint. Retries, thresholds, configurable intervals.
Know before your certificates expire. Days-in-advance warnings.
Wrap any job with a single curl. No SDKs, no agents - just standard HTTP.
# mark job complete curl -X POST https://api.cronitorex.com/ping/backup \ -d 'status=complete'
Three pings. Complete visibility.
One HTTP request per ping. Cronitorex correlates them into a timeline, detects missed runs, and pushes alerts within seconds. No agents. No daemons. Just three pings.
Send a run ping at the beginning of your job.
{"status": "run"}Your actual task executes. Cronitorex waits.
/usr/bin/backup.shSend complete or fail. Dashboard updates instantly.
{"status": "complete"}Six typical scenarios where Cronitorex earns its keep.
Your production cron crashed Saturday. Find out Sunday morning when customers wake up and complain? Cronitorex pings you in 60 seconds - email, Slack, webhook to any endpoint.
Hundreds of crons spread across 12 servers. Cronitorex shows them all in one view, alerts on missed runs, captures stderr on fail, dashboard tells you what crashed today without ssh-ing into 6 machines.
Each client = separate tag, own notifications, own dashboard. Onboard a new client in 5 minutes - monitoring their crons comes free. No logging into 30 different panels.
Hundreds of batch jobs, nightly ETL processes, data pipelines. Cronitorex hooks into any task - ping run at the start, complete on success, fail on any exception. Spot a broken pipeline before downstream tables go stale.
Hourly catalog imports, payment webhooks, stock sync to 3 warehouses, EOD reconciliation. When any of them silently stops, you lose orders. Cronitorex pages you the moment one misses its window.
90-day event history, audit trail, SSL expiry, SLA reporting. CSV export, archives, no log stack to maintain. Show auditors your backup ran every day for the past year.
Yes. Beta doesn't mean "unfinished and unstable" - it means "limits are looser and we're gathering real usage data to calibrate paid plans". Production traffic welcome.
Accounts created during beta get a founding user flag. After launch: stay on Free with relaxed beta limits (current), or take Pro at 50% off forever. Your call.
Cronitorex exposes a standard HTTP API with run/complete/fail pattern. If your current tool uses a similar ping model, migration is just changing URL and API key in existing scripts. Full API reference at docs.cronitorex.com.
Email and webhook notifications are available in all plans. Slack integration is planned for the Pro plan. Webhooks let you connect any HTTP endpoint, enabling integration with any external service yourself.
Hosted on our own infrastructure in the EU, GDPR-compliant. All traffic over HTTPS (TLS 1.3) - no ping ever travels in plaintext. The database sits on a private network, accessible only from our application services. User passwords stored as cryptographic hashes. You can rotate your API key at any time from the profile page - the old one stops working immediately. Daily database backups, encrypted, 30-day retention. Full data export and account deletion from the dashboard. We do not sell or share data with third parties. Need an audit report or on-prem deployment? Email hello@cronitorex.com.
Sign up, get an API key, paste the curl into your cron. That's it.