๐ฅ๏ธMonitoring
https://prometheus.io/
Reverse Proxy Location
- /grafana
- /prometheus
Deploy
Make sure network_monitoring
and traefik is up nd running. Know more in Traefik section
$ git clone git@github.com:veerendra2/raspberrypi-homeserver.git
$ cd services/monitoring
# deploy monitoring stack
$ docker stack deploy -c docker-stack.yml monitoring
Stack Info
Services in this stack
Service
Description
Prometheus
TSDB database to store metrics.
Grafana
Analytics and interactive visualization web application.
cAdvisor
Docker container metrics.
Blackbox Exporter
To probe HTTP, HTTPS, DNS, TCP, ICMP and gRPC.
Node Exporter
expose all metrics from enabled collectors by default.
Speedtest Exporter
Simple Speedtest exporter.
Configuration
Config
Description
Grafana related
Prometheus related
Blackbox related
References
Last updated
Was this helpful?