- First at all, I install the grafana-image-render plugin using followed command:
grafana-cli plugins install grafana-image-renderer
then because of the network, I got
failed to download plugin archive: Failed to compute MD5 checksum:read tcp 172.16.201.102:51892->52.216.136.139:443: read: connection timed out
- So I think maybe I can directly install the plugin package rather than using grafana-cli.
then I install the plugin-linux-x64-glibc.zip to the<grafana plugins directory>
. - I check the plugin by using followed command:
grafana-cli plugins ls
then I got:
installed plugins:
grafana-image-renderer @ 2.0.0
Restart grafana after installing plugins . <service grafana-server restart>
- When I restart grafana, I got :
No image renderer found/installed. For image rendering support please install the grafana-image-renderer plugin. Read more at https://grafana.com/docs/grafana/latest/administration/image_rendering/ logger=rendering
So what should I do to let the grafana-image-render plugin works?
Could I install grafana-image-render plugin by using release zip package?