Skip to content

Zophar78/docker-influxdb-grafana

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%