cc4dc075f7
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 documentation
3 lines
344 B
YAML
3 lines
344 B
YAML
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)
|