-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* In 6.0 "opconditions" is valid only for "trigger" event source. * Fix lint errors. * zabbix_action.py: for conditiontype=maintenance_status value attribute must not be provided. * Fixing ansible-doc errrors. * zabbix_mediatype.py: if smtp_authentication == False then username and passwd must not be provided in API call (Zabbix 6.0) * zabbix_mediatype.py: esc_period value update (Zabbix 6.0) * plugins/modules/zabbix_action.py: when comparing lists ['A', 'B'] should be equal to ['B', 'A'] (Zabbix 6.0). * Fix integration tests for zabbix_action (Zabbix 6.0). * zabbix_maintenance.py: fixes for Zabbix 6.0. * zabbix_proxy.py: fixes for Zabbix 6.0. * Zabbix Service updated with all features from Zabbix 6.0. * Fix tests for Zabbix User to run with Zabbix 6.0. * Fix tests for zabbix_user_info to run with Zabbix 6.0. * Fix sanity check errors. * Add Zabbix 6.0 to integration test. * zabbix_service: accept problem_tag without value (should be populated with default. * zabbix_service.py: fix backward compatibility to pre 6.0. * Fix integration tests for zabbix_action. * Simplify code for zabbix_service tests. * Fix lint errors. * zabbix_service.py: improve real and generated config comparison (compare dicts and lists instead of just strings). * module_utils/helpers.py: lists ['a', 'b'] and ['b', 'a'] should be considered equal. * Drop local functions in favour of helpers from zabbix_utils. * zabbix_action.py: fix esc_period for Zabbix 6.0. * Code clean up. * changelogs/fragments/683-zbx60.yml added. * Fix yamllint errors.
- Loading branch information
Showing
12 changed files
with
1,621 additions
and
664 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
minor_changes: | ||
- zabbix_action, zabbix_maintenance, zabbix_mediatype, zabbix_proxy, zabbix_service - updated to work with Zabbix 6.0. | ||
- helpers.helper_compare_lists() changed logic to not consider the order of elements in lists. | ||
- (https://github.com/ansible-collections/community.zabbix/pull/683) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.