diff options
author | Joel Diaz <jdiaz@redhat.com> | 2016-02-19 14:51:40 -0500 |
---|---|---|
committer | Joel Diaz <jdiaz@redhat.com> | 2016-02-19 14:51:40 -0500 |
commit | a6c32ef9127be23122cc6b094f31a1ef5cff4b54 (patch) | |
tree | 28bb810e0dde8ae908330b83f5c6b067c7c7c5f8 /roles/os_zabbix | |
parent | 1362615fd77a3eef5d92d1fe40dcd8704688faeb (diff) | |
download | openshift-a6c32ef9127be23122cc6b094f31a1ef5cff4b54.tar.gz openshift-a6c32ef9127be23122cc6b094f31a1ef5cff4b54.tar.bz2 openshift-a6c32ef9127be23122cc6b094f31a1ef5cff4b54.tar.xz openshift-a6c32ef9127be23122cc6b094f31a1ef5cff4b54.zip |
remove old master registry item/triggers
Diffstat (limited to 'roles/os_zabbix')
-rw-r--r-- | roles/os_zabbix/vars/template_openshift_master.yml | 20 |
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' |