Your cron did not fail. It never ran. WP-Cron only fires when someone visits your site. That is why nightly backups silently wait until morning, why DISABLE_WP_CRON without a real cron kills every scheduled task without a word, and why a single fatal error can jam the whole queue while every dashboard stays green.
Cronitorex shows you what is actually happening on your site, and tells you exactly who is responsible.
Each detection appears in the dashboard with a suggested fix, and in the native Site Health screen (Tools – Site Health), where WordPress admins already look.
Everything above runs locally and needs no account. But a tool that lives inside WordPress has a blind spot it cannot escape: when WP-Cron dies, the tool dies with it. A dead scheduler looks exactly like a healthy one from the inside.
Connecting a free Cronitorex account closes that gap. The plugin sends a heartbeat every five minutes; when your cron stops, the heartbeat stops, and the silence itself raises an alert from outside within minutes. Nothing that runs inside your site can do this.
On paid plans, every recurring cron task gets its own monitor with its own history and alerts:
wp cronitorex status, wp cronitorex doctor, wp cronitorex syncThe plugin sends nothing anywhere until you connect an account. Once connected, telemetry is aggregate numbers and task names only: run counts, durations, lag. No task arguments, no post content, no emails, no personal data. Ever.
This plugin can connect to the Cronitorex monitoring service (cronitorex.com). Nothing is sent anywhere until you enter your API keys on the Configuration tab; without keys the plugin is fully local.
Once connected, it talks to two endpoints:
https://api.cronitorex.com – receives monitoring pings: the site heartbeat (aggregate counters: number of runs, failures, worst duration and delay) and, on paid plans with per-task monitors enabled, one ping per task run (task hook name, status, duration). Sent from your server whenever monitored tasks run.https://app.cronitorex.com/api/v1 – the management API, called only from explicit admin or WP-CLI actions (creating the heartbeat monitor, syncing per-task monitors, reading your plan limits).Data sent never includes task arguments, post content, emails or personal data.
Service provided by Cronitorex: Terms of Service, Privacy Policy.