grafana / mqtt-datasource

MQTT Datasource for Grafana allows streaming data from any MQTT broker running either locally or remotely.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin not showing

binaryhellstorm opened this issue · comments

I was able to run the install without errors, but I don't see the plugin listed in data sources or plugins.

I also see this in the logs despite the fact that I've added it the list of unsigned plugins in grafana.ini

t=2022-01-26T14:33:16+0000 lvl=warn msg="Skipping loading plugin due to problem with signature" logger=plugin.loader pluginID=grafana-mqtt-datasource status=unsigned

Since this plugin is not signed, as the log entry suggests, you need to add an exception to the plugin security in your /etc/grafana/grafana.ini file.

Assuming this is a fresh Grafana system with no other unsigned plugins, scroll down to the [plugins] section. Uncomment and update the allow_loading_unsigned_plugins entry to

allow_loading_unsigned_plugins = grafana-mqtt-datasource