Grafana 5.x Running on Raspberry Pi
Got around to upgrading my
Raspberry Pi 3 Model B
weather station with a newer version of
Grafana,
the Debian packages for ARM are hosted on Grafana’s
download page
under
ARMv7
.
Moving from a
2.x
word to a
5.x
has been impressive, most notably the drag, drop, and resize functionality.
I’m still using
InfluxDB
and
Telegraf
to store and populate my time data points.
Latest Raspbian’s (stretch) comes with Influx 1.0.2 and works nicely:
# dpkg -l | grep influxdb
ii influxdb 1.0.2+dfsg1-1 armhf
While I needed to grab the Telegraf as a Linux Binary (ARM) from Influx’s download page .
Enjoy!