An open API service indexing awesome lists of open source software.

https://github.com/alexpresso/home-network-monitoring

Just a Grafana + Prometheus + node-exporter, docker-compose stack with persistence, I use to monitor my home network Raspberry Pi and other stuff.
https://github.com/alexpresso/home-network-monitoring

docker docker-compose grafana grafana-dashboard home monitoring network node-exporter prometheus raspberry-pi raspberrypi

Last synced: about 2 months ago
JSON representation

Just a Grafana + Prometheus + node-exporter, docker-compose stack with persistence, I use to monitor my home network Raspberry Pi and other stuff.

Awesome Lists containing this project

README

          

### Home Network Monitoring

Just a [Grafana](https://grafana.com/) + [Prometheus](https://prometheus.io/) + [node-exporter](https://github.com/prometheus/node_exporter), docker-compose stack with persistence, I use to monitor my home network Raspberry Pi and other stuff.

### Requirements
- docker + docker-compose

### Installation
- 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://:3000` to access Grafana and change default user/password (default: user=`admin` ; pass=`admin`)
- Have fun