diff options
-rw-r--r-- | roles/os_zabbix/vars/template_openshift_node.yml | 2 | ||||
-rw-r--r-- | roles/os_zabbix/vars/template_ops_tools.yml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/roles/os_zabbix/vars/template_openshift_node.yml b/roles/os_zabbix/vars/template_openshift_node.yml index 7032fd127..66bd3a147 100644 --- a/roles/os_zabbix/vars/template_openshift_node.yml +++ b/roles/os_zabbix/vars/template_openshift_node.yml @@ -59,7 +59,7 @@ g_template_openshift_node: url: 'https://github.com/openshift/ops-sop/blob/node/V3/Alerts/openshift_node.asciidoc' priority: high - - name: '[HEAL] OVS may not be running on {HOST.NAME}' + - name: '[Heal] OVS may not be running on {HOST.NAME}' expression: '{Template Openshift Node:openshift.node.ovs.pids.count.last(#1)}<>4 and {Template Openshift Node:openshift.node.ovs.pids.count.last(#2)}<>4' url: 'https://github.com/openshift/ops-sop/blob/node/V3/Alerts/openshift_node.asciidoc' priority: high diff --git a/roles/os_zabbix/vars/template_ops_tools.yml b/roles/os_zabbix/vars/template_ops_tools.yml index 7ee567850..a0a5a4d03 100644 --- a/roles/os_zabbix/vars/template_ops_tools.yml +++ b/roles/os_zabbix/vars/template_ops_tools.yml @@ -23,7 +23,7 @@ g_template_ops_tools: priority: average zactions: - - name: 'Remote command for [HEAL] triggers' + - name: 'Remote command for [Heal] triggers' status: enabled escalation_time: 60 conditions_filter: @@ -33,7 +33,7 @@ g_template_ops_tools: operator: not in - conditiontype: trigger name operator: like - value: "[HEAL]" + value: "[Heal]" - conditiontype: trigger value operator: "=" value: PROBLEM |