Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin unavailable Grafana (docker) > 9.1.6 and Zabbix 6.2 #1510

Closed
Yukics opened this issue Oct 6, 2022 · 3 comments
Closed

Plugin unavailable Grafana (docker) > 9.1.6 and Zabbix 6.2 #1510

Yukics opened this issue Oct 6, 2022 · 3 comments

Comments

@Yukics
Copy link

Yukics commented Oct 6, 2022

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.

  1. 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
  1. When adding data source it says there is no plugin available
    image

  2. 503 error when updating data source
    image

Expected behavior
It should simply connect to the zabbix api and be able to scrap data

Things i tried

  1. Installing the plugin directly with a folder mapping and the enabling it
  2. Edit the grafana.ini like:
allow_loading_unsigned_plugins = <all plugins that are supposed to be enabled from zabbix-plugin>
  1. 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!

@Yukics 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
@SanderDelden
Copy link

Experiencing the same issue with Grafana 9.1.6 and Zabbix 5.4.9.

@SanderDelden
Copy link

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.

@Yukics
Copy link
Author

Yukics commented Oct 18, 2022

Updated to Docker version 20.10.19. The problem has been solved.

Thanks for your help @SanderDelden. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants