In production, this project contains some monitoring features. It uses Prometheus & Grafana.
$ docker-compose up --build -d
http://<docker-ip>:9090
- Username: admin
- Password: admin
http://<docker-ip>:9000
It starts a prom/alertmanager instance. To configure alert channels, edit the alertmanager/config.yml file. To configure alerts, edit the prometheus/alert.rules file.
The prometheus/prometheus.yml file contains the Prometheus server settings.