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

Zabbix 7.2 API Authentication Changes Cause Plugin Incompatibility #1929

Closed
albertofreire opened this issue Dec 11, 2024 · 1 comment · Fixed by #1931
Closed

Zabbix 7.2 API Authentication Changes Cause Plugin Incompatibility #1929

albertofreire opened this issue Dec 11, 2024 · 1 comment · Fixed by #1931

Comments

@albertofreire
Copy link

With the release of Zabbix version 7.2, the API authentication method has been altered. As a result, the alexanderzobnin-zabbix-datasource plugin is not compatible with the new authentication mechanism, leading to errors when attempting to query data.

Steps to Reproduce:
Upgrade Zabbix to version 7.2.
Configure the alexanderzobnin-zabbix-datasource plugin with the existing settings.
Attempt to retrieve data through the plugin.

Actual Behavior:
Authentication fails, and data queries result in errors due to unexpected parameters.

Error Log:

logger=plugin.alexanderzobnin-zabbix-datasource 
t=2024-12-11T02:35:20.245207327-03:00 
level=error 
msg="Partial data response error" 
endpoint=queryData 
error="Invalid request. Invalid parameter \"/\": unexpected parameter \"auth\"." 
pluginId=alexanderzobnin-zabbix-datasource 
status=500 
dsName="Zabbix" 
dsUid=fe06c328-44d9-4926-b657-1a410e3d73a1 
statusSource=plugin 
uname="XXXXX" 
refID=D

Additional Information:
https://www.zabbix.com/documentation/7.2/en/manual/api/#authorization-methods

@alxcreate
Copy link

Duplicate of #1914

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

Successfully merging a pull request may close this issue.

3 participants