Setup Telegraf Using Brew

What is “telegraf” Package?

Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics
or
Server-level metric gathering agent for InfluxDB
For more details: https://influxdata.com

Installation

  • Open Terminal by pressing command+space then type terminal and hit Enter key.
  • Install homebrew first.
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  • Install telegraf.
    brew install telegraf

Now, use telegraf