grafana / grafana-zabbix

Zabbix plugin for Grafana dashboard
http://play.grafana-zabbix.org
Apache License 2.0
2.04k stars 458 forks source link

grafana zabbix plugin not found on data source #1366

Open aref87 opened 2 years ago

aref87 commented 2 years ago

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

what to do?

dwinurhadia commented 2 years ago

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

NBSOD commented 2 years ago

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

aref87 commented 2 years ago

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

Capture Capture

NBSOD commented 2 years ago

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

aref87 commented 2 years ago

image it is already activated

NBSOD commented 2 years ago

image it is already activated

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

aref87 commented 2 years ago

I restarted

always the same problem

dwinurhadia commented 2 years ago

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

trooliveira commented 2 years ago

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

simoon78 commented 2 years ago

Anything interesting in grafana logs?

mzromadhoni commented 2 years ago

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

alexanderzobnin commented 2 years ago

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

QkiZMR commented 2 years ago

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

baur commented 8 months ago

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