diff options
author | Sten Turpin <stenwt@users.noreply.github.com> | 2016-02-10 11:50:26 -0600 |
---|---|---|
committer | Sten Turpin <stenwt@users.noreply.github.com> | 2016-02-10 11:50:26 -0600 |
commit | e73f1371573cfb2c73f3499f75fe24a6ea65414d (patch) | |
tree | 5accf2e993788b1978dd1485a2c0268387eb48fc /roles | |
parent | 0a85c249b279ac42efaeab4ee92f490df32a66af (diff) | |
parent | 0f21a56f587d971f42d28b3a9f9951e393f4ff7c (diff) | |
download | openshift-e73f1371573cfb2c73f3499f75fe24a6ea65414d.tar.gz openshift-e73f1371573cfb2c73f3499f75fe24a6ea65414d.tar.bz2 openshift-e73f1371573cfb2c73f3499f75fe24a6ea65414d.tar.xz openshift-e73f1371573cfb2c73f3499f75fe24a6ea65414d.zip |
Merge pull request #1375 from stenwt/sturpin-2016-02-10-notnotsched
removed notscheduleable trigger, it just makes noise in its current i…
Diffstat (limited to 'roles')
-rw-r--r-- | roles/os_zabbix/vars/template_openshift_master.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/roles/os_zabbix/vars/template_openshift_master.yml b/roles/os_zabbix/vars/template_openshift_master.yml index abc414d66..1824d7881 100644 --- a/roles/os_zabbix/vars/template_openshift_master.yml +++ b/roles/os_zabbix/vars/template_openshift_master.yml @@ -380,13 +380,6 @@ g_template_openshift_master: - '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' - url: 'https://github.com/openshift/ops-sop/blob/master/V3/Alerts/openshift_node.asciidoc' - dependencies: - - 'Openshift Master process not running on {HOST.NAME}' - priority: info - zgraphs: - name: Openshift Master API Server Latency Pods LIST Quantiles width: 900 |