diff options
Diffstat (limited to 'roles/os_zabbix')
-rw-r--r-- | roles/os_zabbix/vars/template_openshift_master.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/os_zabbix/vars/template_openshift_master.yml b/roles/os_zabbix/vars/template_openshift_master.yml index 45f2ecf07..c1d2e0e79 100644 --- a/roles/os_zabbix/vars/template_openshift_master.yml +++ b/roles/os_zabbix/vars/template_openshift_master.yml @@ -15,13 +15,13 @@ g_template_openshift_master: - key: openshift.master.app.create.time description: "check the time it takes app create with a build process" - type: int + type: float applications: - Openshift Master - key: openshift.master.app.build.time description: "check the time it takes app build" - type: int + type: float applications: - Openshift Master |