Grafana-zabbix: Plugin 4.0 problem

Created on 26 Aug 2020  路  10Comments  路  Source: alexanderzobnin/grafana-zabbix

Hello,

After update plugin from 3.12.4 to 4.0.0, my data source doesn't work anymore.

image

Software versions

| Grafana | Zabbix | Grafana-Zabbix Plugin |
| ------- | ------ | ----------------------- |
| 7.1.5 | 5.0.2 | 4.0.0 |

Most helpful comment

same problem

Grafana 7.1.5
Zabbix 5.0.3
Grafana-Zabbix Plugin 4.0.0

UPDATE:
Its works now!!
added at the end of the file /etc/grafana/grafana.ini on my debian 10.04
[plugins]
allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource
thx y'all

All 10 comments

Same here grafana 7.1.3

UPDATING:
In this version, need to be allow plugin on grafana config:
allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource

After this, got this error on Grafana:

image

Same problem

UPDATING:
In this version, need to be allow plugin on grafana config:
allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource

After this, got this error on Grafana:

image

same as here: #1004

Hi,

Error datasources...

Grafana 7.1.5
Zabbix 4.2.8
Grafana-Zabbix Plugin 4.0.0

image

same problem

Grafana 7.1.5
Zabbix 5.0.3
Grafana-Zabbix Plugin 4.0.0

UPDATE:
it works now! Added to /etc/grafana/grafana.ini on my ubuntu 20.04 LTS:
[plugins]
allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource

same problem

Grafana 7.1.5
Zabbix 5.0.3
Grafana-Zabbix Plugin 4.0.0

UPDATE:
Its works now!!
added at the end of the file /etc/grafana/grafana.ini on my debian 10.04
[plugins]
allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource
thx y'all

Update...

centos

[plugins]
allow_loading_unsigned_plugins = "plugin1, plugin2, plugin3"

https://github.com/grafana/grafana/issues/24027

Thanks friends, successfully applied!

Yes, as said above, it's related to the allow_loading_unsigned_plugins option. We're working on the ability to sign plugin to avoid this.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

xiaoxue999 picture xiaoxue999  路  3Comments

pikaniou picture pikaniou  路  7Comments

dataniard picture dataniard  路  6Comments

heyrod picture heyrod  路  7Comments

eraffaelli picture eraffaelli  路  4Comments