From 21b0ebbd6ff9f7d3220ef191373297110b8c22e8 Mon Sep 17 00:00:00 2001 From: Joel Diaz Date: Tue, 1 Mar 2016 14:28:30 -0500 Subject: change [HEAL] to [Heal] to match with v2 --- roles/os_zabbix/vars/template_openshift_node.yml | 2 +- roles/os_zabbix/vars/template_ops_tools.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'roles') 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 -- cgit v1.2.1