diff --git a/host_vars/carrot b/host_vars/carrot index 450666851d35cbada3e4ca3c1c3177cee0bf0503..a13c9df13ca2ab3228a74e7790d54d3a6792bc9b 100644 --- a/host_vars/carrot +++ b/host_vars/carrot @@ -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" } diff --git a/host_vars/ogg b/host_vars/ogg index f9d86abd15b0d42c87a0ee8609132fab5fdc4268..97866c5042027bb0e592eaca7a3d0f65865b5a6a 100644 --- a/host_vars/ogg +++ b/host_vars/ogg @@ -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" } diff --git a/host_vars/weatherwax b/host_vars/weatherwax index d89c91e61a6c2eb35bc090f91aa89e20818976b7..2ab02107841295cc210e6ad01144533884dc322b 100644 --- a/host_vars/weatherwax +++ b/host_vars/weatherwax @@ -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