summaryrefslogtreecommitdiffstats
path: root/roles/os_zabbix/vars/template_openshift_master.yml
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2016-03-16 10:23:23 -0400
committerKenny Woodson <kwoodson@redhat.com>2016-03-16 10:23:23 -0400
commit025a2b962afa49ed59b411ed3dff3a9a9d24542e (patch)
tree173da39296de3ced3f1334cc8ded4b54824f6208 /roles/os_zabbix/vars/template_openshift_master.yml
parent917a1bfca108079045582a78c4595394097eb9f2 (diff)
parentfbfbe9d0992b3ede4d85acadb34ba60b8f9b5c69 (diff)
downloadopenshift-025a2b962afa49ed59b411ed3dff3a9a9d24542e.tar.gz
openshift-025a2b962afa49ed59b411ed3dff3a9a9d24542e.tar.bz2
openshift-025a2b962afa49ed59b411ed3dff3a9a9d24542e.tar.xz
openshift-025a2b962afa49ed59b411ed3dff3a9a9d24542e.zip
Merge pull request #1606 from BlueShells/BuildappMonitor
Buildapp monitor
Diffstat (limited to 'roles/os_zabbix/vars/template_openshift_master.yml')
-rw-r--r--roles/os_zabbix/vars/template_openshift_master.yml33
1 files changed, 33 insertions, 0 deletions
diff --git a/roles/os_zabbix/vars/template_openshift_master.yml b/roles/os_zabbix/vars/template_openshift_master.yml
index e36f23a2b..45f2ecf07 100644
--- a/roles/os_zabbix/vars/template_openshift_master.yml
+++ b/roles/os_zabbix/vars/template_openshift_master.yml
@@ -6,6 +6,24 @@ g_template_openshift_master:
applications:
- Openshift Master
key: openshift.master.app.create
+
+ - key: openshift.master.app.build.create
+ description: "check the app create with a build process"
+ type: int
+ applications:
+ - Openshift Master
+
+ - key: openshift.master.app.create.time
+ description: "check the time it takes app create with a build process"
+ type: int
+ applications:
+ - Openshift Master
+
+ - key: openshift.master.app.build.time
+ description: "check the time it takes app build"
+ type: int
+ applications:
+ - Openshift Master
- key: openshift.master.process.count
description: Shows number of master processes running
@@ -295,6 +313,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'
@@ -303,6 +328,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 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}'
+ 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'