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

Software versions
| Grafana | Zabbix | Grafana-Zabbix Plugin |
| ------- | ------ | ----------------------- |
| 7.1.5 | 5.0.2 | 4.0.0 |
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:

Same problem
UPDATING:
In this version, need to be allow plugin on grafana config:
allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasourceAfter this, got this error on Grafana:
same as here: #1004
Hi,
Error datasources...
Grafana 7.1.5
Zabbix 4.2.8
Grafana-Zabbix Plugin 4.0.0

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"
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.
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