diff options
author | zhizhang <zhizhang@zhizhang-laptop-nay.redhat.com> | 2016-03-16 22:53:29 +0800 |
---|---|---|
committer | zhizhang <zhizhang@zhizhang-laptop-nay.redhat.com> | 2016-03-16 22:53:29 +0800 |
commit | ad0d2a373d96bcee531561dbb89e3dd9a4a983c2 (patch) | |
tree | 9bb282130b4d00d8aa2ba4a4d0940a125be79933 | |
parent | fbfbe9d0992b3ede4d85acadb34ba60b8f9b5c69 (diff) | |
download | openshift-ad0d2a373d96bcee531561dbb89e3dd9a4a983c2.tar.gz openshift-ad0d2a373d96bcee531561dbb89e3dd9a4a983c2.tar.bz2 openshift-ad0d2a373d96bcee531561dbb89e3dd9a4a983c2.tar.xz openshift-ad0d2a373d96bcee531561dbb89e3dd9a4a983c2.zip |
change time from int to float
-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 |