Skip to content

Vigil v1.28.0

Choose a tag to compare

@github-actions github-actions released this 26 Sep 12:29
· 16 commits to master since this release
v1.28.0
511bdba
  • Added an opt-in MCP server feature, exposing public probe data to AI Agents (enable this with the server.mcp_server configuration property).
  • Added the ability to probe SSH hosts in poll mode with replica URL format eg. ssh://hostname:22 (this checks that the host in up without creating logging noise on the target server system) (@hv15 — submitted in PR #153).
  • Added the ability to configure the delay between each poll retry via metrics.poll_retry_wait configuration property (@annesylvie — submitted in PR #146).
  • Added the ability to send Telegram alerts in a specific message thread via the notify.telegram.message_thread_id configuration property (@ajinfajrian — submitted in PR #161).
  • Added public HTTP route to get status report details in JSON format (GET /status/report).
  • Bump Dockerfile build image to Debian "trixie".
  • Bump dependencies to latest versions.