From 07c4df90d5b0e866cd9240f1eb4c88a254037df2 Mon Sep 17 00:00:00 2001 From: Homelab Cursor Date: Sat, 27 Jun 2026 14:31:22 +0200 Subject: [PATCH] garage_decke: Stat-Hintergrund nur gruen oder schwarz Einheitlich colorMode background; zweistufige Thresholds (OK=gruen, sonst dunkel). --- infra/grafana/garage_decke.json | 112 +++++++------------------------- 1 file changed, 24 insertions(+), 88 deletions(-) diff --git a/infra/grafana/garage_decke.json b/infra/grafana/garage_decke.json index 9085af0b4..b690d050d 100644 --- a/infra/grafana/garage_decke.json +++ b/infra/grafana/garage_decke.json @@ -9,7 +9,7 @@ ], "timezone": "browser", "schemaVersion": 39, - "version": 16, + "version": 17, "refresh": "30s", "panels": [ { @@ -37,20 +37,12 @@ "mode": "absolute", "steps": [ { - "color": "blue", + "color": "#181818", "value": null }, { "color": "green", - "value": 5 - }, - { - "color": "orange", - "value": 28 - }, - { - "color": "red", - "value": 35 + "value": -40 } ] } @@ -67,7 +59,7 @@ }, "orientation": "auto", "textMode": "value", - "colorMode": "value", + "colorMode": "background", "graphMode": "none", "justifyMode": "auto" }, @@ -128,20 +120,12 @@ "mode": "absolute", "steps": [ { - "color": "blue", + "color": "#181818", "value": null }, { "color": "green", - "value": 5 - }, - { - "color": "orange", - "value": 28 - }, - { - "color": "red", - "value": 35 + "value": -40 } ] }, @@ -161,7 +145,7 @@ "orientation": "auto", "textMode": "value", "colorMode": "background", - "graphMode": "area", + "graphMode": "none", "justifyMode": "auto" }, "targets": [ @@ -201,20 +185,12 @@ "mode": "absolute", "steps": [ { - "color": "blue", + "color": "#181818", "value": null }, { "color": "green", - "value": 5 - }, - { - "color": "orange", - "value": 28 - }, - { - "color": "red", - "value": 35 + "value": -40 } ] } @@ -231,7 +207,7 @@ }, "orientation": "auto", "textMode": "value", - "colorMode": "value", + "colorMode": "background", "graphMode": "none", "justifyMode": "auto" }, @@ -292,20 +268,12 @@ "mode": "absolute", "steps": [ { - "color": "blue", + "color": "#181818", "value": null }, { "color": "green", - "value": 5 - }, - { - "color": "orange", - "value": 28 - }, - { - "color": "red", - "value": 35 + "value": -40 } ] }, @@ -325,7 +293,7 @@ "orientation": "auto", "textMode": "value", "colorMode": "background", - "graphMode": "area", + "graphMode": "none", "justifyMode": "auto" }, "targets": [ @@ -362,20 +330,12 @@ "mode": "absolute", "steps": [ { - "color": "blue", + "color": "#181818", "value": null }, { "color": "green", - "value": 5 - }, - { - "color": "orange", - "value": 28 - }, - { - "color": "red", - "value": 35 + "value": -40 } ] }, @@ -395,7 +355,7 @@ "orientation": "auto", "textMode": "value", "colorMode": "background", - "graphMode": "area", + "graphMode": "none", "justifyMode": "auto" }, "targets": [ @@ -436,20 +396,12 @@ "mode": "absolute", "steps": [ { - "color": "#5794F2", + "color": "#181818", "value": null }, - { - "color": "orange", - "value": 0.5 - }, - { - "color": "yellow", - "value": 1.5 - }, { "color": "green", - "value": 2.5 + "value": 1.0 } ] } @@ -466,7 +418,7 @@ }, "orientation": "auto", "textMode": "value", - "colorMode": "value", + "colorMode": "background", "graphMode": "none", "justifyMode": "auto" }, @@ -530,20 +482,12 @@ "mode": "absolute", "steps": [ { - "color": "#5794F2", + "color": "#181818", "value": null }, - { - "color": "orange", - "value": 0.5 - }, - { - "color": "yellow", - "value": 1.5 - }, { "color": "green", - "value": 2.5 + "value": 1.0 } ] } @@ -560,7 +504,7 @@ }, "orientation": "auto", "textMode": "value", - "colorMode": "value", + "colorMode": "background", "graphMode": "none", "justifyMode": "auto" }, @@ -624,17 +568,9 @@ "mode": "absolute", "steps": [ { - "color": "#5794F2", + "color": "#181818", "value": null }, - { - "color": "orange", - "value": 0.5 - }, - { - "color": "yellow", - "value": 0.62 - }, { "color": "green", "value": 0.684 @@ -654,7 +590,7 @@ }, "orientation": "auto", "textMode": "value", - "colorMode": "value", + "colorMode": "background", "graphMode": "none", "justifyMode": "auto" },