community.general/lib/ansible/modules/monitoring/zabbix
Toshio Kuratomi 175f3b51e5 Ensure that current uses of BaseException are required
* In some cases, it appears that Exception should have been used instead
  as there's no need to catch sys.exit KeyboardInterrupt and similar.
* In a few cases, it appears that BaseException is used because
  a library we depend on calls sys.exit() contrary to good coding
  design.  Comment those so that we know that those have been audited
  and found to be correct and change to use (Exception, SystemExit)
  instead.
2018-12-16 15:03:19 -08:00
..
__init__.py move zabbix modules into their own namespace below monitoring/ (#31992) 2017-10-21 10:07:51 +02:00
zabbix_action.py zabbix: New zabbix_action module (#49189) 2018-12-02 10:04:45 +01:00
zabbix_group.py Validate DOCUMENTATION.author (#48993) 2018-11-21 17:29:29 +00:00
zabbix_group_facts.py Bulk fix DOCUMENTATION.author (Part 1) (#48934) 2018-11-20 19:31:35 +00:00
zabbix_host.py Validate DOCUMENTATION.author (#48993) 2018-11-21 17:29:29 +00:00
zabbix_host_facts.py Bulk fix DOCUMENTATION.author (Part 1) (#48934) 2018-11-20 19:31:35 +00:00
zabbix_hostmacro.py zabbix_hostmacro: Fixed support for LLD type user macros and added missing validate_certs attribute (#48730) 2018-11-29 09:15:13 +01:00
zabbix_maintenance.py Ensure that current uses of BaseException are required 2018-12-16 15:03:19 -08:00
zabbix_map.py zabbix_map: Add module to create Zabbix maps based on data written in DOT language (#23026) 2018-11-18 15:57:51 +01:00
zabbix_proxy.py Bulk module author 2 (#48955) 2018-11-21 10:32:42 +00:00
zabbix_screen.py Validate DOCUMENTATION.author (#48993) 2018-11-21 17:29:29 +00:00
zabbix_template.py zabbix_template: fixed idempotency issues (#49188) 2018-11-29 20:38:32 +01:00