Skip to content

Instantly share code, notes, and snippets.

@shortjared
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shortjared/83785beddc023a7cb870 to your computer and use it in GitHub Desktop.
Save shortjared/83785beddc023a7cb870 to your computer and use it in GitHub Desktop.
Telegraf-Ubuntu-InfluxDB Notes

Ubuntu (Because Ubuntu is life)

Install Current Version of Influx DB As of writing... 0.9 https://influxdb.com/download/index.html

wget https://s3.amazonaws.com/influxdb/influxdb_latest_amd64.deb 
sudo dpkg -i influxdb_latest_amd64.deb 

Install telegraf https://github.com/influxdb/telegraf

wget http://get.influxdb.org/telegraf/telegraf_0.1.1_amd64.deb
sudo dpkg -i telegraf_0.1.1_amd64.deb

Something else awesome is Grafana. Easiest way to kick things off is probably with a docker container connecting to the host.

If you want to add telegraf to path, you'll have to do it manually. It's located at /opt/influxdb/telegraf.

Create config and run Details in telegraf repo here

Plugins : 404 Page Errors

Link telegraf to influxdb in config and kick it off.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment