-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
72 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# WP uptime | ||
# WP Uptime | ||
|
||
Editable non-cached monitorization path for Wordpress. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
=== WP Uptime === | ||
Contributors: codesyntax, bipoza | ||
Donate link: https://codesyntax.com/ | ||
Tags: monitorization, status, wp-json, restapi | ||
Requires at least: 4.7 | ||
Tested up to: 6.1 | ||
Stable tag: 2.0.3 | ||
Requires PHP: 7.0 | ||
License: GPLv2 or later | ||
License URI: https://www.gnu.org/licenses/gpl-2.0.html | ||
|
||
Editable non-cached monitorization path for Wordpress. | ||
|
||
== Description == | ||
|
||
## 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/wp-json/wp-uptime/ok | ||
``` | ||
|
||
## Edition panel | ||
|
||
![wp-uptime-admin-panel](https://user-images.githubusercontent.com/26112509/226600732-58bdf02b-cb17-4acb-87f9-f997b38ff923.png) | ||
|
||
|
||
== 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"} | ||
``` | ||
|
||
== Screenshots == | ||
|
||
1. Edition panel | ||
|
||
== Changelog == | ||
|
||
= 2.0.4 = | ||
* First stable version. | ||
|
||
= 2.0.3 = | ||
* Removes the plugin options from the database after uninstalling the plugin. | ||
|
||
= 2.0.0 = | ||
* Add edition from the administration panel. | ||
* Add editable fields. | ||
|
||
== Upgrade Notice == | ||
|
||
= 2.0.4 = | ||
First stable version. It is recommended to install this version. | ||
|
||
= 2.0.3 = | ||
This version fixes a security related bug. Upgrade immediately. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters