WP Manifestindependent plugin directory
manifest / utilities / wp-orbis-monitoring

Orbis Monitoring

The Orbis Monitoring plugin extends your Orbis environment with the option to monitor websites.

by Pronamic · github.com/pronamic/wp-orbis-monitoring · website

3stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/pronamic/wp-orbis-monitoring/archive/refs/heads/main.zip

Readme

Orbis Monitoring

Query to delete response body

UPDATE
    orbis_monitor_responses
SET
    response_body = NULL
WHERE
    monitored_date < DATE_ADD( NOW(), INTERVAL -1 MONTH )
;

Read the full README on GitHub →