Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bgelov/prometheus-grafana-compose
- Owner: bgelov
- License: cc0-1.0
- Created: 2023-06-05T19:55:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-18T01:50:19.000Z (over 1 year ago)
- Last Synced: 2024-11-09T07:41:29.345Z (2 months ago)
- Topics: docker, docker-compose, grafana, grafana-docker, monitoring, prometheus, prometheus-docker, prometheus-yml, web-yml
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```