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

@@ -19,6 +19,8 @@ alerts:
cooldown_sec: 900
# Optional global dedup cooldown for notify() calls
notify_cooldown_sec: 900
# If true, only critical load alerts are sent (no warn/OK)
load_only_critical: false
quiet_hours:
enabled: false
start: "23:00"