mirror of
https://github.com/ced4568/ceds-homelab.git
synced 2026-08-12 19:54:02 +00:00
Add docs/index.md and upload Grafana dashboard JSON
This commit is contained in:
@@ -31,3 +31,12 @@
|
|||||||
- `chasedumphord.com` or
|
- `chasedumphord.com` or
|
||||||
- `cedshome.com`
|
- `cedshome.com`
|
||||||
- More detailed, automated documentation
|
- More detailed, automated documentation
|
||||||
|
|
||||||
|
## Monitoring To-Do
|
||||||
|
|
||||||
|
- [ ] Add Prometheus exporters:
|
||||||
|
- [ ] Proxmox exporter
|
||||||
|
- [ ] TrueNAS / ZFS exporter
|
||||||
|
- [ ] SMART / disk health exporter
|
||||||
|
- [ ] Uptime Kuma → Prometheus
|
||||||
|
- [ ] Cloudflare / tunnel metrics (if possible)
|
||||||
|
|||||||
@@ -1,3 +1,16 @@
|
|||||||
# Monitoring Notes
|
# Monitoring Notes
|
||||||
|
|
||||||
- Describe Prometheus targets, exporters, and Grafana dashboards here.
|
- Describe Prometheus targets, exporters, and Grafana dashboards here.
|
||||||
|
## Ced's NOC Panel Documentation
|
||||||
|
|
||||||
|
| Panel Name | Data Source | Description |
|
||||||
|
|---------------------|---------------|---------------------------------------------|
|
||||||
|
| Proxmox CPU Usage | Prometheus | Tracks CPU load across all Proxmox nodes |
|
||||||
|
| Proxmox Memory | Prometheus | Memory utilization per VM |
|
||||||
|
| ZFS Pool Health | TrueNAS exporter | Reports pool state & errors |
|
||||||
|
| ZFS Free Space | TrueNAS exporter | Dataset and free capacity |
|
||||||
|
| K3s Node Status | kube-state-metrics | Node Ready, etc |
|
||||||
|
| Pod Restart Count | kube-state-metrics | Detects unhealthy workloads |
|
||||||
|
| Network Throughput | Node exporter | RX/TX bandwidth per node |
|
||||||
|
| Uptime Checks | Uptime Kuma (Prometheus) | External service checks |
|
||||||
|
| Cloudflare Tunnel | custom exporter | Tunnel availability / heartbeat |
|
||||||
|
|||||||
Reference in New Issue
Block a user