globalnoc-worldview-panel icon indicating copy to clipboard operation
globalnoc-worldview-panel copied to clipboard

Not showing in Grafana dashboard panel

Open ianrussel opened this issue 3 years ago • 4 comments

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

ianrussel avatar Jun 02 '22 10:06 ianrussel

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

yosiasz avatar Jul 06 '22 15:07 yosiasz

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

yosiasz avatar Jul 06 '22 15:07 yosiasz

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 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

  • 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 ;)

frederic-loui avatar Sep 07 '22 08:09 frederic-loui

I did the installation process but the map does not load because it shows that it is not signed

InfoDigitalEL avatar Mar 12 '23 01:03 InfoDigitalEL