summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorJoel Diaz <jdiaz@redhat.com>2016-02-19 14:53:04 -0500
committerJoel Diaz <jdiaz@redhat.com>2016-02-19 14:53:04 -0500
commit4e1a63dbd3034c748c1164cd8478e3c50a16ee0a (patch)
tree28bb810e0dde8ae908330b83f5c6b067c7c7c5f8 /roles
parent1362615fd77a3eef5d92d1fe40dcd8704688faeb (diff)
parenta6c32ef9127be23122cc6b094f31a1ef5cff4b54 (diff)
downloadopenshift-4e1a63dbd3034c748c1164cd8478e3c50a16ee0a.tar.gz
openshift-4e1a63dbd3034c748c1164cd8478e3c50a16ee0a.tar.bz2
openshift-4e1a63dbd3034c748c1164cd8478e3c50a16ee0a.tar.xz
openshift-4e1a63dbd3034c748c1164cd8478e3c50a16ee0a.zip
Merge pull request #1452 from joelddiaz/master-registry-items
remove old master registry item/triggers
Diffstat (limited to 'roles')
-rw-r--r--roles/os_zabbix/vars/template_openshift_master.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/roles/os_zabbix/vars/template_openshift_master.yml b/roles/os_zabbix/vars/template_openshift_master.yml
index 1824d7881..2c172f56b 100644
--- a/roles/os_zabbix/vars/template_openshift_master.yml
+++ b/roles/os_zabbix/vars/template_openshift_master.yml
@@ -7,12 +7,6 @@ g_template_openshift_master:
- Openshift Master
key: openshift.master.app.create
- - key: openshift.master.registry.healthy_pct
- description: "Shows the percentage of healthy registries in the cluster"
- type: int
- applications:
- - Openshift Master
-
- key: openshift.master.process.count
description: Shows number of master processes running
type: int
@@ -345,20 +339,6 @@ g_template_openshift_master:
- 'Openshift Master process not running on {HOST.NAME}'
priority: avg
- - name: 'One or more Docker Registries is unhealthy according to {HOST.NAME}'
- expression: '{Template Openshift Master:openshift.master.registry.healthy_pct.last(#2)}<100 and {Template Openshift Master:openshift.master.registry.healthy_pct.max(#2)}>50'
- url: 'https://github.com/openshift/ops-sop/blob/master/V3/Alerts/openshift_registry.asciidoc'
- dependencies:
- - 'Openshift Master process not running on {HOST.NAME}'
- priority: avg
-
- - name: 'Multiple Docker Registries are unhealthy according to {HOST.NAME}'
- expression: '{Template Openshift Master:openshift.master.registry.healthy_pct.last(#2)}<51'
- url: 'https://github.com/openshift/ops-sop/blob/master/V3/Alerts/openshift_registry.asciidoc'
- dependencies:
- - 'Openshift Master process not running on {HOST.NAME}'
- priority: high
-
- name: 'SkyDNS port not listening on {HOST.NAME}'
expression: '{Template Openshift Master:openshift.master.skydns.port.open.max(#3)}<1'
url: 'https://github.com/openshift/ops-sop/blob/master/V3/Alerts/openshift_master.asciidoc'