forked from ansible-collections/community.zabbix
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bgmot modules zabbix70 (ansible-collections#1273)
* zabbix_proxy_group module added. * zabbix_proxy module updated to support Zabbix 7.0. * zabbix_host module updated to support Zabbix 7.0. * Fix lint/sanity tests failures. * Remove mistakenly committed tests/integration/inventory. * zabbix_proxy module: handle proxy parameters dependency better. * zabbix_discovery_rule module updated to support Zabbix 7.0. * zabbix_group_events_info module updated to support Zabbix 7.0. * zabbix_host_events_info module updated to support Zabbix 7.0. * zabbix_proxy_info module updated to support Zabbix 7.0. * zabbix_script module: update tests to run for Zabbix 7.0. * Revert "zabbix_script module: update tests to run for Zabbix 7.0." This reverts commit a4917a0275cc2a79a84395ee5aff44343c751293. * Additional options to run Zabbix server docker to handle script tests properly. * Rmove Zabbix 6.2 and add Zabbix 7.0 for plugins integration testing. * Changelog fragment added. * Fix sanity test problems. * Fix plugins integration tests for Zabbxi < 7.0. * zabbix_host_events_info: fix for Zabbix > 6.0.
- Loading branch information
Showing
21 changed files
with
1,805 additions
and
420 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ZBX_ENABLEGLOBALSCRIPTS=1 |
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 @@ | ||
breaking_changes: | ||
- Remove support for Zabbix 6.2 | ||
minor_changes: | ||
- zabbix_discovery_rule, zabbix_group_events_info, zabbix_host, zabbix_host_events_info, zabbix_proxy, zabbix_proxy_info modules updated to work wih Zabbix 7.0 | ||
- added new module zabbix_proxy_group (Zabbix 7.0) |
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.