From f08cbac83fec808ace83e8590aa6a5aed76327b2 Mon Sep 17 00:00:00 2001 From: Viyurz Date: Sat, 21 Sep 2024 12:27:20 +0200 Subject: [PATCH] [monitoring] Update thresholds --- monitoring.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monitoring.py b/monitoring.py index 014381a..244ac9a 100755 --- a/monitoring.py +++ b/monitoring.py @@ -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