-
Notifications
You must be signed in to change notification settings - Fork 4
Grafana
Julius Heine edited this page Aug 14, 2018
·
5 revisions
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.
Grafana listens to port 3000
default user | admin |
---|---|
default passwd | admin |
folder:
/usr/share/grafana/public/dashboards
sudo cp scripted.js measurement.js
sudo chown pi measurement.js
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.