RavuAlHemio / grafana-weathermap-panel

weathermap panel plugin for Grafana
3 stars 0 forks source link

Grafana 8 compatibility #4

Open faxm0dem opened 2 years ago

faxm0dem commented 2 years ago

For some reason the plugin doesn't work anymore using grafana 8.2.1. The plugin installs fine, but doesn't appear in plugin list. Panels using it complain with Panel plugin not found

RavuAlHemio commented 2 years ago

The issue might be that the plugin is currently not signed.

To bypass the signing requirement for this plugin, try adding a line allow_loading_unsigned_plugins = ravualhemio-weathermap-panel in the [plugins] section in your grafana.ini.

faxm0dem commented 2 years ago

That worked, thanks !

faxm0dem commented 2 years ago

Now I've got another problem : the links to other dashboards are not working anymore. Example: db/switch-bandwidth instead of d/000000646/switch-bandwidth

RavuAlHemio commented 2 years ago

Have you updated to the freshest version from GitHub? I believe I also ran into this and fixed it in 43961bd131df5fdf678be58ecf6f249a79ff3917.

faxm0dem commented 2 years ago

Yes, I installed using this command:

/usr/share/grafana/bin/grafana-cli --pluginUrl https://github.com/RavuAlHemio/grafana-weathermap-panel/archive/master.zip plugins install grafana-weathermap-panel
faxm0dem commented 2 years ago

I also checked the change you referred to is in my installed version