paveldanilin / grafana-csv-plugin

CSV datasource for Grafana 6.x.x / 7.x.x
MIT License
36 stars 12 forks source link

Failed to load plugin #24

Closed albusgoogol closed 4 years ago

albusgoogol commented 4 years ago

I need help

I installed plugin on linux OS. System not show plugin, Error failed to load plugin.

log grafana t=2020-09-01T13:59:21+0700 lvl=warn msg="and eventually deprecating Organizations in a future Grafana release. If you would like to provide" logger=sqlstore t=2020-09-01T13:59:21+0700 lvl=warn msg="feedback or describe your need, please do so in the issue linked below" logger=sqlstore t=2020-09-01T13:59:21+0700 lvl=warn msg=https://github.com/grafana/grafana/issues/24588 logger=sqlstore t=2020-09-01T13:59:21+0700 lvl=info msg="Starting plugin search" logger=plugins t=2020-09-01T13:59:21+0700 lvl=info msg="Registering plugin" logger=plugins name="Direct Input" t=2020-09-01T13:59:21+0700 lvl=info msg="Registering plugin" logger=plugins name=Zabbix t=2020-09-01T13:59:21+0700 lvl=info msg="Registering plugin" logger=plugins name="Zabbix Problems" t=2020-09-01T13:59:21+0700 lvl=info msg="Registering plugin" logger=plugins name=Zabbix t=2020-09-01T13:59:21+0700 lvl=info msg="Registering plugin" logger=plugins name=CSV t=2020-09-01T13:59:21+0700 lvl=eror msg="Failed to load plugin" logger=plugins error="plugin \"grafana-csv-plugin\" is unsigned" pluginPath=/var/lib/grafana/plugins/grafana-csv-plugin/dist t=2020-09-01T13:59:21+0700 lvl=info msg="Registering plugin" logger=plugins name=SimpleJson t=2020-09-01T13:59:21+0700 lvl=warn msg="Some plugins failed to load" logger=plugins errors="[plugin \"grafana-csv-plugin\" is unsigned]" t=2020-09-01T13:59:21+0700 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket=

paveldanilin commented 4 years ago

Hi! Try this config setting allow_loading_unsigned_plugins

albusgoogol commented 4 years ago

thank you