mkol5222 / docker-compose-grafana-influxdb

Demonstration scripts for running Grafana with InfluxDB as datasource.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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-CE 18.06+
  • Docker Compose v1.23.1+

Quick Start Guide

$ ./provision.sh

That's all, now you should be able to check your dashboard by visiting http://localhost:3000 :-)

FAQ

Where can I find my data?

please find your data via $ docker volume ls

$ docker volume ls

DRIVER          VOLUME NAME
local           demo_grafana-lib
local           demo_grafana-log
local           demo_influxdb-lib

I just messed up, how do I start over again?

I know you will ask, here's the cleanup script for you :-)

$ ./cleanup.sh

Docker Images

License

About

Demonstration scripts for running Grafana with InfluxDB as datasource.


Languages

Language:Shell 100.0%