summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorzhizhang <zhizhang@zhizhang-laptop-nay.redhat.com>2016-02-25 11:10:39 +0800
committerzhizhang <zhizhang@zhizhang-laptop-nay.redhat.com>2016-02-25 11:10:39 +0800
commit0a2afe60757991ce7d32d0cf4d9344394225d0c2 (patch)
treec852912c751d1774fcb21a4fa25145df16a8607c /roles
parentd1933cbe454730291ca412f0b48a349b4079dab4 (diff)
downloadopenshift-0a2afe60757991ce7d32d0cf4d9344394225d0c2.tar.gz
openshift-0a2afe60757991ce7d32d0cf4d9344394225d0c2.tar.bz2
openshift-0a2afe60757991ce7d32d0cf4d9344394225d0c2.tar.xz
openshift-0a2afe60757991ce7d32d0cf4d9344394225d0c2.zip
add trigger for app creation with build process
Diffstat (limited to 'roles')
-rw-r--r--roles/os_zabbix/vars/template_openshift_master.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/roles/os_zabbix/vars/template_openshift_master.yml b/roles/os_zabbix/vars/template_openshift_master.yml
index 4ddff6545..836456b89 100644
--- a/roles/os_zabbix/vars/template_openshift_master.yml
+++ b/roles/os_zabbix/vars/template_openshift_master.yml
@@ -301,6 +301,13 @@ g_template_openshift_master:
- 'Openshift Master process not running on {HOST.NAME}'
priority: avg
+ - name: 'Application creation with build has failed on {HOST.NAME}'
+ expression: '{Template Openshift Master:openshift.master.app.build.create.last(#1)}=1 and {Template Openshift Master:openshift.master.app.build.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:openshift.master.app.create.sum(1h)}>3'
url: 'https://github.com/openshift/ops-sop/blob/master/V3/Alerts/check_create_app.asciidoc'
@@ -309,6 +316,14 @@ g_template_openshift_master:
description: The application create loop has failed 4 or more times in the last hour
priority: avg
+ - name: 'Application with build creation has failed multiple times in the last hour on {HOST.NAME}'
+ expression: '{Template Openshift Master:openshift.master.app.build.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}'
+ description: The application create loop has failed 4 or more times in the last hour
+ priority: avg
+
- name: 'Openshift Master API health check is failing on {HOST.NAME}'
expression: '{Template Openshift Master:openshift.master.api.healthz.max(#3)}<1'
url: 'https://github.com/openshift/ops-sop/blob/master/V3/Alerts/openshift_master.asciidoc'