yum 安装 influxdb/telegraf
Posted jonnyan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了yum 安装 influxdb/telegraf相关的知识,希望对你有一定的参考价值。
- 环境:centos 7
- 参考官网教程:http://docs.influxdata.com/telegraf/v1.9/introduction/installation/
添加 yum 源:
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
以上是关于yum 安装 influxdb/telegraf的主要内容,如果未能解决你的问题,请参考以下文章
grafana + influxdb + telegraf , 构建性能监控平台
grafana+influxDB+telegraf的基本操作