summaryrefslogtreecommitdiffstats
path: root/roles/os_zabbix/vars/template_os_linux.yml
diff options
context:
space:
mode:
authorWesley Hearn <wesley.s.hearn@gmail.com>2015-08-27 11:12:53 -0400
committerWesley Hearn <wesley.s.hearn@gmail.com>2015-08-27 11:12:53 -0400
commit5c7e1366ad8ae67ef23117d296a65a6ee81ccd29 (patch)
tree043628b7a804ad66019129129cc0186289d80a28 /roles/os_zabbix/vars/template_os_linux.yml
parentd228350e4b9cc6b5341985940f12a50ec2847768 (diff)
parent91eebb77744753bde5b4b83e7c7634ee47e5b859 (diff)
downloadopenshift-5c7e1366ad8ae67ef23117d296a65a6ee81ccd29.tar.gz
openshift-5c7e1366ad8ae67ef23117d296a65a6ee81ccd29.tar.bz2
openshift-5c7e1366ad8ae67ef23117d296a65a6ee81ccd29.tar.xz
openshift-5c7e1366ad8ae67ef23117d296a65a6ee81ccd29.zip
Merge pull request #517 from openshift/revert-513-zbxupdates
Revert "Zabbix API updates"
Diffstat (limited to 'roles/os_zabbix/vars/template_os_linux.yml')
-rw-r--r--roles/os_zabbix/vars/template_os_linux.yml143
1 files changed, 0 insertions, 143 deletions
diff --git a/roles/os_zabbix/vars/template_os_linux.yml b/roles/os_zabbix/vars/template_os_linux.yml
deleted file mode 100644
index 1cc928bce..000000000
--- a/roles/os_zabbix/vars/template_os_linux.yml
+++ /dev/null
@@ -1,143 +0,0 @@
----
-g_template_os_linux:
- name: Template OS Linux
- zapplications:
- - Disk
- - Memory
- - Kernel
- zitems:
- - key: kernel.uname.sysname
- application: Kernel
- value_type: string
-
- - key: kernel.all.cpu.wait.total
- application: Kernel
- value_type: int
-
- - key: kernel.all.cpu.irq.hard
- application: Kernel
- value_type: int
-
- - key: kernel.all.cpu.idle
- application: Kernel
- value_type: int
-
- - key: kernel.uname.distro
- application: Kernel
- value_type: string
-
- - key: kernel.uname.nodename
- application: Kernel
- value_type: string
-
- - key: kernel.all.cpu.irq.soft
- application: Kernel
- value_type: int
-
- - key: kernel.all.load.15_minute
- application: Kernel
- value_type: float
-
- - key: kernel.all.cpu.sys
- application: Kernel
- value_type: int
-
- - key: kernel.all.load.5_minute
- application: Kernel
- value_type: float
-
- - key: mem.freemem
- application: Memory
- value_type: int
-
- - key: kernel.all.cpu.nice
- application: Kernel
- value_type: int
-
- - key: mem.util.bufmem
- application: Memory
- value_type: int
-
- - key: swap.used
- application: Memory
- value_type: int
-
- - key: kernel.all.load.1_minute
- application: Kernel
- value_type: float
-
- - key: kernel.uname.version
- application: Kernel
- value_type: string
-
- - key: swap.length
- application: Memory
- value_type: int
-
- - key: mem.physmem
- application: Memory
- value_type: int
-
- - key: kernel.all.uptime
- application: Kernel
- value_type: int
-
- - key: swap.free
- application: Memory
- value_type: int
-
- - key: mem.util.used
- application: Memory
- value_type: int
-
- - key: kernel.all.cpu.user
- application: Kernel
- value_type: int
-
- - key: kernel.uname.machine
- application: Kernel
- value_type: string
-
- - key: hinv.ncpu
- application: Kernel
- value_type: int
-
- - key: mem.util.cached
- application: Memory
- value_type: int
-
- - key: kernel.all.cpu.steal
- application: Kernel
- value_type: int
-
- - key: kernel.all.pswitch
- application: Kernel
- value_type: int
-
- - key: kernel.uname.release
- application: Kernel
- value_type: string
-
- - key: proc.nprocs
- application: Kernel
- value_type: int
-
- - key: filesys.avail
- application: Disk
- value_type: int
-
- - key: filesys.capacity
- application: Disk
- value_type: int
-
- - key: filesys.free
- application: Disk
- value_type: int
-
- - key: filesys.full
- application: Disk
- value_type: float
-
- - key: filesys.used
- application: Disk
- value_type: float