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