diff options
-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 |