Monitor: Scheduler, Emails, API, HTTP and more
When it’s important to record what happens in your site internal, this plugin is an handy tool.
It can track abilities calls, http calls, record the result and in particular the filters attached to them that can modify the bahavior.
It’s perfect to be used side-by-side with other logging and monitoring plugins, like wp mail logging and query monitor.
It can collect a lot of data, but you can change the retention period on your needs.
When unistalled all the logged data and settings are cleaned up.
Please, read the official page for more details.
What’s monitored
- Emails
- HTTP calls (using the wp_remote_* functions)
- REST API calls
- Scheduler runs with detailed jobs data
- Abilities invocation
- AI Client calls (WP 7.0+)
Please, read the official page for more details for more detail, examples of problems and solutions.
Contacts, Requests, Bugs
Please, contact me using the support forum or directly if you find problems or have new monitoring ideas.
Tech details
- All logged data is stored on your WP database (nothing is sent externally!) into dedicated tables named wp_monitor*.
- The HTTP tests (ok, bad, not found) just calls my site (https://www.satollo.net) to produce a log, nothing is stored on my side
- The email tests, send an email to the admin address configured on your site (see the WP Settings)
