https://github.com/ftes/grafana-graphite-docker
Grafana + Graphite docker composition
https://github.com/ftes/grafana-graphite-docker
Last synced: 6 months ago
JSON representation
Grafana + Graphite docker composition
- Host: GitHub
- URL: https://github.com/ftes/grafana-graphite-docker
- Owner: ftes
- Created: 2016-12-01T16:22:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-01T16:28:28.000Z (over 9 years ago)
- Last Synced: 2025-04-01T07:57:00.767Z (over 1 year ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. `docker-compose up`
2. login to [grafana](http://localhost:3000) (admin:admin)
3. setup data source: `http://:80`, basic auth (guest:guest)
- have to use container IP, as the hostname won't work
- find IP with `docker inspect grafanagraphite_graphite_1 | grep IPAddress`
4. (optional) login to [graphite](http://localhost:8080) (guest:guest)