diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2015-09-30 14:28:52 -0400 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2015-09-30 14:28:52 -0400 |
commit | 0c24b639653d01ce4a0a730f9c579cfc30ec853b (patch) | |
tree | d4ed55ea8c83c9e6c1bbc14f64224d0ffbd3ddc4 /roles/os_zabbix | |
parent | 326d26b8a57330bf1fdd24a31990f4546084f81e (diff) | |
download | openshift-0c24b639653d01ce4a0a730f9c579cfc30ec853b.tar.gz openshift-0c24b639653d01ce4a0a730f9c579cfc30ec853b.tar.bz2 openshift-0c24b639653d01ce4a0a730f9c579cfc30ec853b.tar.xz openshift-0c24b639653d01ce4a0a730f9c579cfc30ec853b.zip |
Updating these to the correct type
Diffstat (limited to 'roles/os_zabbix')
-rw-r--r-- | roles/os_zabbix/vars/template_os_linux.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/roles/os_zabbix/vars/template_os_linux.yml b/roles/os_zabbix/vars/template_os_linux.yml index 3c29c5d16..fe72f003b 100644 --- a/roles/os_zabbix/vars/template_os_linux.yml +++ b/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: |