From 8c953eecaf2da89fb5b81dc9f61f846de68ae1cb Mon Sep 17 00:00:00 2001
From: Christian Elberfeld <elberfeld@web.de>
Date: Thu, 8 Jun 2023 14:48:55 +0200
Subject: [PATCH] =?UTF-8?q?warnungen=20f=C3=BCr=20load-werte=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 45066685..a13c9df1 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 f9d86abd..97866c50 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 d89c91e6..2ab02107 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 
-- 
GitLab