From 932d5d31d032224f4a03e9fbea9bdf7080ede5d8 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sat, 17 Jan 2026 09:24:50 -0800 Subject: [PATCH] Rename Node Exporter dashboard to macOS The dashboard now uses Grafana Alloy instead of node_exporter, so the name no longer makes sense. Simplified to just "macOS". - Renamed file: node-exporter-macos.json -> macos.json - Updated title: "Node Exporter - macOS" -> "macOS" - Updated uid: "node-exporter-macos" -> "macos" - Removed "node-exporter" from tags Co-Authored-By: Claude Opus 4.5 --- .../dashboards/{node-exporter-macos.json => macos.json} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename ansible/roles/grafana/files/dashboards/{node-exporter-macos.json => macos.json} (99%) diff --git a/ansible/roles/grafana/files/dashboards/node-exporter-macos.json b/ansible/roles/grafana/files/dashboards/macos.json similarity index 99% rename from ansible/roles/grafana/files/dashboards/node-exporter-macos.json rename to ansible/roles/grafana/files/dashboards/macos.json index c481112..03988db 100644 --- a/ansible/roles/grafana/files/dashboards/node-exporter-macos.json +++ b/ansible/roles/grafana/files/dashboards/macos.json @@ -1248,7 +1248,7 @@ ], "refresh": "30s", "schemaVersion": 38, - "tags": ["node-exporter", "macos", "darwin"], + "tags": ["macos", "darwin"], "templating": { "list": [ { @@ -1319,8 +1319,8 @@ }, "timepicker": {}, "timezone": "browser", - "title": "Node Exporter - macOS", - "uid": "node-exporter-macos", + "title": "macOS", + "uid": "macos", "version": 1, "weekStart": "" } -- 2.50.1 (Apple Git-155)