Browse Source

change the check time from 1 hour to 2 hour

zhizhang 9 years ago
parent
commit
fbfbe9d099
1 changed files with 2 additions and 2 deletions
  1. 2 2
      roles/os_zabbix/vars/template_openshift_master.yml

+ 2 - 2
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}'