Hi @tszalkai ,
Could you please explain more of your process here? First of all, where did you get the plugin zip file?
The way I read the documentation implies there is a Chromium browser packaged with the plugin that depends on additional shared libraries. It's possible these are not included with the ctrlX OS distribution. You can check over SSH.
cd <grafana-image-render plugin directory>
ldd chrome-linux/chrome
linux-vdso.so.1 (0x00007fff1bf65000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f2047945000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f2047924000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f204791a000)
libX11.so.6 => not found
libX11-xcb.so.1 => not found
libxcb.so.1 => not found
libXcomposite.so.1 => not found
...
In general, this plugin sounds better suited to run on a device that is both hosting and viewing the Grafana web server.
... View more