diff options
author | zhizhang <zhizhang@zhizhang-laptop-nay.redhat.com> | 2016-02-29 13:30:21 +0800 |
---|---|---|
committer | zhizhang <zhizhang@zhizhang-laptop-nay.redhat.com> | 2016-02-29 13:30:21 +0800 |
commit | a6aea811c2ca7cb8d8c2f5291c5d49cb5425b7c9 (patch) | |
tree | a5752be24309613c49e767b1a4c2098d1b97cf1f /roles/os_zabbix/vars | |
parent | 0a2afe60757991ce7d32d0cf4d9344394225d0c2 (diff) | |
download | openshift-a6aea811c2ca7cb8d8c2f5291c5d49cb5425b7c9.tar.gz openshift-a6aea811c2ca7cb8d8c2f5291c5d49cb5425b7c9.tar.bz2 openshift-a6aea811c2ca7cb8d8c2f5291c5d49cb5425b7c9.tar.xz openshift-a6aea811c2ca7cb8d8c2f5291c5d49cb5425b7c9.zip |
add item of time cost a app build and app create
Diffstat (limited to 'roles/os_zabbix/vars')
-rw-r--r-- | roles/os_zabbix/vars/template_openshift_master.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roles/os_zabbix/vars/template_openshift_master.yml b/roles/os_zabbix/vars/template_openshift_master.yml index 836456b89..75e4b9ce2 100644 --- a/roles/os_zabbix/vars/template_openshift_master.yml +++ b/roles/os_zabbix/vars/template_openshift_master.yml @@ -13,6 +13,18 @@ g_template_openshift_master: 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 type: int |