Linux 软件免费装
Banner图

CRX Cron Health Monitor

开发者 dcwiklik
更新时间 2026年8月22日 02:55
PHP版本: 8.1 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

cron monitoring uptime wp-cron scheduled tasks

下载

0.3.0

详情介绍:

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. See your cron for the first time Ten detections that name the problem
  1. WP-Cron disabled with nothing triggering it (the most common silent death in WordPress)
  2. Night-time cron gaps: your site sleeps, so your nightly jobs do too
  3. Tasks running long after their scheduled time
  4. Overdue events piling up in the queue
  5. Tasks dying mid-run from fatal errors or PHP timeouts
  6. Orphaned events left behind by removed plugins
  7. Duplicated events doing the same work twice
  8. Tasks slow enough to hurt real visitors
  9. Emails failing to send (wp_mail failures are silent by default)
  10. Mail going through PHP mail() without SMTP, the classic road to the spam folder
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. The dead man's switch 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. Per-task monitors (paid plans) On paid plans, every recurring cron task gets its own monitor with its own history and alerts: For developers Privacy The 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.

安装:

  1. Install and activate the plugin.
  2. Open the Cronitorex menu in wp-admin. The dashboard works immediately.
  3. Optional: create a free account at cronitorex.com, paste your Ingest API key (ck_) and, if you want the monitor created for you, a scoped Management API key (mk_, read + write).

屏幕截图:

  • Tasks: every scheduled task attributed to the plugin or theme that owns it, with schedule and last run.
  • Configuration: account keys and the per-task monitor picker with sensible defaults.
  • Site Health integration: cron state as a native WordPress health test.

常见问题:

Does this replace WP-Cron?

No. Cronitorex observes and reports; it never takes over scheduling. If your site needs a real cron trigger, the plugin will tell you and link the instructions, but the change stays in your hands.

What happens when I deactivate the plugin?

Cron behaviour returns to exactly what it was. Uninstalling also removes every option the plugin stored. Monitors in your Cronitorex account are left untouched, because deleting monitoring history should be a deliberate decision made in the panel, not a side effect.

更新日志:

0.3.0 0.2.0 0.1.0