Just a Grafana + Prometheus + node-exporter, docker-compose stack with persistence, I use to monitor my home network Raspberry Pi and other stuff.
- docker + docker-compose
- Clone the repository anywhere you want
cd home-network-monitoring
chown -R 472:472 grafana && chown -R 65534:65534 prometheus
(set owner id of these directories to allow containers to write in it as mounted volumes)docker compose up -d
- go to
http://<host_ip>:3000
to access Grafana and change default user/password (default: user=admin
; pass=admin
) - Have fun