-
Notifications
You must be signed in to change notification settings - Fork 65
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
Incompatibility with Zabbix 4.0 #128
Comments
Recompilation should solve the problem. Looks like you are upgrading from Zabbix 3.0 or lower. If you prefer precompiled packages simply grab the one for 3.2+ and you will be fine. |
That zabbix-agent was the 3.4 version. Then I upgraded it to 4.0 and started to get that error. |
I'm afraid this cannot be true. Log message
shows that your module wants to use API version 1 which was in use up to Zabbix 3.0, since version 3.2 Zabbix expects modules to use API version 2. Therefore if module works with 3.2 or 3.4 it should also work with 4.0, at least it shouldn't yield such an error. |
Link to download the package: http://cdn.cavaliercoder.com/libzbxpgsql/yum/zabbix32/rhel/6/x86_64/libzbxpgsql-1.1.0-1.el6.x86_64.rpm So, I am already using the 3.2+ version. |
I'm using Zabbix Server 4.0 and getting this error:
|
Ouch. After upgrading agent this problem is solved for me. |
I'd like to keep this open in case I get a chance to publish v4 packages. Also worth noting that Zabbix have had issues with breaking changes to the module API between agent versions. In other words, the 3.2 module may not work with 3.4+. |
Does the problem continue for zabbix-release-4.0-1.el7.noarch zabbix-agent-4.0.3-1.el7.x86_64 |
Hi, Could you tell me more about how we can help ? What need to be changed to works with the version 4 of zabbix ? I know the api has changed but don't know the difference between the version one and two. I will check the documentation and try to find a way to give some help. Best regards, |
After quickly reading the documentation, if we (re)compile this module with the latest stable of zabbix 4, it should work. Do you know if someone did it before ? and if it works ? Best regards, |
Hi, Below is my env details, I am getting same error Failing with Error when i try to start zabbix agent : undefined symbol: __zbx_zbx_snprintf Do we have source RPM for zabbix 4 ? RHEl 7 Kernel: 3.10.0-1062.4.1.el7.x86_64 Zabbix - With below rpms , server and agent working fine zabbix-server-pgsql-4.4.1-1.el7.x86_64 Installed lixzbx using rpm libzbxpgsql-1.1.0-1.x86_64 Failing with Error when i try to start zabbix agent : undefined symbol: __zbx_zbx_snprintf |
Hi,
It looks like this is not compatible with Zabbix 4.0:
zabbix_agentd.log
yum info libzbxpgsql.x86_64
The text was updated successfully, but these errors were encountered: