/influxdata-compose

InfluxDB, Kapacitor, Telegraf, Grafana and Chronograf in one docker-compose!

Primary LanguageShell

influxdata docker-compose: whole pack

Proudly presents:

  • InfluxDB
  • Kapacitor
  • Telegraf
  • Grafana
  • Chronograf

in one magical docker-compose.yml! Wow, such docker, very container.

Usage

git clone https://github.com/nykma/influxdata-compose.git influx
cd influx
bash ./init.sh

# Edit config(s)
emacs -nw config/influxdb/influxdb.conf config/influxdb/init/10-create-user.iql

# Start a specific service if you want to:
docker-compose up -d influxdb

# Have a try!
curl -G http://localhost:8086/query --data-urlencode "q=CREATE DATABASE mydb"

See also: