summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorSten Turpin <sten@redhat.com>2016-02-10 11:21:49 -0500
committerSten Turpin <sten@redhat.com>2016-02-10 11:20:40 -0600
commitdeb32e870e617af915b6c3967a93cd659e2833fa (patch)
tree0ee726dd89d045513c92425591a0e25aae08d23f /roles
parentdbd456f5965d857731958460c975318d1ddc9866 (diff)
downloadopenshift-deb32e870e617af915b6c3967a93cd659e2833fa.tar.gz
openshift-deb32e870e617af915b6c3967a93cd659e2833fa.tar.bz2
openshift-deb32e870e617af915b6c3967a93cd659e2833fa.tar.xz
openshift-deb32e870e617af915b6c3967a93cd659e2833fa.zip
added nodes not ready and nodes not schedulable triggers
Diffstat (limited to 'roles')
-rw-r--r--roles/os_zabbix/vars/template_openshift_master.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/roles/os_zabbix/vars/template_openshift_master.yml b/roles/os_zabbix/vars/template_openshift_master.yml
index bcf75e457..abc414d66 100644
--- a/roles/os_zabbix/vars/template_openshift_master.yml
+++ b/roles/os_zabbix/vars/template_openshift_master.yml
@@ -374,17 +374,17 @@ g_template_openshift_master:
priority: high
- name: 'Hosts not ready according to {HOST.NAME}'
- expression: '{Template Openshift Master:openshift.master.nodesnotready.count.last(#2)>0'
+ expression: '{Template Openshift Master:openshift.master.nodesnotready.count.last(#2)}>0'
url: 'https://github.com/openshift/ops-sop/blob/master/V3/Alerts/openshift_node.asciidoc'
dependencies:
- - 'Openshift Master procecss not running on {HOST.NAME}'
+ - 'Openshift Master process not running on {HOST.NAME}'
priority: high
- name: 'Hosts not schedulable according to {HOST.NAME}'
- expression: '{Template Openshift Master:openshift.master.nodesnotschedulable.count.last(#2)>0'
+ expression: '{Template Openshift Master:openshift.master.nodesnotschedulable.count.last(#2)}>0'
url: 'https://github.com/openshift/ops-sop/blob/master/V3/Alerts/openshift_node.asciidoc'
dependencies:
- - 'Openshift Master procecss not running on {HOST.NAME}'
+ - 'Openshift Master process not running on {HOST.NAME}'
priority: info
zgraphs: