标签:baseurl 安装 seve bsp https .repo yum fan doc
telegraf官方指导
http://docs.influxdata.com/telegraf/v1.6/introduction/installation/
=====================
cat <<EOF | sudo tee /etc/yum.repos.d/influxdb.repo
[influxdb]
name = InfluxDB Repository - RHEL \$releasever
baseurl = https://repos.influxdata.com/rhel/\$releasever/\$basearch/stable
enabled = 1
gpgcheck = 1
gpgkey = https://repos.influxdata.com/influxdb.key
EOF
sudo yum install telegraf
sudo service telegraf start
标签:baseurl 安装 seve bsp https .repo yum fan doc
原文地址:https://www.cnblogs.com/sky58/p/9016821.html