diff --git a/azure-slurm-exporter/dashboards/azslurm.json b/azure-slurm-exporter/dashboards/azslurm.json index 9a4e07f5..f132c6df 100644 --- a/azure-slurm-exporter/dashboards/azslurm.json +++ b/azure-slurm-exporter/dashboards/azslurm.json @@ -1368,6 +1368,32 @@ "title": "Live: Node status", "type": "timeseries" }, + { + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 5, + "x": 19, + "y": 25 + }, + "id": 1056, + "options": { + "code": { + "language": "plaintext", + "showLineNumbers": false, + "showMiniMap": false + }, + "content": "**Note:** Finished Jobs panel requires Slurm accounting to be enabled in the cluster. Panel will not populate if accounting is disabled.", + "mode": "markdown" + }, + "pluginVersion": "11.6.9", + "title": "", + "transparent": true, + "type": "text" + }, { "datasource": { "type": "prometheus", diff --git a/azure-slurm-exporter/dashboards/failed-jobs.json b/azure-slurm-exporter/dashboards/failed-jobs.json index 797eaf64..8473cfa6 100644 --- a/azure-slurm-exporter/dashboards/failed-jobs.json +++ b/azure-slurm-exporter/dashboards/failed-jobs.json @@ -188,6 +188,32 @@ } ], "type": "table" + }, + { + "fieldConfig": { + "defaults": {}, + "overrides": [] + }, + "gridPos": { + "h": 2, + "w": 16, + "x": 0, + "y": 12 + }, + "id": 1055, + "options": { + "code": { + "language": "plaintext", + "showLineNumbers": false, + "showMiniMap": false + }, + "content": "**NOTE**: Failed Jobs dashboard requires Slurm accounting to be enabled in the cluster. Dashboard will not populate if accounting is disabled.", + "mode": "markdown" + }, + "pluginVersion": "11.6.9", + "title": "", + "transparent": true, + "type": "text" } ], "preload": false,