How to install image-renderer plugin #440
Unanswered
itessential
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I would like to ask how can I install the grafana-image-renderer plugin via bosh?
I did it manually with:
./grafana-cli --pluginsDir /var/vcap/jobs/grafana/packages/grafana_plugins plugins install grafana-image-renderer
However I'm getting these errors:
t=2022-07-08T05:21:05+0000 lvl=eror msg="Failed to render and upload alert panel image." logger=alerting.notifier ruleId=2568 error="rendering failed: Error: Failed to launch the browser process!\n/var/vcap/data/packages/grafana_plugins/fc8eb4d7eff938bbd282ac1210d33456e24b34d1/grafana-image-renderer/chrome-linux/chrome: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory\n\n\nTROUBLESHOOTING: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md\n"
It would be better not to install this library: libnss3.so manually (just in case when instance gets recreated), but I'm wondering if it is possible to do it all via manifest?
Best Regards!
Maciej
Beta Was this translation helpful? Give feedback.
All reactions