diff options
author | Sten Turpin <stenwt@users.noreply.github.com> | 2016-02-10 11:27:36 -0600 |
---|---|---|
committer | Sten Turpin <stenwt@users.noreply.github.com> | 2016-02-10 11:27:36 -0600 |
commit | 0a85c249b279ac42efaeab4ee92f490df32a66af (patch) | |
tree | dfb83e3eb268d8f43da8d6a3d6cc66d40c820918 /roles/os_zabbix/vars | |
parent | 987a26d1cae917eedf9062cde8d4d70d9b466000 (diff) | |
parent | deb32e870e617af915b6c3967a93cd659e2833fa (diff) | |
download | openshift-0a85c249b279ac42efaeab4ee92f490df32a66af.tar.gz openshift-0a85c249b279ac42efaeab4ee92f490df32a66af.tar.bz2 openshift-0a85c249b279ac42efaeab4ee92f490df32a66af.tar.xz openshift-0a85c249b279ac42efaeab4ee92f490df32a66af.zip |
Merge pull request #1373 from stenwt/sturpin-2016-02-09-registry-health-fixed
added nodes not ready and nodes not schedulable triggers
Diffstat (limited to 'roles/os_zabbix/vars')
-rw-r--r-- | roles/os_zabbix/vars/template_openshift_master.yml | 8 |
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: |