From fbfbe9d0992b3ede4d85acadb34ba60b8f9b5c69 Mon Sep 17 00:00:00 2001 From: zhizhang Date: Wed, 16 Mar 2016 09:23:39 +0800 Subject: change the check time from 1 hour to 2 hour --- roles/os_zabbix/vars/template_openshift_master.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 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 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}' -- cgit v1.2.3