- Domain ownership is verified once per domain with TXT or CNAME at _errornotifier-challenge.<domain>.
- Monitors wait in pending DNS verification until their domain proof succeeds.
- Website tests support GET, HEAD, POST, PUT, PATCH, DELETE, OPTIONS, custom safe headers, and POST/JSON bodies.
- Use WP-CLI for production checks: wp errornotifier run-checks --limit=50.
- Use WP-CLI for queued DNS proof checks: wp errornotifier verify-domains --limit=50.
- Windows Task Scheduler can call studio wp or wp-cli every minute with the site --path.
- Linux cron can call: * * * * * cd /path/to/wordpress && wp errornotifier run-checks --limit=50.
- WP-Cron is registered as a fallback only; do not rely on page views for production monitoring.
- Cleanup command: wp errornotifier cleanup.
Manual check: wp errornotifier check-site 123