-
-
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
Adapt to zabbix-3.2 and higher. #289
Conversation
HI @yevtushenko , thanks for the PR. Can you please take a look at the failed spec tests and also add a few new ones that test several zabbix versions? |
@bastelfreak I'll do it soon. |
919ab1e
to
6331009
Compare
6331009
to
4dfabda
Compare
@bastelfreak It very strange that test fails. I've run test on my machine and it passed successfully. |
b9b83c3
to
e8f8f06
Compare
Seems to be fine now, thanks @yevtushenko! |
@bastelfreak I've removed the mysql tests for zabbix-3.2 which I added before because it fails on these new tests. I think these tests should be there, so I can try to create separate PR for them. |
Yes, please create a seperate PR. |
@bastelfreak Also current PR covers #286 and #287 (including tests you requested). |
A few changes to adapt module to zabbix-3.2 and higher versions.
Some of
3.0
strings replaced with regular expressions, some@zabbix_version == '3.0'
replaced with@zabbix_version >= '3.0'
.