[monitoring] Update thresholds

This commit is contained in:
Viyurz 2024-09-21 12:27:20 +02:00
parent bc1e2d3a2e
commit f08cbac83f
Signed by: Viyurz
SSH key fingerprint: SHA256:IskOHTmhHSJIvAt04N6aaxd5SZCVWW1Guf9tEcxIMj8

View file

@ -9,9 +9,9 @@ import time
# CPU usage threshold in percent
CPU_THRESHOLD = 35
CPU_THRESHOLD = 50
# Memory usage threshold in GB
MEMORY_THRESHOLD = 2.75
MEMORY_THRESHOLD = 3.25
# Disk usage threshold in GB
DISK_LOCAL_THRESHOLD = 25
DISK_SMB_THRESHOLD = 120