apache / fluo-muchos

Apache Fluo Muchos
https://fluo.apache.org
Apache License 2.0
26 stars 37 forks source link

Update Influxdb & Grafana to latest stable versions #378

Closed karthick-rn closed 4 years ago

karthick-rn commented 4 years ago

Influxdb & Grafana versions used in Muchos were very old (released in Oct 2015), while testing PR-377, I noticed that Influxdb does not have a GPG key & Grafana has a GPG key but that was marked as "old" and the risk of it being removed anytime. Below are the respective repos I'll use for the update. Influxdb - https://repos.influxdata.com/ Grafana - https://dl.grafana.com/

karthick-rn commented 4 years ago

379 installs latest stable versions of Influxdb(1.8.3) & Grafana (7.2.1-1) from the above repositories. The new version of Influxdb has a valid GPG key, hence removed the option to disable gpg check and imported the respective key & updated Grafana to use the latest GPG key. I have also retained all the existing configurations and custom dashboards from the existing setup & tested it with the new versions.

karthick-rn commented 4 years ago

The PR has been merged now. Closing it.