Browse Source

Merge pull request #636 from kwoodson/quick1

Correcting cpu types to floats for percentage
Kenny Woodson 9 years ago
parent
commit
39e08fa0ce
1 changed files with 8 additions and 8 deletions
  1. 8 8
      roles/os_zabbix/vars/template_os_linux.yml

+ 8 - 8
roles/os_zabbix/vars/template_os_linux.yml

@@ -10,17 +10,17 @@ g_template_os_linux:
   - key: kernel.all.cpu.wait.total
     applications:
     - Kernel
-    value_type: int
+    value_type: float
 
   - key: kernel.all.cpu.irq.hard
     applications:
     - Kernel
-    value_type: int
+    value_type: float
 
   - key: kernel.all.cpu.idle
     applications:
     - Kernel
-    value_type: int
+    value_type: float
 
   - key: kernel.uname.distro
     applications:
@@ -35,7 +35,7 @@ g_template_os_linux:
   - key: kernel.all.cpu.irq.soft
     applications:
     - Kernel
-    value_type: int
+    value_type: float
 
   - key: kernel.all.load.15_minute
     applications:
@@ -45,7 +45,7 @@ g_template_os_linux:
   - key: kernel.all.cpu.sys
     applications:
     - Kernel
-    value_type: int
+    value_type: float
 
   - key: kernel.all.load.5_minute
     applications:
@@ -55,7 +55,7 @@ g_template_os_linux:
   - key: kernel.all.cpu.nice
     applications:
     - Kernel
-    value_type: int
+    value_type: float
 
   - key: kernel.all.load.1_minute
     applications:
@@ -75,7 +75,7 @@ g_template_os_linux:
   - key: kernel.all.cpu.user
     applications:
     - Kernel
-    value_type: int
+    value_type: float
 
   - key: kernel.uname.machine
     applications:
@@ -90,7 +90,7 @@ g_template_os_linux:
   - key: kernel.all.cpu.steal
     applications:
     - Kernel
-    value_type: int
+    value_type: float
 
   - key: kernel.all.pswitch
     applications: