One curl at the end of your script. Zero config. We detect anomalies in your JSON payloads automatically.
# At the end of your script, just add:
curl -X POST https://ping.crontiq.io/p/$API_KEY/update_db \
-H "Content-Type: application/json" \
-d '{"rows": 14209, "duration_ms": 842}'
You schedule them and hope for the best. Until something breaks and nobody notices.
Silent failures
Your backup script crashed 3 days ago. You find out when you need the backup.
Successful but wrong
Job exits 0 but only processed 12 rows instead of 14,000. Exit codes don't tell the whole story.
No drift detection
Your ETL took 2 minutes last week. Now it takes 45. Nobody noticed the slow degradation.
Most monitoring tools tell you "it ran".
Crontiq tells you "it ran, here's what it did, and it looks normal."
Post your job's output as JSON. Crontiq auto-extracts every numeric value, tracks it over time, and detects anomalies. Zero configuration.
// Your script sends this:
curl -X POST .../p/$KEY/etl_sirene \
-d '{
"rows_inserted": 14209,
"rows_updated": 38,
"duration_ms": 842,
"db": {
"connections": 5,
"pool_size": 20
}
}'
Nested JSON? Flattened automatically: db.connections, db.pool_size.
No schema. No config. Just send it.
Crontiq computes a moving average and standard deviation on every metric. When a value deviates beyond 2σ, you get an alert. No thresholds to configure.
Your rows_inserted usually hovers around 14,000.
Today it dropped to 12. That's a problem — and Crontiq caught it before you did.
Show your job's health status anywhere. Dynamic SVG badges with live metric data, cached and fast.

Custom labels and metric display: ?metric=rows&label=SIRENE+ETL
Crontiq is the free front door to the AZMORIS ecosystem. Monitor your cron jobs without ever paying a cent.
No credit card. No trial period. Just monitoring.
Other tools tell you if the job ran. Crontiq tells you if the result was normal.
| Feature | Crontiq | Healthchecks.io | Cronitor | Better Stack |
|---|---|---|---|---|
| Ping monitoring | ✓ | ✓ | ✓ | ✓ |
| Auto JSON metric extraction | ✓ | ✗ | ✗ | ✗ |
| Zero-config anomaly detection | ✓ | ✗ | Manual thresholds | ✗ |
| Nested JSON flattening | ✓ | ✗ | ✗ | ✗ |
| Live SVG badges | ✓ | ✓ | ✗ | ✗ |
| Public status pages | ✓ | ✓ | ✓ | ✓ |
| Free tier monitors | 20 | 20 | 5 | 1 |
| Unlimited pings (free) | ✓ | ✓ | Limited | Limited |
Crontiq computes a moving average and standard deviation over the last 10 values of each metric. When a new value deviates by more than 2 standard deviations, it's flagged as an anomaly and you receive an email alert. No thresholds to set, no rules to write.
If a ping doesn't arrive within your configured period plus grace time, Crontiq marks the monitor as DOWN and sends you an email alert. Default grace period is 5 minutes.
Yes. The free tier includes 20 monitors, unlimited pings, automatic JSON metric extraction, anomaly detection, email alerts, and public badges. No credit card required, no trial period.
Add one line at the end of your script: curl https://ping.crontiq.io/p/YOUR_API_KEY/my-job. The monitor is created automatically on the first ping. To track metrics, send JSON: curl -d '{"rows": 1542}' https://ping.crontiq.io/p/YOUR_API_KEY/my-job
Yes. Crontiq works with anything that can send an HTTP request: cron jobs, GitHub Actions, CI/CD pipelines, Kubernetes CronJobs, systemd timers, Windows Task Scheduler, or any background process.
Send any JSON in a POST body. Crontiq automatically flattens nested objects ({"db": {"rows": 100}} becomes db.rows = 100), detects all numeric values, and tracks each one as a separate metric with its own sparkline graph.
A dynamic SVG image you can embed in your GitHub README. It shows your monitor's status and optionally a live metric value, like "backup-sirene | 16.8M rows | healthy". It updates automatically and links to a public status page.
Crontiq is one piece of a connected suite of developer tools, all built by AZMORIS.
Smart document generation & PDF API. Invoices, contracts, reports — from JSON to PDF in one call.
French business geocoding & enrichment API. SIRENE, BAN, NAF codes — all in one search.
Identity verification API. KYC, document checks, liveness detection — for regulated industries.
Carbon footprint calculation API. Scope 1-2-3 emissions, lifecycle analysis — for sustainability reporting.