From a3cef084ba0eef3c5fe03748c7156a78f405734b Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 30 May 2025 22:05:36 -0500 Subject: [PATCH] change thresholds --- dashboards/system/power-consumption.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dashboards/system/power-consumption.json b/dashboards/system/power-consumption.json index 1787e9b..b340b1a 100644 --- a/dashboards/system/power-consumption.json +++ b/dashboards/system/power-consumption.json @@ -30,7 +30,7 @@ "mode": "thresholds" }, "mappings": [], - "max": 500, + "max": 600, "min": 0, "thresholds": { "mode": "absolute", @@ -40,11 +40,11 @@ }, { "color": "#EAB839", - "value": 150 + "value": 480 }, { "color": "red", - "value": 300 + "value": 550 } ] }, @@ -101,7 +101,7 @@ "mode": "thresholds" }, "mappings": [], - "max": 500, + "max": 600, "min": 0, "thresholds": { "mode": "absolute", @@ -111,11 +111,11 @@ }, { "color": "#EAB839", - "value": 150 + "value": 480 }, { "color": "red", - "value": 300 + "value": 550 } ] }, @@ -288,5 +288,5 @@ "timezone": "browser", "title": "Server Power Consumption", "uid": "023265aca2f075d392c0ce5d", - "version": 10 + "version": 11 }