summaryrefslogtreecommitdiffstats
path: root/roles/os_zabbix
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2016-03-16 10:55:49 -0400
committerKenny Woodson <kwoodson@redhat.com>2016-03-16 10:55:49 -0400
commite47d3f806da7db924dd8d9e0e533c1a59868fa16 (patch)
tree61943fcc65f91bc6b0f0a4dc2255e7648349159e /roles/os_zabbix
parent025a2b962afa49ed59b411ed3dff3a9a9d24542e (diff)
parentad0d2a373d96bcee531561dbb89e3dd9a4a983c2 (diff)
downloadopenshift-e47d3f806da7db924dd8d9e0e533c1a59868fa16.tar.gz
openshift-e47d3f806da7db924dd8d9e0e533c1a59868fa16.tar.bz2
openshift-e47d3f806da7db924dd8d9e0e533c1a59868fa16.tar.xz
openshift-e47d3f806da7db924dd8d9e0e533c1a59868fa16.zip
Merge pull request #1617 from BlueShells/BuildappMonitor
change time from int to float
Diffstat (limited to 'roles/os_zabbix')
-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