Download the PHP package tombonez/wp-uptime-monitor-rest-api-endpoint without Composer
On this page you can find all versions of the php package tombonez/wp-uptime-monitor-rest-api-endpoint. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tombonez/wp-uptime-monitor-rest-api-endpoint
More information about tombonez/wp-uptime-monitor-rest-api-endpoint
Files in tombonez/wp-uptime-monitor-rest-api-endpoint
Package wp-uptime-monitor-rest-api-endpoint
Short Description A WordPress plugin for adding a non-cacheable REST API endpoint to your website that can be used to monitor its uptime.
License MIT
Homepage https://github.com/tombonez/wp-uptime-monitor-rest-api-endpoint
Informations about the package wp-uptime-monitor-rest-api-endpoint
WP Uptime Monitor REST API Endpoint
A WordPress plugin for adding a non-cacheable REST API endpoint to your website that can be used to monitor its uptime.
Installation
- Download and unzip the plugin files.
- Upload the
wp-uptime-monitor-rest-api-endpoint
directory to your/wp-content/mu-plugins/
directory. - The endpoint will now be live at
https://example.com/wp-json/uptime-monitor/v1/check
.
Usage
Send a GET request to https://example.com/wp-json/uptime-monitor/v1/check
to monitor the uptime of your website.
Response
On successful communication with your website and the underlying database, the REST API will respond with "status" set to "online" and the current datetime "timestamp". The datetime format will be reflective of your SQL server's NOW() function output format.
If the website's server is not reachable or the database is inaccessible, you will receive an error message with HTTP status 503.
License
The code is available under the MIT License.