Skip to content

hakobera/docker-fluent-dstat-influxdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-fluent-dstat-influxdb

Docker image sample that send dstat output to influxdb using fluentd.

How to run

$ docker pull  hakobera/fluent-dstat-influxdb
$ docker run -i -t -p 18083:8083 -p 18086:8086 hakobera/fluent-dstat-influxdb

After run, create db.

$ curl -X POST 'http://[container_ip]:18083/db?u=root&p=root' -d '{"name": "perf"}'

and open http://[container_ip]:18083

About

Docker image: Send dstat output to influxdb using fluentd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages