LinuxUbuntu

Install Telegraf in Ubuntu 16.04

2017-09-12  本文已影响249人  qwfys

add key

curl -sL https://repos.influxdata.com/influxdb.key | sudo apt-key add -

add sources

echo "deb https://repos.influxdata.com/ubuntu trusty stable" | sudo tee /etc/apt/sources.list.d/influxdb.list

update

apt update

install

lwk@qwfys ~ $ apt install telegraf

start

sudo service telegraf start
上一篇下一篇

猜你喜欢

热点阅读