OpenMarine
KIP & embedded Grafana dashboard - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: How do I...? (https://forum.openmarine.net/forumdisplay.php?fid=3)
+--- Thread: KIP & embedded Grafana dashboard (/showthread.php?tid=4643)



KIP & embedded Grafana dashboard - Sailabout - 2023-05-19

I tried to embed a Grafana dashboard in KIP without success although I have set “allow_embedding“ in Grafana.ini to “true”. It might be that I need to install Grafana’s Image Renderer plugin but the installation of this plugin is not possible (message in Terminal is: grafana-image-renderer is not supported on your system (Grafana v9.3.6 Linux – arm64).

Any suggestions on how to proceed?

I have OpenPlotter 64 v3 on a Raspberry PI 4.


RE: KIP & embedded Grafana dashboard - PaddyB - 2023-05-19

try setting this >

#################################### Anonymous Auth ######################
[auth.anonymous]
# enable anonymous access
enabled = true


RE: KIP & embedded Grafana dashboard - Sailabout - 2023-05-20

(2023-05-19, 10:22 PM)PaddyB Wrote: try setting this >

#################################### Anonymous Auth ######################
[auth.anonymous]
# enable anonymous access
enabled = true

Thank you, it is working.


RE: KIP & embedded Grafana dashboard - PaddyB - 2023-05-20

Sometimes I find the page will need refreshed for the grafana plot to load as well.