Skip to content

Setting up InfluxDB and Grafana

Srinath Avadhanula edited this page Oct 7, 2017 · 6 revisions

Setting up InfluxDB

This should be simple:

sudo apt-get install influxdb-client

Setting up Grafana

IMPORTANT: Do not use apt-get to install Grafana since the latest version in apt is very old. Instead use the .deb files listed at this github page. Once downloaded you can use the following command to install it:

sudo dpkg -i grafana_4.5.2_armhf.deb

Clone this wiki locally