summaryrefslogtreecommitdiffstats
path: root/roles/os_zabbix
diff options
context:
space:
mode:
authorMatt Woodson <mwoodson@redhat.com>2015-11-03 14:02:40 -0500
committerMatt Woodson <mwoodson@redhat.com>2015-11-03 14:23:46 -0500
commit97dda64d5458dc7bd3edad720eb2a1e821b8b947 (patch)
treea7a509d8bc55eebeeed48c1cc23ec9d6239ec9a0 /roles/os_zabbix
parent769a2e15cb505c53aab5953735566e6657dd17c3 (diff)
downloadopenshift-97dda64d5458dc7bd3edad720eb2a1e821b8b947.tar.gz
openshift-97dda64d5458dc7bd3edad720eb2a1e821b8b947.tar.bz2
openshift-97dda64d5458dc7bd3edad720eb2a1e821b8b947.tar.xz
openshift-97dda64d5458dc7bd3edad720eb2a1e821b8b947.zip
added disk tps checks to zabbix
Diffstat (limited to 'roles/os_zabbix')
-rw-r--r--roles/os_zabbix/vars/template_os_linux.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/roles/os_zabbix/vars/template_os_linux.yml b/roles/os_zabbix/vars/template_os_linux.yml
index aeeec4b8d..68de2dde5 100644
--- a/roles/os_zabbix/vars/template_os_linux.yml
+++ b/roles/os_zabbix/vars/template_os_linux.yml
@@ -194,6 +194,11 @@ g_template_os_linux:
lifetime: 1
description: "Dynamically register the filesystems"
+ - name: disc.disk
+ key: disc.disk
+ lifetime: 1
+ description: "Dynamically register disks on a node"
+
zitemprototypes:
- discoveryrule_key: disc.filesys
name: "disc.filesys.full.{#OSO_FILESYS}"
@@ -211,6 +216,14 @@ g_template_os_linux:
applications:
- Disk
+ - discoveryrule_key: disc.disk
+ name: "TPS (IOPS) for disk {#OSO_DISK}"
+ key: "disc.disk.tps[{#OSO_FILESYS}]"
+ value_type: int
+ description: "PCP disk.dev.totals metric measured over a period of time. This shows how many disk transactions per second the disk is using"
+ applications:
+ - Disk
+
ztriggerprototypes:
- name: 'Filesystem: {#OSO_FILESYS} has less than 15% free disk space on {HOST.NAME}'
expression: '{Template OS Linux:disc.filesys.full[{#OSO_FILESYS}].last()}>85'