-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
Add support for ODBC pollers in Zabbix >= 6.0 #881
Conversation
The test failure does not seem to be related to this PR. |
Please update REFERENCE.md with $ bundle exec rake strings:generate:reference Add it to the PR and CI should continue. |
Done. |
@fraenki Please consider adding basic tests for the new parameter both for the proxy and the server 😄 |
@root-expert Rebased against current master and added basic tests. (Side note: This module runs most tests with zabbix_version=5.0 and zabbix_version=6.0 is not supported for the server class on all operating systems. As a result the tests I've added aren't perfect. But once all tests run with zabbix_version=6.0 everything should be fine.) |
@root-expert, all suggested changes applied, thanks. :) |
01833a5
to
24479d6
Compare
Pull Request (PR) description
This PR adds support for the
StartODBCPollers
configuration parameter, that was introduced in Zabbix 6.0.This Pull Request (PR) fixes the following issues
This parameter was already discussed in #814 (comment), but a PR was never submitted, AFAICT.