Dynamically generates telegraf config file depending on running containers. Amazon ECS aware.
954
docker run -d --restart=always \
-e INFLUXDB_HOST=influxdb \
-e INFLUXDB_PORT=8086 \
-e INFLUXDB_USER=telegraf \
-e INFLUXDB_PASSWORD="password" \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /cgroup:/sys/fs/cgroup \
--net=host \
greytip/telegraf:latest
Content type
Image
Digest
Size
114 MB
Last updated
over 10 years ago
docker pull greytip/telegraf