meln5674 / grafana-mongodb-community-plugin

Open Source Grafana Plugin for querying MongoDB
GNU Affero General Public License v3.0
137 stars 18 forks source link

Plugin not loading #35

Closed emrys90 closed 3 months ago

emrys90 commented 3 months ago

I've added this to grafana.ini

[plugins]
allow_loading_unsigned_plugins=meln5674-mongodb-community

I installed the plugin using this

grafana-cli --pluginUrl "https://github.com/meln5674/grafana-mongodb-community-plugin/releases/download/v0.1.2/meln5674-mongodb-community.zip" plugins install meln5674-mongodb-community

I restarted Grafana. But the plugin isn't showing in the list of installed plugins, nor in the list of data source types. Any ideas what I'm doing wrong?

emrys90 commented 3 months ago

I figured it out. Somehow Grafana did not have read access to its plugins folder.