feature/atlas-monitoring #3

Merged
bstein merged 71 commits from feature/atlas-monitoring into main 2025-12-02 20:52:36 +00:00
3 changed files with 9 additions and 9 deletions
Showing only changes of commit b93636ecb9 - Show all commits

View File

@ -686,7 +686,7 @@ def build_overview():
panel_id, panel_id,
title, title,
f"{expr}", f"{expr}",
{"h": 5, "w": 6, "x": 6 * idx, "y": 5}, {"h": 3, "w": 6, "x": 6 * idx, "y": 5},
unit=unit, unit=unit,
thresholds=PERCENT_THRESHOLDS if unit == "percent" else None, thresholds=PERCENT_THRESHOLDS if unit == "percent" else None,
text_mode="name_and_value", text_mode="name_and_value",

View File

@ -355,7 +355,7 @@
"uid": "atlas-vm" "uid": "atlas-vm"
}, },
"gridPos": { "gridPos": {
"h": 5, "h": 3,
"w": 6, "w": 6,
"x": 0, "x": 0,
"y": 5 "y": 5
@ -428,7 +428,7 @@
"uid": "atlas-vm" "uid": "atlas-vm"
}, },
"gridPos": { "gridPos": {
"h": 5, "h": 3,
"w": 6, "w": 6,
"x": 6, "x": 6,
"y": 5 "y": 5
@ -501,7 +501,7 @@
"uid": "atlas-vm" "uid": "atlas-vm"
}, },
"gridPos": { "gridPos": {
"h": 5, "h": 3,
"w": 6, "w": 6,
"x": 12, "x": 12,
"y": 5 "y": 5
@ -570,7 +570,7 @@
"uid": "atlas-vm" "uid": "atlas-vm"
}, },
"gridPos": { "gridPos": {
"h": 5, "h": 3,
"w": 6, "w": 6,
"x": 18, "x": 18,
"y": 5 "y": 5

View File

@ -364,7 +364,7 @@ data:
"uid": "atlas-vm" "uid": "atlas-vm"
}, },
"gridPos": { "gridPos": {
"h": 5, "h": 3,
"w": 6, "w": 6,
"x": 0, "x": 0,
"y": 5 "y": 5
@ -437,7 +437,7 @@ data:
"uid": "atlas-vm" "uid": "atlas-vm"
}, },
"gridPos": { "gridPos": {
"h": 5, "h": 3,
"w": 6, "w": 6,
"x": 6, "x": 6,
"y": 5 "y": 5
@ -510,7 +510,7 @@ data:
"uid": "atlas-vm" "uid": "atlas-vm"
}, },
"gridPos": { "gridPos": {
"h": 5, "h": 3,
"w": 6, "w": 6,
"x": 12, "x": 12,
"y": 5 "y": 5
@ -579,7 +579,7 @@ data:
"uid": "atlas-vm" "uid": "atlas-vm"
}, },
"gridPos": { "gridPos": {
"h": 5, "h": 3,
"w": 6, "w": 6,
"x": 18, "x": 18,
"y": 5 "y": 5