
內容簡介
```html
<ul>
<li>功能摘要: Vigilant Healthchecks 提供一個REST健康檢查端點位於/wp-json/vigilant/v1/health,並具有管理介面以控制執行哪些檢查。</li>
</ul>
```
```html
<ul>
<li><strong>問題:</strong> Vigilant Healthchecks 提供的主要功能有哪些?</li>
<ul>
<li><strong>答案:</strong> 包括受保護的REST端點,內置檢查,度量目錄和可擴展功能。</li>
</ul>
<li><strong>問題:</strong> 使用者如何配置 Vigilant Healthchecks 的 bearer token?</li>
<ul>
<li><strong>答案:</strong> 使用者可以在“設定”→“Vigilant Healthchecks”下來配置 bearer token。</li>
</ul>
<li><strong>問題:</strong> 如何啟用或停用要公開的檢查和度量衡?</li>
<ul>
<li><strong>答案:</strong> 使用者可以切換想公開的檢查和度量衡。</li>
</ul>
<li><strong>問題:</strong> 使用者可以如何呼叫端點或配置他們的網站在 Vigilant 中?</li>
<ul>
<li><strong>答案:</strong> 使用者可以自行呼叫端點或在 Vigilant 中配置他們的網站。</li>
</ul>
</ul>
```
外掛標籤
開發者團隊
原文外掛簡介
Vigilant Healthchecks provides a REST healthcheck endpoint at /wp-json/vigilant/v1/health with an admin interface to conrol which checks are executed.
This plugin is designed to integrate with Vigilant, an all-in-one web monitoring tool which can be self-hosted.
Key Features
Protected REST endpoint with configurable token.
Built-in checks for database connectivity, core versions, plugin updates, cron freshness, Redis, and WordPress Site Health issues.
Metrics catalogue for memory, disk, CPU load, and database size with sensible caching defaults.
Extensible registry and hooks (vigilant_healthchecks_prepare, vigilant_healthchecks_cron_threshold, vigilant_healthchecks_database_size_cache_ttl) so you can add custom checks and metrics.
Scheduler heartbeat (vigilant_healthchecks_cron_monitor) that validates WP-Cron is actually running and reports stale schedules.
How It Works
Configure the bearer token under Settings → Vigilant Healthchecks; every REST request must include Authorization: Bearer
Toggle the checks and metrics you want to expose; disabled items are never instantiated so they have zero runtime impact.
Call the endpoint yourself or configure your website in Vigilant.
