grafana: update dashboards

Changed files: dashboards/Merlin7/Lustre_Status.json,dashboards/Merlin7/SLURM_Dashboard__Users_.json
This commit is contained in:
gitea-actions[bot]
2026-04-15 12:00:26 +00:00
parent 56e9a78ec6
commit f7cdf68c7d
2 changed files with 492 additions and 348 deletions
+282 -3
View File
@@ -29,7 +29,7 @@
"x": 0,
"y": 0
},
"id": 7,
"id": 10,
"title": "Status",
"type": "row"
},
@@ -210,6 +210,136 @@
"title": "Total Available Storage Space",
"type": "timeseries"
},
{
"datasource": {
"type": "prometheus",
"uid": "merlin-mimir"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "red",
"value": 0
}
]
},
"unit": "none"
},
"overrides": [
{
"matcher": {
"id": "byName",
"options": "OK",
"scope": "series"
},
"properties": [
{
"id": "thresholds",
"value": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": 0
}
]
}
}
]
},
{
"matcher": {
"id": "byName",
"options": "Unknown",
"scope": "series"
},
"properties": [
{
"id": "thresholds",
"value": {
"mode": "absolute",
"steps": [
{
"color": "blue",
"value": 0
}
]
}
}
]
},
{
"matcher": {
"id": "byName",
"options": "Warning",
"scope": "series"
},
"properties": [
{
"id": "thresholds",
"value": {
"mode": "absolute",
"steps": [
{
"color": "orange",
"value": 0
}
]
}
}
]
}
]
},
"gridPos": {
"h": 9,
"w": 8,
"x": 16,
"y": 1
},
"id": 9,
"options": {
"colorMode": "background",
"graphMode": "none",
"justifyMode": "auto",
"orientation": "auto",
"percentChangeColorMode": "inverted",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"showPercentChange": true,
"text": {},
"textMode": "auto",
"wideLayout": true
},
"pluginVersion": "13.0.0",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "merlin-mimir"
},
"editorMode": "code",
"expr": "sum by(severity) (hpe_redfish_clusterstor_events_severity)",
"instant": false,
"legendFormat": "__auto",
"range": true,
"refId": "A"
}
],
"title": "Event Stats",
"type": "stat"
},
{
"collapsed": false,
"gridPos": {
@@ -218,7 +348,7 @@
"x": 0,
"y": 10
},
"id": 8,
"id": 11,
"title": "I/O Rates",
"type": "row"
},
@@ -645,6 +775,155 @@
],
"title": "Write IOPS (MDTs)",
"type": "timeseries"
},
{
"collapsed": false,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 27
},
"id": 12,
"title": "System Stats",
"type": "row"
},
{
"datasource": {
"type": "prometheus",
"uid": "merlin-mimir"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": 0
},
{
"color": "red",
"value": 80
}
]
},
"unit": "percent"
}
},
"gridPos": {
"h": 9,
"w": 8,
"x": 0,
"y": 28
},
"id": 8,
"options": {
"colorMode": "value",
"graphMode": "area",
"justifyMode": "auto",
"orientation": "auto",
"percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"showPercentChange": false,
"textMode": "auto",
"wideLayout": true
},
"pluginVersion": "13.0.0",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "merlin-mimir"
},
"editorMode": "code",
"expr": "sum by(node) (hpe_redfish_clusterstor_node_memoryutilization_percent)",
"instant": false,
"legendFormat": "__auto",
"range": true,
"refId": "A"
}
],
"title": "Memory Utilisation (%)",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "merlin-mimir"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"decimals": 2,
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": 0
},
{
"color": "red",
"value": 80
}
]
},
"unit": "percent"
}
},
"gridPos": {
"h": 9,
"w": 8,
"x": 8,
"y": 28
},
"id": 7,
"options": {
"colorMode": "value",
"graphMode": "area",
"justifyMode": "auto",
"orientation": "auto",
"percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"showPercentChange": false,
"textMode": "auto",
"wideLayout": true
},
"pluginVersion": "13.0.0",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "merlin-mimir"
},
"editorMode": "code",
"expr": "sum by(node) (hpe_redfish_clusterstor_node_cpu_utilization_percent)",
"instant": false,
"legendFormat": "__auto",
"range": true,
"refId": "A"
}
],
"title": "CPU Utilisation (%)",
"type": "stat"
}
],
"preload": false,
@@ -675,5 +954,5 @@
"timezone": "browser",
"title": "Lustre Status",
"uid": "62c515b7-b321-4fe4-9765-3a3f02a30a51",
"version": 5
"version": 6
}
File diff suppressed because it is too large Load Diff