From ad0d2a373d96bcee531561dbb89e3dd9a4a983c2 Mon Sep 17 00:00:00 2001 From: zhizhang Date: Wed, 16 Mar 2016 22:53:29 +0800 Subject: change time from int to float --- roles/os_zabbix/vars/template_openshift_master.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/os_zabbix/vars') 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 -- cgit v1.2.3