granfana telegraf influx安装与使用

Posted 凡心已炽

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了granfana telegraf influx安装与使用相关的知识,希望对你有一定的参考价值。

 

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

以上是关于granfana telegraf influx安装与使用的主要内容,如果未能解决你的问题,请参考以下文章

Grafana 基于telegraf,influx监控vCenter

Grafana 基于telegraf,influx监控vCenter

通过 telegraf 将数据流式传输到 Influx 云

搭建grafana+influxdb+telegraf,以及常见问题

微服务监控:SpringBoot-Micrometer-Influx

Telegraf & InfluxDB:如何将 PROCSTAT 的 pid 从字段转换为标记?