Open ianrussel opened 2 years ago
same here, tried all kinds of ways but still not seeing this plugin
grafana-cli --pluginUrl https://github.com/GlobalNOC/globalnoc-worldview-panel/archive/refs/tags/1.1.3.zip
plugins install globalnoc-worldview-panel
I think you have to build it locally as it says in the README :(
Then it says
Create a symlink to the globalnoc-worldview-panel/dist directory or place the globalnoc-worldview-panel/dist directory inside Grafana's plugin directory
Hi, (just sharing my personal experience, i.e i'm not a grafana guru)
In order to test this awesome plugin:
dpkg -l | grep grafa
ii grafana 9.1.3 amd64 Grafana
ii grafana-enterprise 8.5.3 amd64 Grafana
root@debian:~#
then installed yarn using this guide (I'm not sure if it the recommended/best way, but it worked for me on Debian sid)
I followed GlobalNOC WorldView panel installation guide here Make sure that the directtory has the sufficient Unix right allowing grafana user (or whoever user) able to read the plugins folder
When starting you should see an error in systemd
journalctl -u grafana-server.service -f
command will be your friend, stating that the plugin is ignored because not signed.
In order to correct the situation add in your grafana.ini
...
allow_loading_unsigned_plugins = globalnoc-worldview-panel
...
Notice that Grafana comment character ;
is removed
systemctl restart grafana-server.service
And you should see the plugin appearing on "Visualisation"
Have FUN !
PS: Large kudos
to GlobalNOC for this awesome plugin ;)
I did the installation process but the map does not load because it shows that it is not signed
Hi, this plugin is wonderful.I tried it and want to check if I can use it in my personal project.
I tried to run
yarn build
and copy the dist folder inside /var/lib/grafana/plugins ,restart the grafana server, but unfortunately, the new plugin doesn't show in the panels dropdownRegards