-
Notifications
You must be signed in to change notification settings - Fork 268
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
Incompatible module code with Zabbix 3.0.X #89
Comments
Yes, you are right @vitassecuriti. The current master code is not compatible with Zabbix 3.0, because #80. Quick workaround: build tagged version before tag 0.6.8 For the record,
Zabbix 3.0.8:
|
Thanks for the answer. I have tested for earlier versions. the mistake is present.
FOR 0.6.6
So, workaround hasn't helped. |
You need to use tagged module source code version. For example v0.6.7: https://github.com/monitoringartist/zabbix-docker-monitoring/blob/v0.6.7/src/modules/zabbix_module_docker/zabbix_module_docker.c |
Sorry? I probably haven't so understood |
Module has releases - https://github.com/monitoringartist/zabbix-docker-monitoring/releases |
Once again I apologize, Really, the decision works |
Hi!
I try to build an image according to the instruction for branches/3.0 or tags/3.0.8 on an image of centos. I receive such mistake.
In the Dockerfile file I set value of the ENV ZABBIX_VERSION=branches/3.0 variable
or ENV ZABBIX_VERSION=tags/3.0.8. and every time I receive a error
I need to compile with the tag 3.0.8 since doesn't work with the zabbix_module_docker.so file which I have downloaded already compiled for version 3.0 zabbix-agent.
The text was updated successfully, but these errors were encountered: