How to install Telegraf on Linux

In this tutorial, How to install Telegraf on Linux such as Ubuntu and Centos.

Features of Telegraf

  • Supports InfluxDB, Graphite, OpenTSDB, Datadog and many other datastores.
  • It is a plugin-driven.
  • Has a small memory footprint.

Install Telegraf on Linux

RedHat & CentOS

$ wget https://dl.influxdata.com/telegraf/releases/telegraf-1.10.3-1.x86_64.rpm
$ sudo yum localinstall telegraf-1.10.3-1.x86_64.rpm

The screen output terminal:

[vagrant@DevopsRoles ~]$ telegraf -version
Telegraf 1.10.3 (git: HEAD 294bb666)

Ubuntu & Debian

$ wget https://dl.influxdata.com/telegraf/releases/telegraf_1.10.3-1_amd64.deb
$ sudo dpkg -i telegraf_1.10.3-1_amd64.deb
How to install Telegraf on Linux

OS X (via Homebrew)

brew update
brew install telegraf

Start service telegraf

$ sudo systemctl start telegraf
$ sudo systemctl enable telegraf

You have installed Telegraf on System. Thank you for reading the DevopsRoles page!

, , , , ,

About HuuPV

My name is Huu. I love technology and especially Devops Skill such as Docker, vagrant, git so forth. I likes open-sources. so I created DevopsRoles.com site to share the knowledge that I have learned. My Job: IT system administrator. Hobbies: summoners war game, gossip.
View all posts by HuuPV →

1 thought on “How to install Telegraf on Linux

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.