roc-wong / docker-influxdb-grafana

Docker-compose files for a simple InfluxDB + Grafana stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker-compose files for a simple uptodate

InfluxDB

+ Grafana stack

+ Telegraf

Get the stack (only once):

git clone https://github.com/nicolargo/docker-influxdb-grafana.git
cd docker-influxdb-grafana
docker pull grafana/grafana
docker pull influxdb
docker pull telegraf

Run your stack:

docker-compose up -d

Show me the logs:

docker-compose logs

Stop it:

docker-compose stop
docker-compose rm

Update it:

git pull
docker pull grafana/grafana
docker pull influxdb
docker pull telegraf

If you want to run Telegraf, edit the telegraf.conf to yours needs and:

docker exec telegraf telegraf

About

Docker-compose files for a simple InfluxDB + Grafana stack

License:MIT License


Languages

Language:Shell 100.0%