Skip to content

Instantly share code, notes, and snippets.

@yeisoncruz16
Created October 15, 2020 15:59
Show Gist options
  • Save yeisoncruz16/355efdfa08ebb859ceee85490dd9da5a to your computer and use it in GitHub Desktop.
Save yeisoncruz16/355efdfa08ebb859ceee85490dd9da5a to your computer and use it in GitHub Desktop.
Set up Telegraf on Ubuntu server
sudo apt update
wget -qO- https://repos.influxdata.com/influxdb.key | sudo apt-key add -
echo "deb https://repos.influxdata.com/debian buster stable" | sudo tee /etc/apt/sources.list.d/influxdb.list
sudo apt update
sudo apt -y install telegraf
sudo service telegraf status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment