community.general/lib/ansible/modules/monitoring/zabbix
Gaudenz Steinlin 0ea7329553 Fix zabbix_host for Zabbix Server versions < 3.0 (#38665)
The tls_* parameters are not present in Zabbix Server versions prior to
3.0. Thus the API response does not contain these keys and the
zabbix_host module failed. This commit adds checks if the parameters are
present in the API response and otherwise just completely ignores these
parameters. The documentation already states that they are not supported
for Zabbix Server versions below 3.0.
2018-04-16 17:57:57 -04:00
..
__init__.py
zabbix_group.py
zabbix_host.py Fix zabbix_host for Zabbix Server versions < 3.0 (#38665) 2018-04-16 17:57:57 -04:00
zabbix_hostmacro.py added force option to zabbix_hostmacro to allow control of overwriting (#35516) 2018-02-01 03:37:11 -05:00
zabbix_maintenance.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
zabbix_proxy.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
zabbix_screen.py
zabbix_template.py Zabbix 3.4 support fix for zabbix_template module. (#33462) 2017-12-07 08:06:54 -05:00