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

Adapt to zabbix-3.2 and higher. #289

Merged
merged 2 commits into from
Oct 13, 2016

Conversation

yevtushenko
Copy link
Contributor

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'.

@bastelfreak
Copy link
Member

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?

@yevtushenko
Copy link
Contributor Author

@bastelfreak I'll do it soon.

@yevtushenko yevtushenko force-pushed the adapt_to_3.2 branch 6 times, most recently from 919ab1e to 6331009 Compare October 12, 2016 14:21
@yevtushenko
Copy link
Contributor Author

@bastelfreak It very strange that test fails. I've run test on my machine and it passed successfully.

@bastelfreak
Copy link
Member

Seems to be fine now, thanks @yevtushenko!

@bastelfreak bastelfreak merged commit 2974741 into voxpupuli:master Oct 13, 2016
@yevtushenko
Copy link
Contributor Author

@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.

@bastelfreak
Copy link
Member

Yes, please create a seperate PR.

@yevtushenko
Copy link
Contributor Author

@bastelfreak Also current PR covers #286 and #287 (including tests you requested).

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

Successfully merging this pull request may close these issues.

2 participants