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.
Fix problems with Zabbix Agent 2 (ansible-collections#1259)
- Loading branch information
1 parent
8f8a979
commit 0e53bf4
Showing
3 changed files
with
13 additions
and
3 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,7 @@ | ||
minor_changes: | ||
- zabbix_agent - added 10 retries to agent API calls to workaround connection problems on macOS | ||
bugfixes: | ||
- zabbix_agent - in ``zabbix_agent_interfaces`` directly use ``zabbix_agent_listenport``, which does already contains | ||
the agent2 value if needed | ||
- zabbix_agent - fix error when ``zabbix_agent_tlsaccept`` is not set | ||
- zabbix_agent - fix error when ``zabbix_agent_tlsconnect`` is not set |
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