-
Notifications
You must be signed in to change notification settings - Fork 332
Remove Support for Zabbix 6.4 #1548
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
Remove Support for Zabbix 6.4 #1548
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1548 +/- ##
==========================================
+ Coverage 78.74% 78.77% +0.02%
==========================================
Files 48 48
Lines 6145 6144 -1
Branches 1600 1599 -1
==========================================
+ Hits 4839 4840 +1
+ Misses 796 795 -1
+ Partials 510 509 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
eb4x
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small nits, but looks good either way 👍
| ansible.builtin.assert: | ||
| that: | ||
| - zbx_settings_failed is failed | ||
| when: zabbix_version is version('6.0', '==') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you move this condition to above the block? (https://ansible.readthedocs.io/projects/lint/rules/key-order/)
| timeout_script: 3s | ||
| timeout_browser: 60s | ||
| register: zbx_settings | ||
| when: zabbix_version is version('7.0', '>=') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SUMMARY
Closes #1534