這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Health Endpoint

描述

This simple plugin creates a /health endpoint to let you monitor the status of your WordPress website. The endpoint tests the status of your database connection and returns a 200 OK HTTP status code while your page is healthy. You can read more on HTTP status codes at the Wikipedia article.

External tools such as website monitoring services can access the exposed endpoint at regular intervals. This can help you verify that your WordPress website is performing correctly.

You can find more information about the Health Endpoint Monitoring Pattern at the Microsoft Azure Documentation website.

Development

This plugin is being developed on GitHub. If you want to collaborate, feel free to submit pull requests or report bugs on the issue tracker.

安裝

Automatic installation

  1. Log in to your “WordPress dashboard”, navigate to the “Plugins” menu, and click “Add New.”

  2. In the search field type “Health Endpoint,” then click “Search Plugins.”

  3. Once you’ve found it, you can install it by clicking “Install Now,” and WordPress will take it from there.

Manual installation

  1. Unzip all the files to your /wp-content/plugins/health-endpoint directory.

  2. Log in to your “WordPress dashboard” and activate the “Health Endpoint” plugin from the “Plugins” page.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Health Endpoint” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Health Endpoint 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0.1

  • Tested with the latest WordPress release (5.8.1).

1.0.0

  • Initial release.