美文网首页LinuxUbuntu
Install Telegraf in Ubuntu 16.04

Install Telegraf in Ubuntu 16.04

作者: qwfys | 来源:发表于2017-09-12 14:25 被阅读249次

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

相关文章

网友评论

    本文标题:Install Telegraf in Ubuntu 16.04

    本文链接:https://www.haomeiwen.com/subject/hjycsxtx.html