GlobalNOC / globalnoc-worldview-panel

Network Map Panel For Grafana Made With React + TypeScript
Apache License 2.0
25 stars 3 forks source link

Not showing in Grafana dashboard panel #5

Open ianrussel opened 2 years ago

ianrussel commented 2 years ago

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

yosiasz commented 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
yosiasz commented 2 years ago

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

frederic-loui commented 2 years ago

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:~# 

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

And you should see the plugin appearing on "Visualisation"

Have FUN !

PS: Large kudos to GlobalNOC for this awesome plugin ;)

InfoDigitalEL commented 1 year ago

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