Skip to content

InfluxData Platform - Telegraf - Time-Series Data Collection

License

Notifications You must be signed in to change notification settings

jjungnickel/docker-telegraf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-telegraf

Docker Hub Docker Pulls

Docker Image for InfluxData Telegraf.

Run

You may need to replace the path to /var/run/docker.sock depending on the location of your docker socket.

Most basic form:

docker run -t -v /var/run/docker.sock:/var/run/docker.sock jjungnickel/telegraf

Custom InfluxDB location and additional tags:

docker run -t -v /var/run/docker.sock:/var/run/docker.sock -e INFLUXDB_URL=http://influxdb:8086 -e TAG_datacenter=eu-central-1 -e TAG_type=core jjungnickel/telegraf

Configuration (ENV, -e)

  • INFLUXDB_URL - Where is your InfluxDB running? (default: http://localhost:8086) Note: No trailing slash!
  • HOSTNAME - To pass in the docker host's actual hostname
  • TAG_ - Adds a tag with the given value to all measurements

Tags

  • latest
  • 0.10.0

About

InfluxData Platform - Telegraf - Time-Series Data Collection

Resources

License

Stars

Watchers

Forks

Packages

No packages published