Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bgelov/prometheus-grafana-compose

Deploy Docker Compose Prometheus monitoring (with basic auth) + Node exporter + Grafana
https://github.com/bgelov/prometheus-grafana-compose

docker docker-compose grafana grafana-docker monitoring prometheus prometheus-docker prometheus-yml web-yml

Last synced: 8 days ago
JSON representation

Deploy Docker Compose Prometheus monitoring (with basic auth) + Node exporter + Grafana

Awesome Lists containing this project

README

        

Deploy Docker Compose Prometheus monitoring (with basic auth) + Node exporter + Grafana

## Files
- docker-compose.yml - docker compose file
- prometheus.yml - Prometheus configuration
- generate_web_yml.sh - web.yml generator (https://github.com/bgelov/prometheus-web-yml)

## Generating web.yml
```
chmod u+x generate_web_yml.sh
./webyml-generator.sh
```
and after moving web.yml to prometheus directory:
```
mv web.yml prometheus/
```

## Run docker compose
```
docker compose up -d
```