Skip to content
Snippets Groups Projects
Commit 8c953eec authored by void's avatar void
Browse files

warnungen für load-werte hochgesetzt

parent ff4ce768
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,8 @@ administratorenteam:
# Monitoring aktivieren
alert:
load:
warn: 5
crit: 10
warn: 10
crit: 20
disks:
- { mountpoint: "/", warn: "5 GB", crit: "1 GB" }
......@@ -49,8 +49,8 @@ docker:
# Monitoring aktivieren
alert:
load:
warn: 5
crit: 10
warn: 10
crit: 20
containers:
- { name: "dockerstats_app_1" }
- { name: "esphome_app_1" }
......
......@@ -32,8 +32,8 @@ administratorenteam:
# Monitoring aktivieren
alert:
load:
warn: 10
crit: 20
warn: 15
crit: 30
disks:
- { mountpoint: "/", warn: "10 GB", crit: "3 GB" }
# btrfs currently no data from node exporter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment