Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin is showing unsigned #18

Closed
Kumar6295 opened this issue Aug 9, 2021 · 1 comment
Closed

Plugin is showing unsigned #18

Kumar6295 opened this issue Aug 9, 2021 · 1 comment

Comments

@Kumar6295
Copy link

Kumar6295 commented Aug 9, 2021

Hi,
Using grafana 8.1.
Installed go,yarn,mage,nodejs 14+
Cloned mqtt-datasource and executed yarn install then yarn build
Then
changed /etc/grafana/grafana.ini file with below config

plugins = /var/lib/grafana/plugins

allow_loading_unsigned_plugins = grafana-mqtt-datasource

then restarted
systemctl restart grafana-server.

In datasources mqtt is showing but while clicking mqtt datasource it is showing like
Screenshot from 2021-08-09 23-23-36

Screenshot from 2021-08-09 23-23-39

Multiple times restarted grafana but getting same .

GRAFANA -LOGS

t=2021-08-09T23:09:18+0530 lvl=warn msg="Running an unsigned plugin" logger=plugins pluginID=grafana-mqtt-datasource
pluginDir=/var/lib/grafana/plugins/mqtt-datasource/dist
t=2021-08-09T23:09:18+0530 lvl=info msg=Profiler logger=plugins.backend pluginId=grafana-mqtt-datasource enabled=false
t=2021-08-09T23:09:18+0530 lvl=info msg="Registering plugin" logger=plugins id=grafana-mqtt-datasource
t=2021-08-09T23:09:18+0530 lvl=info msg="Live Push Gateway initialization" logger=live.push_http
t=2021-08-09T23:09:18+0530 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=http subUrl= socket=
t=2021-08-09T23:09:20+0530 lvl=info msg="Request Completed" logger=context userId=1 orgId=1 uname=admin method=GET path=/api/live/ws status=0
remote_addr=[::1] time_ms=2 size=0 referer=
t=2021-08-09T23:10:03+0530 lvl=info msg="Request Completed" logger=context userId=1 orgId=1
uname=admin method=GET path=/api/live/ws status=0 remote_addr=[::1] time_ms=1 size=0 referer=
t=2021-08-09T23:10:06+0530 lvl=info msg="Request Completed" logger=context
userId=1 orgId=1 uname=admin method=GET path="/public/img/icons/unicons/icon-gf icon-gf-panel.svg" status=404 remote_addr=[::1] time_ms=3 size=31221
referer=http://localhost:3000/plugins/grafana-mqtt-datasource/

Any other configuration need change .

@Kumar6295
Copy link
Author

Small mistake from my side.now able added it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant