feat: add CPU load alert, lower disk/RAM thresholds (SCALE-04)
- Add CpuLoad alert rule: fires when 5min load > 2x core count - Lower disk usage alert from 90% to 80% - Lower RAM usage alert from 90% to 80% - Add num_cpus dependency for runtime core detection Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
a38cd87fbb
commit
ebad38cdaf
@@ -83,6 +83,9 @@ zeroize = { version = "1.7", features = ["derive"] }
|
||||
# Systemd watchdog notification
|
||||
sd-notify = "0.4"
|
||||
|
||||
# CPU core count detection
|
||||
num_cpus = "1.16"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio-test = "0.4"
|
||||
tempfile = "3.10"
|
||||
|
||||
Reference in New Issue
Block a user