Plugin info

Total downloads: 1,768
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 4/10/2024 (683 days ago)
Added to WordPress: 5/31/2017 (8 years old)
Minimum WordPress version: f
Tested up to WordPress version: f
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 683 days ago

26/100

Is Anexia Monitoring abandoned?

Possibly abandoned (last update 683 days ago).

Compatibility

Requires WordPress: f
Tested up to: f
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

A WordPress plugin used to monitor updates for core, plugins and themes. It can be also used to check if the website
is alive and working correctly.

The plugin registers some custom REST endpoints which can be used for monitoring. Make sure that the
ANX_MONITORING_ACCESS_TOKEN is defined, since this is used for authorization. The endpoints will return a 401
HTTP_STATUS code if the token is not defined or invalid, and a 200.

Version monitoring of core, plugins and themes

Returns all a list with platform and module information.

Active permalinks

/wp-json/anxapi/v1/modules/?access_token=custom_access_token

Default

/?rest_route=/anxapi/v1/modules/&access_token=custom_access_token

Live monitoring

This endpoint can be used to verify if the application is alive and working correctly. It checks if the database
connection is working and makes a query for users. It allows to register custom check by using hooks.

Active permalinks

/wp-json/anxapi/v1/up/?access_token=custom_access_token

Default

/?rest_route=/anxapi/v1/up/&access_token=custom_access_token

Installation

In the projects wp-config.php add the access token configuration:

define(\'ANX_MONITORING_ACCESS_TOKEN\', \'custom_access_token\');

Frequently Asked Questions

Installation Instructions

In the projects wp-config.php add the access token configuration:

define(\'ANX_MONITORING_ACCESS_TOKEN\', \'custom_access_token\');

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

No changelog available