summaryrefslogtreecommitdiffstats
path: root/roles/os_zabbix/vars/template_openshift_master.yml
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2016-02-09 11:21:44 -0500
committerKenny Woodson <kwoodson@redhat.com>2016-02-09 11:21:44 -0500
commitb6b0bb440d5316bd84338b9c998463f2bea05662 (patch)
treee7e53d6e9527316725fcb9006eda860e7f74bf0c /roles/os_zabbix/vars/template_openshift_master.yml
parent226c87decf69c8290385d71990a503c1c7fe5fdd (diff)
downloadopenshift-b6b0bb440d5316bd84338b9c998463f2bea05662.tar.gz
openshift-b6b0bb440d5316bd84338b9c998463f2bea05662.tar.bz2
openshift-b6b0bb440d5316bd84338b9c998463f2bea05662.tar.xz
openshift-b6b0bb440d5316bd84338b9c998463f2bea05662.zip
Updated the key for app create
Diffstat (limited to 'roles/os_zabbix/vars/template_openshift_master.yml')
-rw-r--r--roles/os_zabbix/vars/template_openshift_master.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/roles/os_zabbix/vars/template_openshift_master.yml b/roles/os_zabbix/vars/template_openshift_master.yml
index 9d20eb012..ccbf6a6ec 100644
--- a/roles/os_zabbix/vars/template_openshift_master.yml
+++ b/roles/os_zabbix/vars/template_openshift_master.yml
@@ -2,10 +2,10 @@
g_template_openshift_master:
name: Template Openshift Master
zitems:
- - name: create_app
+ - name: openshift.master.app.create
applications:
- Openshift Master
- key: create_app
+ key: openshift.master.app.create
- key: openshift.master.registry.healthz
description: "Shows the health status of the cluster's docker registry"
@@ -288,14 +288,14 @@ g_template_openshift_master:
# Put triggers that depend on other triggers here (deps must be created first)
- name: 'Application creation has failed on {HOST.NAME}'
- expression: '{Template Openshift Master:create_app.last(#1)}=1 and {Template Openshift Master:create_app.last(#2)}=1'
+ expression: '{Template Openshift Master:openshift.master.app.create.last(#1)}=1 and {Template Openshift Master:openshift.master.app.create.last(#2)}=1'
url: 'https://github.com/openshift/ops-sop/blob/master/V3/Alerts/check_create_app.asciidoc'
dependencies:
- 'Openshift Master process not running on {HOST.NAME}'
priority: avg
- name: 'Application creation has failed multiple times in the last hour on {HOST.NAME}'
- expression: '{Template Openshift Master:create_app.sum(1h)}>3'
+ expression: '{Template Openshift Master:openshift.master.app.create.sum(1h)}>3'
url: 'https://github.com/openshift/ops-sop/blob/master/V3/Alerts/check_create_app.asciidoc'
dependencies:
- 'Openshift Master process not running on {HOST.NAME}'