diff --git a/scripts/dashboards_render_atlas.py b/scripts/dashboards_render_atlas.py index 77ca4db3..38308a57 100644 --- a/scripts/dashboards_render_atlas.py +++ b/scripts/dashboards_render_atlas.py @@ -1460,7 +1460,7 @@ def build_overview(): 40, "UPS Current Load", UPS_CURRENT_ROW_EXPR, - {"h": 5, "w": 6, "x": 0, "y": 7}, + {"h": 5, "w": 4, "x": 0, "y": 7}, unit="none", decimals=1, text_mode="name_and_value", @@ -1483,7 +1483,7 @@ def build_overview(): 41, "UPS History (Power Draw)", None, - {"h": 5, "w": 6, "x": 6, "y": 7}, + {"h": 5, "w": 8, "x": 4, "y": 7}, unit="watt", targets=[ {"refId": "A", "expr": ANANKE_UPS_DRAW_WATTS_DB_SERIES, "legendFormat": ANANKE_UPS_DB_NAME}, @@ -1500,7 +1500,7 @@ def build_overview(): 42, "Current Climate", CLIMATE_CURRENT_ROW_EXPR, - {"h": 6, "w": 6, "x": 0, "y": 12}, + {"h": 6, "w": 4, "x": 0, "y": 12}, unit="none", decimals=2, text_mode="name_and_value", @@ -1525,7 +1525,7 @@ def build_overview(): 43, "Climate History", None, - {"h": 6, "w": 6, "x": 6, "y": 12}, + {"h": 6, "w": 8, "x": 4, "y": 12}, unit="none", targets=[ {"refId": "A", "expr": CLIMATE_TEMP_SERIES, "legendFormat": "C"}, diff --git a/services/monitoring/dashboards/atlas-overview.json b/services/monitoring/dashboards/atlas-overview.json index 2cfb0cf6..804cac3f 100644 --- a/services/monitoring/dashboards/atlas-overview.json +++ b/services/monitoring/dashboards/atlas-overview.json @@ -1080,7 +1080,7 @@ }, "gridPos": { "h": 5, - "w": 6, + "w": 4, "x": 0, "y": 7 }, @@ -1182,8 +1182,8 @@ }, "gridPos": { "h": 5, - "w": 6, - "x": 6, + "w": 8, + "x": 4, "y": 7 }, "targets": [ @@ -1236,7 +1236,7 @@ }, "gridPos": { "h": 6, - "w": 6, + "w": 4, "x": 0, "y": 12 }, @@ -1362,8 +1362,8 @@ }, "gridPos": { "h": 6, - "w": 6, - "x": 6, + "w": 8, + "x": 4, "y": 12 }, "targets": [ diff --git a/services/monitoring/grafana-dashboard-overview.yaml b/services/monitoring/grafana-dashboard-overview.yaml index 180401af..4e1c914c 100644 --- a/services/monitoring/grafana-dashboard-overview.yaml +++ b/services/monitoring/grafana-dashboard-overview.yaml @@ -1089,7 +1089,7 @@ data: }, "gridPos": { "h": 5, - "w": 6, + "w": 4, "x": 0, "y": 7 }, @@ -1191,8 +1191,8 @@ data: }, "gridPos": { "h": 5, - "w": 6, - "x": 6, + "w": 8, + "x": 4, "y": 7 }, "targets": [ @@ -1245,7 +1245,7 @@ data: }, "gridPos": { "h": 6, - "w": 6, + "w": 4, "x": 0, "y": 12 }, @@ -1371,8 +1371,8 @@ data: }, "gridPos": { "h": 6, - "w": 6, - "x": 6, + "w": 8, + "x": 4, "y": 12 }, "targets": [