Explorar el Código

Merge pull request #1617 from BlueShells/BuildappMonitor

change time from int to float
Kenny Woodson hace 9 años
padre
commit
e47d3f806d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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