https://github.com/guessi/docker-compose-grafana-influxdb
Demo purpose scripts for running Grafana with InfluxDB as datasource.
https://github.com/guessi/docker-compose-grafana-influxdb
docker docker-compose grafana influxdb
Last synced: about 1 year ago
JSON representation
Demo purpose scripts for running Grafana with InfluxDB as datasource.
- Host: GitHub
- URL: https://github.com/guessi/docker-compose-grafana-influxdb
- Owner: guessi
- Created: 2017-03-18T13:01:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T16:37:12.000Z (over 1 year ago)
- Last Synced: 2025-03-29T16:11:10.481Z (about 1 year ago)
- Topics: docker, docker-compose, grafana, influxdb
- Language: Shell
- Homepage:
- Size: 147 KB
- Stars: 91
- Watchers: 6
- Forks: 44
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grafana Monitoring System with InfluxDB
### Disclaimer
This is demonstration scripts for running Grafana with InfluxDB as datasource.
**Please be sure to check all the env files before running this setup on Production environment.**
### Prerequisites
- Docker 25.0+
### Quick Start Guide
```bash
./provision.sh
```
That's all, now you should be able to check your dashboard by visiting http://localhost:3000 :-)
### FAQ
#### I just messed up, how do I start over again?
```bash
./cleanup.sh
```
### Docker Images
- [Grafana][docker-image-grafana]
- [InfluxDB][docker-image-influxdb]
[docker-image-influxdb]: https://hub.docker.com/_/influxdb/
[docker-image-grafana]: https://hub.docker.com/r/grafana/grafana/
[faq-grafana-migration]: http://docs.grafana.org/installation/docker/#migration-from-a-previous-version-of-the-docker-container-to-5-1-or-later
### License
- [InfluxDB - MIT][license-influxdb]
- [Grafana - Apache License 2.0][license-grafana]
[license-influxdb]: https://github.com/influxdata/influxdb/blob/master/LICENSE
[license-grafana]: https://github.com/grafana/grafana/blob/master/LICENSE