Skip to content

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

Notifications You must be signed in to change notification settings

AlexPresso/home-network-monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

About

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

Topics

Resources

Stars

Watchers

Forks