===========================url
influxdb官方指導flux
http://docs.influxdata.com/influxdb/v1.5/introduction/installation/get
telegraf官方指導it
http://docs.influxdata.com/telegraf/v1.6/introduction/installation/io
#安裝table
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 install influxdb -y
service influxdb start # systemctl start influxdb.serviceservice
yum install telegraf -ygc
service telegraf start # systemctl start telegraf.serviceyum
grafana 模板
https://grafana.com/dashboards?dataSource=influxdb&collector=Telegraf
https://www.reddit.com/r/unRAID/comments/7c2l2w/howto_monitor_unraid_with_grafana_influxdb_and/