summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorMarek Mahut <mmahut@redhat.com>2016-02-22 10:58:20 +0100
committerMarek Mahut <mmahut@redhat.com>2016-02-22 10:58:20 +0100
commit7b2d99f896099024355cc91a671b254c98b3efbb (patch)
tree80ce538298724cd8a53655ded5176e6065ef6d2b /roles
parent4e1a63dbd3034c748c1164cd8478e3c50a16ee0a (diff)
downloadopenshift-7b2d99f896099024355cc91a671b254c98b3efbb.tar.gz
openshift-7b2d99f896099024355cc91a671b254c98b3efbb.tar.bz2
openshift-7b2d99f896099024355cc91a671b254c98b3efbb.tar.xz
openshift-7b2d99f896099024355cc91a671b254c98b3efbb.zip
Do not monitor for etcd watchers
Diffstat (limited to 'roles')
-rw-r--r--roles/os_zabbix/vars/template_openshift_master.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/roles/os_zabbix/vars/template_openshift_master.yml b/roles/os_zabbix/vars/template_openshift_master.yml
index 2c172f56b..e36f23a2b 100644
--- a/roles/os_zabbix/vars/template_openshift_master.yml
+++ b/roles/os_zabbix/vars/template_openshift_master.yml
@@ -272,11 +272,6 @@ g_template_openshift_master:
url: 'https://github.com/openshift/ops-sop/blob/master/V3/Alerts/openshift_master.asciidoc'
priority: high
- - name: 'Low number of etcd watchers on {HOST.NAME}'
- expression: '{Template Openshift Master:openshift.master.etcd.watchers.last(#1)}<10 and {Template Openshift Master:openshift.master.etcd.watchers.last(#2)}<10'
- url: 'https://github.com/openshift/ops-sop/blob/master/V3/Alerts/check_etcd.asciidoc'
- priority: avg
-
- name: 'Etcd ping failed on {HOST.NAME}'
expression: '{Template Openshift Master:openshift.master.etcd.ping.last(#1)}=0 and {Template Openshift Master:openshift.master.etcd.ping.last(#2)}=0'
url: 'https://github.com/openshift/ops-sop/blob/master/V3/Alerts/check_etcd.asciidoc'