From a6c32ef9127be23122cc6b094f31a1ef5cff4b54 Mon Sep 17 00:00:00 2001
From: Joel Diaz <jdiaz@redhat.com>
Date: Fri, 19 Feb 2016 14:51:40 -0500
Subject: remove old master registry item/triggers

---
 roles/os_zabbix/vars/template_openshift_master.yml | 20 --------------------
 1 file changed, 20 deletions(-)

(limited to 'roles/os_zabbix/vars')

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'
-- 
cgit v1.2.3