Telegraf collector pushing metrics to influxdb (with environment variables).
1.2K
Collects metrics of your system and docker.
Use environment variables to send data to influxdb
INFLUXDB_HOST hostname for influxdb serverINFLUXDB_PORT port for influxdb serverINFLUXDB_USER username for influxdb serverINFLUXDB_PASS password for influxdb serverUse 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
Content type
Image
Digest
Size
113.1 MB
Last updated
about 5 years ago
docker pull docbuc/telegraf