mirror of https://github.com/ansible/ansible.git
Adds minor improvements to 'zabbix_actions' module (#58379)
Changes: 1. Update mandatory arguments in accordance with Zabbix API. Only esc_period, eventsource and name fields are mandatory. Reference: https://www.zabbix.com/documentation/3.0/manual/api/reference/action/object 2. Add default values to argument options in order to prevent "TypeError: 'NoneType' object is not iterable" error. 3. Add new condition operators (introduced in Zabbix 4.0 and 4.2) References: - https://www.zabbix.com/documentation/4.2/manual/api/reference/action/object#action_filter_condition - https://www.zabbix.com/documentation/4.0/manual/api/reference/action/object#action_filter_condition 4. Update module documentationpull/58983/head
parent
33d2728879
commit
cc4dc075f7
@ -0,0 +1,3 @@
|
||||
minor_changes:
|
||||
- zabbix_action - ``esc_period`` is now required to reflect actual Zabbix API call
|
||||
- zabbix_action - support for new condition operators (``matches``, ``does not match``, ``Yes``, ``No``) added in Zabbix 4.0 and Zabbix 4.2 (https://www.zabbix.com/documentation/4.2/manual/api/reference/action/object#action_filter_condition)
|
Loading…
Reference in New Issue