Grafana-zabbix: Not able to find zabbix data source in grafana After enabling plugin

Created on 17 Sep 2020  ·  17Comments  ·  Source: alexanderzobnin/grafana-zabbix

Hi @alexanderzobnin

i have install zabbix plugin for grafana ,it was successfully install and was present in plugin section ,after enabling it,it doesn't come under datasource section.

can you please look into it.

https://community.grafana.com/t/grafana-6-6-doesnt-show-zabbix-plugin/27160/4
facing same issue as above.

Most helpful comment

same issues

Version Grafana: 7.1.5
Version Zabbix-Plugin: 4.0.1

解决了。。
Open /etc/grafana/grafana.ini
Go to the [plugins] section
Add allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource

All 17 comments

same as isssue

same issues

Version Grafana: 7.1.5
Version Zabbix-Plugin: 4.0.1

same issue.
Grafana 7.1.5, Zabbix-Plugin 4.0.1. Clean Grafana setup, from scratch, first plugin :(

According to the release notes, it is necessary to write below from 4.0.0.

  1. Open in editor /etc/grafana/grafana.ini
  2. Rewrite ;Add allow_loading_unsigned_plugins = in the [plugins] section to Add allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource

(by google translate)

I myself tried the solution I mentioned, but it didn't work ...
(It can be installed, but it was useless because "Plugin unavailable" appeared in the settings)

I'm sorry 🙇🏻

same issues

Version Grafana: 7.1.5
Version Zabbix-Plugin: 4.0.1

same issues

Version Grafana: 7.1.5
Version Zabbix-Plugin: 4.0.1

解决了。。
Open /etc/grafana/grafana.ini
Go to the [plugins] section
Add allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource

Hello,
i can confirm that adding "allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource" do the job and the plugin start working
wery nice!
thanks

Try instaling Zabbix 3.12.4 for the time being, i've heard people fixing it with downgrading.

Hello,
i can confirm that adding "allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource" do the job and the plugin start working
wery nice!
thanks

Yes, it work.

Using zabbix plugin 4.01, Grafana v7.0.3.

It appears as signed on grafana's plugin panel, but /etc/grafana/grafana.ini needs editing.

...
[plugins]
allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource

a better guess might be that maybe the overall "plugin" which is
"alexanderzobnin-zabbix-app" plugin is signed, and given that the grafana.ini line that we've added, from earlier in the thread is:

  • allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource

that indicates another package within the other package, and that it looks like "alexanderzobnin-zabbix-datasource" is not signed as it should be.

Adding the line is a workaround, but it is not, overall a clean solution...

@d2inco you seem to be right. Looking at the logs:

Sep 23 18:51:20 urso-zabbix grafana-server[16629]: t=2020-09-23T18:51:20-0300 lvl=eror msg="Failed to load plugin" logg
er=plugins error="plugin "alexanderzobnin-zabbix-datasource" is unsigned" pluginPath=/var/lib/grafana/plugins/alexand
erzobnin-zabbix-app/datasource-zabbix

The same issue
Plugin 4.0.1
Grafana 7.0.3

Zabbix plugin was installed successful and enabled, but there is no data source with zabbix. After I've add

[plugins]
allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource

Nothing changes - it doesn't work anyway

Hi,

Plugin 4.0.1
Grafana 7.2.0

I made the change indicated namely commenting the line and adding the plug-in then restarting the service. But no change.

I just commented the line then restart grafana and now I have access to the configuration panel, the only problem is that it is impossible to validate the configuration when the accesses are good.

Hi all,

similar problem on grafana 7.2.0 and plugin 4.0.1 with zabbix 4.0.4 here running on a raspberry pi 4. After inserting the plugin stanza in grafana.ini, the config panel opens, but when I press "save and test" I get "Datasource updated" first, then three times "Plugin unavailable".

Was this page helpful?
0 / 5 - 0 ratings