From 7200b564bab66290b0f90222c0a8263c9720b67b Mon Sep 17 00:00:00 2001 From: Azreen Zaman Date: Fri, 8 May 2026 15:19:41 -0400 Subject: [PATCH 1/3] Add note to dashboards that certain panels require accounting to be enabled to populate --- azure-slurm-exporter/dashboards/azslurm.json | 26 +++++++++++++++++++ .../dashboards/failed-jobs.json | 26 +++++++++++++++++++ 2 files changed, 52 insertions(+) diff --git a/azure-slurm-exporter/dashboards/azslurm.json b/azure-slurm-exporter/dashboards/azslurm.json index 9a4e07f5..21c27549 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 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..0195bc27 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 cluster. Dashboard will not populate if accounting is disabled.", + "mode": "markdown" + }, + "pluginVersion": "11.6.9", + "title": "", + "transparent": true, + "type": "text" } ], "preload": false, From 90fc2b10fa29657f5e8dbacf3f8c1b0ae979992e Mon Sep 17 00:00:00 2001 From: Azreen Zaman Date: Fri, 8 May 2026 15:39:31 -0400 Subject: [PATCH 2/3] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- azure-slurm-exporter/dashboards/failed-jobs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-slurm-exporter/dashboards/failed-jobs.json b/azure-slurm-exporter/dashboards/failed-jobs.json index 0195bc27..8473cfa6 100644 --- a/azure-slurm-exporter/dashboards/failed-jobs.json +++ b/azure-slurm-exporter/dashboards/failed-jobs.json @@ -207,7 +207,7 @@ "showLineNumbers": false, "showMiniMap": false }, - "content": "**NOTE**: Failed Jobs dashboard requires slurm accounting to be enabled in cluster. Dashboard will not populate if accounting is disabled.", + "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", From a9189640fc556505a4d3e0a5c16fd73d24613a05 Mon Sep 17 00:00:00 2001 From: Azreen Zaman Date: Fri, 8 May 2026 15:39:38 -0400 Subject: [PATCH 3/3] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- azure-slurm-exporter/dashboards/azslurm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-slurm-exporter/dashboards/azslurm.json b/azure-slurm-exporter/dashboards/azslurm.json index 21c27549..f132c6df 100644 --- a/azure-slurm-exporter/dashboards/azslurm.json +++ b/azure-slurm-exporter/dashboards/azslurm.json @@ -1386,7 +1386,7 @@ "showLineNumbers": false, "showMiniMap": false }, - "content": "**Note:** Finished Jobs panel requires slurm accounting to be enabled in cluster. Panel will not populate if accounting is disabled.", + "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",