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