[monitoring] Update thresholds
This commit is contained in:
parent
0569dd62da
commit
7811582d9f
1 changed files with 4 additions and 4 deletions
|
@ -9,12 +9,12 @@ import time
|
||||||
|
|
||||||
|
|
||||||
# CPU usage threshold in percent
|
# CPU usage threshold in percent
|
||||||
CPU_THRESHOLD = 30
|
CPU_THRESHOLD = 35
|
||||||
# Memory usage threshold in GB
|
# Memory usage threshold in GB
|
||||||
MEMORY_THRESHOLD = 3
|
MEMORY_THRESHOLD = 2.75
|
||||||
# Disk usage threshold in GB
|
# Disk usage threshold in GB
|
||||||
DISK_LOCAL_THRESHOLD = 30
|
DISK_LOCAL_THRESHOLD = 25
|
||||||
DISK_SMB_THRESHOLD = 200
|
DISK_SMB_THRESHOLD = 120
|
||||||
|
|
||||||
# Time in seconds between each check
|
# Time in seconds between each check
|
||||||
MONITORING_INTERVAL = 30
|
MONITORING_INTERVAL = 30
|
||||||
|
|
Loading…
Reference in a new issue