Skip to content

Grafana

Julius Heine edited this page Aug 14, 2018 · 5 revisions

Grafana Install and Configuration

Unofficial packages for raspberrypi

There are no official packages for arm yet. But somebody creates packages for raspberry pi.

Download the latest release here: (Open this link and copy url of the latest armhf.deb file)

Then:

sudo apt-get install adduser libfontconfig
wget https://github.com/fg2it/grafana-on-raspberry/releases/download/v5.1.3/grafana_5.1.3_armhf.deb
sudo dpkg -i grafana_5.1.3_armhf.deb
sudo systemctl enable grafana-server 
sudo systemctl start grafana-server

(change version numbers if you have a newer version)
Hint i got a small error at first, follow the instructions then.

Use Grafana

Grafana listens to port 3000

default user admin
default passwd admin

Scripted Dashboard for measurements

folder:

/usr/share/grafana/public/dashboards
sudo cp scripted.js measurement.js
sudo chown pi measurement.js

Sources

Important note:
Some of following sources/tutorials work on older Raspbian versions and not on the new one due to some changes with the network commands and interfaces.