Allow critical-only load alerts

This commit is contained in:
2026-02-08 18:51:45 +03:00
parent 5da7125fbb
commit ae2d085214
4 changed files with 8 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ This project uses `config.yaml`. Start from `config.example.yaml`.
- `interval_sec` (int): Poll interval.
- `cooldown_sec` (int): Cooldown between alerts.
- `notify_cooldown_sec` (int): Global alert dedup cooldown (defaults to `cooldown_sec`).
- `load_only_critical` (bool): Only send critical load alerts (no warn/OK).
- `quiet_hours` (object): Quiet hours for noncritical alerts.
- `enabled` (bool): Enable quiet hours.
- `start` (string): Start time `HH:MM` (e.g. `23:00`).