summaryrefslogtreecommitdiffstats
path: root/roles/os_zabbix/vars
diff options
context:
space:
mode:
authorzhizhang <zhizhang@zhizhang-laptop-nay.redhat.com>2016-03-16 09:23:39 +0800
committerzhizhang <zhizhang@zhizhang-laptop-nay.redhat.com>2016-03-16 09:23:39 +0800
commitfbfbe9d0992b3ede4d85acadb34ba60b8f9b5c69 (patch)
tree918ee633bf2c16dce581e46ac1e97f971be19719 /roles/os_zabbix/vars
parenta6aea811c2ca7cb8d8c2f5291c5d49cb5425b7c9 (diff)
downloadopenshift-fbfbe9d0992b3ede4d85acadb34ba60b8f9b5c69.tar.gz
openshift-fbfbe9d0992b3ede4d85acadb34ba60b8f9b5c69.tar.bz2
openshift-fbfbe9d0992b3ede4d85acadb34ba60b8f9b5c69.tar.xz
openshift-fbfbe9d0992b3ede4d85acadb34ba60b8f9b5c69.zip
change the check time from 1 hour to 2 hour
Diffstat (limited to 'roles/os_zabbix/vars')
-rw-r--r--roles/os_zabbix/vars/template_openshift_master.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/os_zabbix/vars/template_openshift_master.yml b/roles/os_zabbix/vars/template_openshift_master.yml
index 75e4b9ce2..45f2ecf07 100644
--- a/roles/os_zabbix/vars/template_openshift_master.yml
+++ b/roles/os_zabbix/vars/template_openshift_master.yml
@@ -328,8 +328,8 @@ 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'
+ - name: 'Application with build creation has failed multiple times in the last 2 hour on {HOST.NAME}'
+ expression: '{Template Openshift Master:openshift.master.app.build.create.sum(2h)}>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}'