Add macOS-compatible Node Exporter Grafana dashboard
The standard Node Exporter dashboards use Linux-specific memory metrics (node_memory_MemTotal_bytes, etc.) which don't exist on macOS. This adds a dashboard using macOS-native metrics (node_memory_total_bytes, node_memory_active_bytes, node_memory_wired_bytes, etc.). Features: - Instance selector dropdown to switch between hosts - Disk and network device multi-select filters - CPU usage by mode, system load graphs - macOS memory breakdown (Wired, Active, Compressed, Inactive, Free) - Memory pressure gauge - Disk I/O and IOPS - Filesystem usage - Network traffic, packets, and errors Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
d9be8c27bc
commit
8d5ea53cad
1 changed files with 1134 additions and 0 deletions
1134
ansible/roles/grafana/files/dashboards/node-exporter-macos.json
Normal file
1134
ansible/roles/grafana/files/dashboards/node-exporter-macos.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue