Browse Source

Merge pull request #1617 from BlueShells/BuildappMonitor

change time from int to float
Kenny Woodson 9 years ago
parent
commit
e47d3f806d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      roles/os_zabbix/vars/template_openshift_master.yml

+ 2 - 2
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