Grafana-zabbix: Cannot access to datasource menu configuration after update of the grafana plugin

Created on 17 Oct 2020  路  6Comments  路  Source: alexanderzobnin/grafana-zabbix

Describe the bug
Cannot access to plugin configuration since upgrade to 4.0.1
No Problem with other datasources like Elasticsearch or Prometheus
Rollback to 3.12.2 release seems to fix this

Expected behavior
Access to configuration menu of the datasource

Screenshots
image

Network data
404 error when access to settings

image

Software versions

| Grafana | Zabbix | Grafana-Zabbix Plugin |
| ------- | ------ | --------------------- |
| 7.2.1 | 5.0.4 | 4.0.1 |

Most helpful comment

Problem:
Plugin not found, no installed plugin with that id

Fix:
in /etc/grafana/grafana.ini , Iine 728 [;allow_loading_unsigned_plugins =] delete ; and type [alexanderzobnin-zabbix-datasource]
like this [allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource]

and restart daemon, you can see zabbix in datasource
(c) ltoqurl499

All 6 comments

Same issue. The datasource was marked as missing, couldn't re-add it, downgrade fixed.

Having the same issue

Same issue.

Same issue

Same issue here. Downgraded to 3.12.4.

Problem:
Plugin not found, no installed plugin with that id

Fix:
in /etc/grafana/grafana.ini , Iine 728 [;allow_loading_unsigned_plugins =] delete ; and type [alexanderzobnin-zabbix-datasource]
like this [allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource]

and restart daemon, you can see zabbix in datasource
(c) ltoqurl499

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jameskirsop picture jameskirsop  路  8Comments

mdiorio picture mdiorio  路  5Comments

dataniard picture dataniard  路  6Comments

maxlehot1234 picture maxlehot1234  路  5Comments

KevinInphos picture KevinInphos  路  4Comments