Prechádzať zdrojové kódy

Merge pull request #1617 from BlueShells/BuildappMonitor

change time from int to float
Kenny Woodson 9 rokov pred
rodič
commit
e47d3f806d

+ 2 - 2
roles/os_zabbix/vars/template_openshift_master.yml

@@ -15,13 +15,13 @@ g_template_openshift_master:
 
 
   - key: openshift.master.app.create.time
   - key: openshift.master.app.create.time
     description: "check the time it takes app create with a build process"
     description: "check the time it takes app create with a build process"
-    type: int
+    type: float
     applications:
     applications:
     - Openshift Master
     - Openshift Master
 
 
   - key: openshift.master.app.build.time
   - key: openshift.master.app.build.time
     description: "check the time it takes app build"
     description: "check the time it takes app build"
-    type: int
+    type: float
     applications:
     applications:
     - Openshift Master
     - Openshift Master