Vigilant Healthchecks

설명

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

  1. Configure the bearer token under Settings Vigilant Healthchecks; every REST request must include Authorization: Bearer <token>.
  2. Toggle the checks and metrics you want to expose; disabled items are never instantiated so they have zero runtime impact.
  3. Call the endpoint yourself or configure your website in Vigilant.

설치

  1. Upload the wordpress-healthchecks directory to /wp-content/plugins/ or install via Composer (composer require govigilant/wordpress-healthchecks).
  2. Activate Vigilant Healthchecks through the Plugins menu in WordPress.
  3. Visit Settings Vigilant Healthchecks to paste your Vigilant (or custom) token and select the desired checks/metrics.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Vigilant Healthchecks”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Vigilant Healthchecks”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.0

  • Initial release