You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug description
When installing zabbix plugin using cli or gui. It is not able to retrieve information from the zabbix API I tried on a development environment and it worked fine, but on """"production"""" environment (cant say its production if its not working 🙆♂️) simply doesn't.
It prompts the following output on docker logs
grafana_1 | logger=plugin.installer t=2022-10-06T12:18:48.065876136Z level=info msg="Downloaded alexanderzobnin-zabbix-app v4.2.10 zip successfully"
grafana_1 | logger=plugin.manager t=2022-10-06T12:18:48.583979244Z level=info msg="Plugin registered" pluginId=alexanderzobnin-zabbix-datasource
grafana_1 | logger=plugin.manager t=2022-10-06T12:18:48.780037682Z level=error msg="Could not start plugin" pluginId=alexanderzobnin-zabbix-datasource err="Unrecognized remote plugin message: \n\nThis usually means that the plugin is either invalid or simply\nneeds to be recompiled to support the latest protocol."
grafana_1 | logger=plugin.manager t=2022-10-06T12:18:48.780114381Z level=info msg="Plugin registered" pluginId=alexanderzobnin-zabbix-triggers-panel
grafana_1 | logger=plugin.manager t=2022-10-06T12:18:48.780131589Z level=info msg="Plugin registered" pluginId=alexanderzobnin-zabbix-app
When adding data source it says there is no plugin available
503 error when updating data source
Expected behavior
It should simply connect to the zabbix api and be able to scrap data
Things i tried
Installing the plugin directly with a folder mapping and the enabling it
Edit the grafana.ini like:
allow_loading_unsigned_plugins = <all plugins that are supposed to be enabled from zabbix-plugin>
Update even to beta grafana (9.2.0)
Software versions
Grafana
Zabbix
Grafana-Zabbix Plugin
>9.1.6
6.2
4.2.10
Thank you for your amazing work!
The text was updated successfully, but these errors were encountered:
Yukics
changed the title
Plugin unavailable Grafana (docker) > 9.16 and Zabbix 6.2
Plugin unavailable Grafana (docker) > 9.1.6 and Zabbix 6.2
Oct 6, 2022
As noted in #1507 this is related to the Docker version that you are running. After upgrading to Docker version 20.10.18, build b40c2f6 we are no longer facing this issue.
Bug description
When installing zabbix plugin using cli or gui. It is not able to retrieve information from the zabbix API I tried on a development environment and it worked fine, but on """"production"""" environment (cant say its production if its not working 🙆♂️) simply doesn't.
When adding data source it says there is no plugin available
503 error when updating data source
Expected behavior
It should simply connect to the zabbix api and be able to scrap data
Things i tried
Software versions
Thank you for your amazing work!
The text was updated successfully, but these errors were encountered: