Valeriy Zabawski
|
cc4dc075f7
|
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 documentation
|
2019-07-11 06:14:00 -04:00 |
|