https://github.com/codesyntax/wp-uptime
Editable non-cached monitorization path for Wordpress.
https://github.com/codesyntax/wp-uptime
wordpress wordpress-plugin
Last synced: about 1 month ago
JSON representation
Editable non-cached monitorization path for Wordpress.
- Host: GitHub
- URL: https://github.com/codesyntax/wp-uptime
- Owner: codesyntax
- Created: 2023-02-27T11:38:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T10:49:12.000Z (over 1 year ago)
- Last Synced: 2025-01-25T07:27:23.975Z (over 1 year ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 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

## 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"}
```