WP Manifestindependent plugin directory
manifest / utilities / wp-uptime

WP Uptime releases

Editable non-cached monitorization path for Wordpress.

by CodeSyntax · github.com/codesyntax/wp-uptime · website

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/codesyntax/wp-uptime/archive/refs/heads/main.zip

Readme

WP Uptime

Editable non-cached monitorization path for Wordpress. Optimized for performance and security.

Features

  • Performance: No more constant rewrite rules flushing.
  • Security: Proper escaping and sanitization of settings.
  • Reliability: Returns 503 status code if the database connection fails.
  • Flexibility: Editable endpoint path and response content.
  • Compatibility: Supports PHP 5.6 to 8.x and WordPress 4.7+.

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

Read the full README on GitHub →

Releases

TagPublished
4.0.0 Jan 29, 2025
4.0.0-rc Oct 11, 2024
3.0.1 Jun 8, 2023
3.0.0 May 30, 2023
2.0.5 Mar 22, 2023
2.0.4 Mar 22, 2023
2.0.3 Mar 22, 2023
2.0.2 Mar 21, 2023
2.0.1 Mar 21, 2023
2.0.0 Mar 21, 2023
1.0.0 Feb 27, 2023

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.