diff options
author | Sten Turpin <sten@redhat.com> | 2016-02-10 11:46:18 -0600 |
---|---|---|
committer | Sten Turpin <sten@redhat.com> | 2016-02-10 11:46:18 -0600 |
commit | 0f21a56f587d971f42d28b3a9f9951e393f4ff7c (patch) | |
tree | 5accf2e993788b1978dd1485a2c0268387eb48fc | |
parent | 0a85c249b279ac42efaeab4ee92f490df32a66af (diff) | |
download | openshift-0f21a56f587d971f42d28b3a9f9951e393f4ff7c.tar.gz openshift-0f21a56f587d971f42d28b3a9f9951e393f4ff7c.tar.bz2 openshift-0f21a56f587d971f42d28b3a9f9951e393f4ff7c.tar.xz openshift-0f21a56f587d971f42d28b3a9f9951e393f4ff7c.zip |
removed notscheduleable trigger, it just makes noise in its current incarnation
-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 |