From d24191ceb33d04ef99ad98ef0ddbf68cd523496b Mon Sep 17 00:00:00 2001 From: Christian Elberfeld <elberfeld@web.de> Date: Sat, 10 Jun 2023 22:30:31 +0200 Subject: [PATCH] =?UTF-8?q?warnlevels=20f=C3=BCr=20load=20hochgesetzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- host_vars/carrot | 4 ++-- host_vars/ogg | 4 ++-- host_vars/weatherwax | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/host_vars/carrot b/host_vars/carrot index a13c9df1..d7bbb88f 100644 --- a/host_vars/carrot +++ b/host_vars/carrot @@ -35,8 +35,8 @@ administratorenteam: # Monitoring aktivieren alert: load: - warn: 10 - crit: 20 + warn: 15 + crit: 30 disks: - { mountpoint: "/", warn: "5 GB", crit: "1 GB" } diff --git a/host_vars/ogg b/host_vars/ogg index 97866c50..14ed671c 100644 --- a/host_vars/ogg +++ b/host_vars/ogg @@ -49,8 +49,8 @@ docker: # Monitoring aktivieren alert: load: - warn: 10 - crit: 20 + warn: 15 + crit: 30 containers: - { name: "dockerstats_app_1" } - { name: "esphome_app_1" } diff --git a/host_vars/weatherwax b/host_vars/weatherwax index 2ab02107..ff97ac0b 100644 --- a/host_vars/weatherwax +++ b/host_vars/weatherwax @@ -32,8 +32,8 @@ administratorenteam: # Monitoring aktivieren alert: load: - warn: 15 - crit: 30 + warn: 20 + crit: 40 disks: - { mountpoint: "/", warn: "10 GB", crit: "3 GB" } # btrfs currently no data from node exporter -- GitLab