#NABox and Grafana plugins

1 messages · Page 1 of 1 (latest)

simple lichen
#

Trying to install the grafana-image-renderer into the nabox grafana container.
The grafana container will not restart after the plugin installation.
The logs show:

rendering.RenderingService run error: Unrecognized remote plugin message:
Failed to read any lines from plugin's stdout
This usually means
the plugin was not compiled for this architecture,
the plugin is missing dynamic-link libraries necessary to run,
the plugin is not executable by this process due to file permissions, or
the plugin failed to negotiate the initial go-plugin protocol handshake

Does anyone have this working?

Open to any suggestions on how to get NABox to dump dashboards as image files or PDFs.

hybrid quiver
#

That's a known issue with grafana container, it doesn't contain the necessary libraries. One option I have to explore is to deploy the plugin externally to the container, in its own container, I believe it's documented somewhere

simple lichen
#

@hybrid quiver Any breadcrumbs to the documentation?

hybrid quiver
simple lichen
#

That part, I already know.... I mean specifically a regarding an external container that will work in NABox?