Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-15T13:35:01.000Z (7 months ago)
- Last Synced: 2024-08-02T16:08:58.811Z (5 months ago)
- Topics: docker, docker-compose, grafana, influxdb
- Language: Shell
- Homepage:
- Size: 138 KB
- Stars: 92
- Watchers: 7
- 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