From ad823576f8798b74719dbe5476139bc1f3b78a1a Mon Sep 17 00:00:00 2001 From: Chase Dumphord <60725859+ced4568@users.noreply.github.com> Date: Tue, 28 Apr 2026 11:01:57 -0500 Subject: [PATCH] Update dashboard-index.md --- grafana/dashboards/dashboard-index.md | 98 +++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) diff --git a/grafana/dashboards/dashboard-index.md b/grafana/dashboards/dashboard-index.md index e69de29..d8bd20a 100644 --- a/grafana/dashboards/dashboard-index.md +++ b/grafana/dashboards/dashboard-index.md @@ -0,0 +1,98 @@ +# Grafana Dashboard Index + +## Planned Dashboards + +### 1. Ced’s Infrastructure Overview + +Purpose: + +- High-level health summary +- Online/offline systems +- Active alerts +- CPU and memory overview +- Service uptime + +Panels: + +- Total monitored systems +- Systems online +- Systems offline +- Active alerts +- Average CPU usage +- Average memory usage + +--- + +### 2. Proxmox HA Dashboard + +Purpose: + +- Monitor Proxmox cluster health + +Panels: + +- Proxmox node status +- HA status +- VM status +- CPU usage by node +- Memory usage by node +- Storage usage +- Cluster quorum + +--- + +### 3. K3s Cluster Dashboard + +Purpose: + +- Monitor Kubernetes cluster health + +Panels: + +- Node readiness +- Pod status +- Deployment status +- Restart counts +- CPU usage +- Memory usage +- Control plane status + +--- + +### 4. Homelab Services Dashboard + +Purpose: + +- Monitor core services + +Services: + +- Proxmox +- TrueNAS +- Nginx Proxy Manager +- Dashy +- Jellyfin +- NOC Dashboard + +Panels: + +- Service status +- Response time +- Uptime percentage +- Failed checks + +--- + +### 5. Alert Operations Dashboard + +Purpose: + +- Track alert history and current alert state + +Panels: + +- Active alerts +- Critical alerts +- Warning alerts +- Alert frequency +- Alert source \ No newline at end of file