Skip to content

Demonstration scripts for running Grafana with InfluxDB as datasource.

Notifications You must be signed in to change notification settings

mkol5222/docker-compose-grafana-influxdb

 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%