Skip to content

Commit

Permalink
Merge pull request #21 from Starttoaster/grafana-updates
Browse files Browse the repository at this point in the history
grafana: Add legend for proxmox version breakdown and automatic refresh
  • Loading branch information
Starttoaster authored Mar 11, 2024
2 parents ad4e92f + dc23621 commit 8e00533
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions content/cluster-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,12 @@
"id": 1,
"options": {
"legend": {
"displayMode": "list",
"placement": "bottom",
"showLegend": true
"displayMode": "table",
"placement": "right",
"showLegend": true,
"values": [
"value"
]
},
"pieType": "pie",
"reduceOptions": {
Expand Down Expand Up @@ -817,6 +820,7 @@
}
},
"mappings": [],
"min": 0,
"thresholds": {
"mode": "absolute",
"steps": [
Expand Down Expand Up @@ -922,6 +926,7 @@
}
},
"mappings": [],
"min": 0,
"thresholds": {
"mode": "absolute",
"steps": [
Expand Down Expand Up @@ -1418,7 +1423,7 @@
"type": "table"
}
],
"refresh": "",
"refresh": "1m",
"schemaVersion": 39,
"tags": [],
"templating": {
Expand Down Expand Up @@ -1451,6 +1456,6 @@
"timezone": "browser",
"title": "Proxmox",
"uid": "cdf649p58atj4d",
"version": 1,
"version": 2,
"weekStart": ""
}
Binary file modified content/cluster-dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8e00533

Please sign in to comment.