From 0918764e93825248e40bd01dd52e3caf8d34fe63 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sat, 17 Jan 2026 09:29:19 -0800 Subject: [PATCH] Rename Node Exporter dashboard to macOS (#22) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary - Renamed dashboard from "Node Exporter - macOS" to just "macOS" since it now uses Alloy - Updated filename, title, uid, and tags to reflect the change ## Deployment and Testing - [ ] Deploy with `mise run provision-indri -- --tags grafana` - [ ] Verify dashboard accessible at https://grafana.tail8d86e.ts.net 🤖 Generated with [Claude Code](https://claude.com/claude-code) Reviewed-on: https://forge.tail8d86e.ts.net/eblume/blumeops/pulls/22 --- .../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": "" }