标签:etc cat tor http 教程 intro shell telegraf arch
vim /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
或者
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
yum -y install influxdb
yum -y insall telegraf
标签:etc cat tor http 教程 intro shell telegraf arch
原文地址:https://www.cnblogs.com/jonnyan/p/10318787.html