Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 682 Bytes

readme.md

File metadata and controls

32 lines (19 loc) · 682 Bytes

WP Uptime

Editable non-cached monitorization path for Wordpress.

How to use

Just install the plugin and activate it.

Default settings

By default, the API is at this address and if mysql is running it will return OK.

https://your-site.com/ok/

Edition panel

wp-uptime-admin-panel

Frequently Asked Questions

  • Can I edit the endpoint and the OK response?

    Yes, from the administration panel you can configure the response from a string to a full JSON.

    For example:

    Path: /server-status/
    Response: {"status":"ok"}