globalnoc-worldview-panel
globalnoc-worldview-panel copied to clipboard
Not showing in Grafana dashboard panel
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 dropdown
Regards
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:
- i installed latest Grafana OSS on Debian a fresh sid: (i used grafana installation guide here)
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
systemdjournalctl -u grafana-server.service -fcommand 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
- Restart Grafana
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