
Actual Links: https://portal.influxdata.com/downloads/ https://grafana.com/grafana/download/ Install: INFLUXDB wget https://dl.influxdata.com/influxdb/releases/influxdb-1.7.4.x86_64.rpm sudo yum localinstall influxdb-1.7.4.x86_64.rpm systemctl start influxdb systemctl enable influxdb Install TELEGRAF: wget https://dl.influxdata.com/telegraf/releases/telegraf-1.9.4-1.x86_64.rpm sudo yum localinstall telegraf-1.9.4-1.x86_64.rpm systemctl start telegraf systemctl enable telegraf Install GRAFANA: wget https://dl.grafana.com/oss/release/grafana-5.4.3-1.x86_64.rpm sudo yum localinstall grafana-5.4.3-1.x86_64.rpm systemctl start grafana-server systemctl enable grafana-server IF YOU EDIT CONFIG FILES: systemctl restart grafana-server systemctl restart telegraf systemctl […]