Page cover

๐Ÿ–ฅ๏ธMonitoring

https://prometheus.io/

Reverse Proxy Location

- /grafana - /prometheus

Deploy

Docker Swarm Monitoring Service
$ 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

References

Last updated

Was this helpful?