diff options
| author | Joel Diaz <jdiaz@redhat.com> | 2016-03-01 14:28:30 -0500 | 
|---|---|---|
| committer | Joel Diaz <jdiaz@redhat.com> | 2016-03-01 14:28:30 -0500 | 
| commit | 21b0ebbd6ff9f7d3220ef191373297110b8c22e8 (patch) | |
| tree | d51f45e76899a4f056c38bcf043015e399a2d883 /roles/os_zabbix | |
| parent | a8d62f50d897454615a86c4ce53cedfc61c6315d (diff) | |
| download | openshift-21b0ebbd6ff9f7d3220ef191373297110b8c22e8.tar.gz openshift-21b0ebbd6ff9f7d3220ef191373297110b8c22e8.tar.bz2 openshift-21b0ebbd6ff9f7d3220ef191373297110b8c22e8.tar.xz openshift-21b0ebbd6ff9f7d3220ef191373297110b8c22e8.zip | |
change [HEAL] to [Heal] to match with v2
Diffstat (limited to 'roles/os_zabbix')
| -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 | 
