diff options
author | zhizhang <zhizhang@zhizhang-laptop-nay.redhat.com> | 2016-02-24 10:48:18 +0800 |
---|---|---|
committer | zhizhang <zhizhang@zhizhang-laptop-nay.redhat.com> | 2016-02-24 10:48:18 +0800 |
commit | d1933cbe454730291ca412f0b48a349b4079dab4 (patch) | |
tree | 51cbd4b41f3d15d5c0ce5b76359bdb47c6ff4a32 /roles/os_zabbix | |
parent | b251805951a53315db58b6a59bf69c0cc0cfa407 (diff) | |
download | openshift-d1933cbe454730291ca412f0b48a349b4079dab4.tar.gz openshift-d1933cbe454730291ca412f0b48a349b4079dab4.tar.bz2 openshift-d1933cbe454730291ca412f0b48a349b4079dab4.tar.xz openshift-d1933cbe454730291ca412f0b48a349b4079dab4.zip |
add key of openshift.master.app.build.create
Diffstat (limited to 'roles/os_zabbix')
-rw-r--r-- | roles/os_zabbix/vars/template_openshift_master.yml | 6 |
1 files changed, 6 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..4ddff6545 100644 --- a/roles/os_zabbix/vars/template_openshift_master.yml +++ b/roles/os_zabbix/vars/template_openshift_master.yml @@ -6,6 +6,12 @@ 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.process.count description: Shows number of master processes running |