Tutorial - Grafana rendering on Raspberry Pi

Hi all,
First of all a big thank you for @wezzix for completing the journey to a functioning setup on a RPi 4. I’ve tried to get this running last year and gave up. I used an Ubuntu VM since to do the rendering part.
I followed @wezzix guidenace and had it running on my RPi 4 in less then 30 minutes!!

Now as an addition to this post, if any of you (like I do) have enabled HTTPS with a real TLD Certificate on Grafana the rendering fails with “ERR_CERT_COMMON_NAME_INVALID”

This is easy to solve by modifying the plugin_start_linux_arm adding the following line:

export GF_RENDERER_PLUGIN_IGNORE_HTTPS_ERRORS=true

Hope this helps!

1 Like