Sign inSign up

docbuc/telegraf

By docbuc

Updated 10 months ago

Telegraf collector pushing metrics to influxdb (with environment variables).

Image
0

1.2K

docbuc/telegraf repository overview

Preconfigured telegraf docker image

Collects metrics of your system and docker.

Use environment variables to send data to influxdb

  • INFLUXDB_HOST hostname for influxdb server
  • INFLUXDB_PORT port for influxdb server
  • INFLUXDB_USER username for influxdb server
  • INFLUXDB_PASS password for influxdb server

Use this image like

docker run -d -v /var/run/docker.sock:/var/run/docker.sock:ro \
  -e INFLUXDB_HOST=influx.example.com -e INFLUXDB_PORT=8086 \
  -e INFLUXDB_USER=influx -e INFLUXDB_PASS=secret \
  docbuc/telegraf

Tag summary

Content type

Image

Digest

Size

113.1 MB

Last updated

about 5 years ago

docker pull docbuc/telegraf