thruk_backend_health
Check monitoring backend health by measuring latency and replication lag, flagging degraded backends when response time or data freshness exceeds configurable thresholds.
Instructions
Per-site supervision-backend health: latency, replication lag, blind spots.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| backends | No | Comma-separated backend names (sites). Omit for all backends. | |
| lag_warn_seconds | No | Data-freshness age (seconds) above which a connected backend is flagged 'degraded' for stale cache / replication lag (default 120). | |
| latency_warn_seconds | No | Livestatus response time (seconds) above which a connected backend is flagged 'degraded' (default 5.0). |