From 94e2d87b2f7968255450d201a94336cda082d123 Mon Sep 17 00:00:00 2001 From: Richlv Date: Thu, 30 May 2019 17:39:59 +0300 Subject: [PATCH] suggest to use sequential IDs (#57142) ##### SUMMARY Suggest to use sequential IDs - otherwise action is considered to be changed always. ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr --- lib/ansible/modules/monitoring/zabbix/zabbix_action.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ansible/modules/monitoring/zabbix/zabbix_action.py b/lib/ansible/modules/monitoring/zabbix/zabbix_action.py index 63b9b54195..8ebd877c78 100644 --- a/lib/ansible/modules/monitoring/zabbix/zabbix_action.py +++ b/lib/ansible/modules/monitoring/zabbix/zabbix_action.py @@ -159,6 +159,8 @@ options: - The IDs used in the expression must exactly match the ones defined in the filter conditions. No condition can remain unused or omitted. - Required for custom expression filters. + - Use sequential IDs that start at "A". If non-sequential IDs are used, Zabbix re-indexes them. + This makes each module run notice the difference in IDs and update the action. default_message: description: - Problem message default text.