[monitoring] Update thresholds
This commit is contained in:
parent
bc1e2d3a2e
commit
f08cbac83f
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@ import time
|
||||||
|
|
||||||
|
|
||||||
# CPU usage threshold in percent
|
# CPU usage threshold in percent
|
||||||
CPU_THRESHOLD = 35
|
CPU_THRESHOLD = 50
|
||||||
# Memory usage threshold in GB
|
# Memory usage threshold in GB
|
||||||
MEMORY_THRESHOLD = 2.75
|
MEMORY_THRESHOLD = 3.25
|
||||||
# Disk usage threshold in GB
|
# Disk usage threshold in GB
|
||||||
DISK_LOCAL_THRESHOLD = 25
|
DISK_LOCAL_THRESHOLD = 25
|
||||||
DISK_SMB_THRESHOLD = 120
|
DISK_SMB_THRESHOLD = 120
|
||||||
|
|
Loading…
Reference in a new issue