Deploy Docker Compose Prometheus monitoring (with basic auth) + Node exporter + Grafana
- docker-compose.yml - docker compose file
- prometheus.yml - Prometheus configuration
- generate_web_yml.sh - web.yml generator (https://github.com/bgelov/prometheus-web-yml)
chmod u+x generate_web_yml.sh
./webyml-generator.sh
and after moving web.yml to prometheus directory:
mv web.yml prometheus/
docker compose up -d