Install Telegraf in Ubuntu 16.04 LTS

▼魔方 西西 提交于 2020-01-08 19:18:48

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
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!