Compare commits
2 commits
0569dd62da
...
6638f28179
Author | SHA1 | Date | |
---|---|---|---|
6638f28179 | |||
7811582d9f |
2 changed files with 4 additions and 6 deletions
2
env.yml
2
env.yml
|
@ -112,7 +112,6 @@ ports:
|
||||||
syncthing_udp: 22000
|
syncthing_udp: 22000
|
||||||
uptime_kuma: 3001
|
uptime_kuma: 3001
|
||||||
vaultwarden: 8081
|
vaultwarden: 8081
|
||||||
wireguard: 51820
|
|
||||||
|
|
||||||
|
|
||||||
# UID in containers
|
# UID in containers
|
||||||
|
@ -134,7 +133,6 @@ users:
|
||||||
syncthing_relaysrv: 1003
|
syncthing_relaysrv: 1003
|
||||||
uptime_kuma: 1006
|
uptime_kuma: 1006
|
||||||
vaultwarden: 1010
|
vaultwarden: 1010
|
||||||
wireguard: 1009
|
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -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