You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).