summaryrefslogtreecommitdiffstats
path: root/roles/os_zabbix/vars
diff options
context:
space:
mode:
authorzhizhang <zhizhang@zhizhang-laptop-nay.redhat.com>2016-03-16 22:53:29 +0800
committerzhizhang <zhizhang@zhizhang-laptop-nay.redhat.com>2016-03-16 22:53:29 +0800
commitad0d2a373d96bcee531561dbb89e3dd9a4a983c2 (patch)
tree9bb282130b4d00d8aa2ba4a4d0940a125be79933 /roles/os_zabbix/vars
parentfbfbe9d0992b3ede4d85acadb34ba60b8f9b5c69 (diff)
downloadopenshift-ad0d2a373d96bcee531561dbb89e3dd9a4a983c2.tar.gz
openshift-ad0d2a373d96bcee531561dbb89e3dd9a4a983c2.tar.bz2
openshift-ad0d2a373d96bcee531561dbb89e3dd9a4a983c2.tar.xz
openshift-ad0d2a373d96bcee531561dbb89e3dd9a4a983c2.zip
change time from int to float
Diffstat (limited to 'roles/os_zabbix/vars')
-rw-r--r--roles/os_zabbix/vars/template_openshift_master.yml4
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