grafana-zabbix icon indicating copy to clipboard operation
grafana-zabbix copied to clipboard

grafana zabbix plugin not found on data source

Open aref87 opened this issue 3 years ago • 14 comments

I installed the zabbix plugin but I had a problem in the data source zabbix is ​​not displayed

what to do?

aref87 avatar Jan 05 '22 09:01 aref87

same with me zabbix version Zabbix 5.4.9. docker compose grafana v8.4.0-47001pre and plugin 4.2.0

dwinurhadia avatar Jan 06 '22 16:01 dwinurhadia

try to enable unsigned plugins in grafana.ini add this in grafana.ini and restart grafana ;allow_loading_unsigned_plugins = alexanderzobnin-zabbix-app, alexanderzobnin-zabbix-datasource, alexanderzobnin-zabbix-triggers-panel

NBSOD avatar Jan 10 '22 03:01 NBSOD

hi, thanks for yor feedback I applied but the problem still persists

Capture Capture

aref87 avatar Jan 10 '22 10:01 aref87

hi, thanks for yor feedback I applied but the problem still persists

Capture Capture

emmm....meybe you should enable this zabbix plugins? i don't sure image this is my Zabbix Plugins

NBSOD avatar Jan 10 '22 10:01 NBSOD

image it is already activated

aref87 avatar Jan 10 '22 10:01 aref87

image it is already activated

when you installed this plugin,are you restart grafana service?if not ,try restart grafana service

NBSOD avatar Jan 10 '22 10:01 NBSOD

I restarted

always the same problem

aref87 avatar Jan 10 '22 11:01 aref87

Hi @aref87 i've change docker-compose file zabbix installer from alpine to ubuntu and its now working here is file that i used now https://github.com/zabbix/zabbix-docker/blob/5.4/docker-compose_v3_ubuntu_pgsql_latest.yaml

dwinurhadia avatar Jan 10 '22 22:01 dwinurhadia

I have the same problem, but all resolution posted here does not resolve it

trooliveira avatar Jan 28 '22 20:01 trooliveira

Anything interesting in grafana logs?

simoon78 avatar Feb 11 '22 18:02 simoon78

I have the same problem

I use grafana v8.4.1 and install zabbix 4.2.5

but when I go to the data source menu, I don't find Zabbix

mzromadhoni avatar Feb 25 '22 01:02 mzromadhoni

Hi! Please, take a look at the Grafana logs and post errors here.

alexanderzobnin avatar Apr 27 '22 13:04 alexanderzobnin

I have same issue. Plugin is enabled but I cant choose Zabbix datasource. In logs I see following message:

t=2022-07-15T15:06:35+0000 lvl=eror msg="Failed to load plugin" logger=plugins error="plugin \"alexanderzobnin-zabbix-datasource\" is unsigned" pluginPath=/var/lib/grafana/plugins/alexanderzobnin-zabbix-app/datasource-zabbix

On plugins list I see that plugin is signed 😳 image

QkiZMR avatar Jul 15 '22 15:07 QkiZMR

@alexanderzobnin

Same Problem:

Grafana 10.2.2 OS: Windows10 Browser: Chrome

Plugin available, enabled and signed: image

But not listed in datasources. next config not affects: allow_loading_unsigned_plugins = alexanderzobnin-zabbix-app, alexanderzobnin-zabbix-datasource, alexanderzobnin-zabbix-triggers-panel

log:

WARN [11-22|09:11:56] Skipping loading plugin due to problem with signature logger=plugins.signature.validation pluginId=alexanderzobnin-zabbix-datasource status=unsigned
ERROR[11-22|09:11:56] Plugin validation failed                 logger=plugins.validation pluginId=alexanderzobnin-zabbix-datasource error="plugin 'alexanderzobnin-zabbix-datasource' has no signature"
WARN [11-22|09:11:56] Skipping loading plugin due to problem with signature logger=plugins.signature.validation pluginId=alexanderzobnin-zabbix-triggers-panel status=unsigned
ERROR[11-22|09:11:56] Plugin validation failed                 logger=plugins.validation pluginId=alexanderzobnin-zabbix-triggers-panel error="plugin 'alexanderzobnin-zabbix-triggers-panel' has no signature"

baur avatar Nov 22 '23 03:11 baur