summaryrefslogtreecommitdiffstats
path: root/roles/os_zabbix
diff options
context:
space:
mode:
authorMatt Woodson <mwoodson@redhat.com>2015-11-04 10:16:33 -0500
committerMatt Woodson <mwoodson@redhat.com>2015-11-04 10:16:33 -0500
commitf1db40374cc98205118ff1f6320b8bffe9bf3dc1 (patch)
treeb2d482b9f6b235733363a243c8b93bd7cf8ac686 /roles/os_zabbix
parent9dff4e68bf1e40fac6b8e957f06a06b420a0e887 (diff)
downloadopenshift-f1db40374cc98205118ff1f6320b8bffe9bf3dc1.tar.gz
openshift-f1db40374cc98205118ff1f6320b8bffe9bf3dc1.tar.bz2
openshift-f1db40374cc98205118ff1f6320b8bffe9bf3dc1.tar.xz
openshift-f1db40374cc98205118ff1f6320b8bffe9bf3dc1.zip
added the %util in zabbix
Diffstat (limited to 'roles/os_zabbix')
-rw-r--r--roles/os_zabbix/vars/template_os_linux.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/os_zabbix/vars/template_os_linux.yml b/roles/os_zabbix/vars/template_os_linux.yml
index d494f1bad..fbc20cd63 100644
--- a/roles/os_zabbix/vars/template_os_linux.yml
+++ b/roles/os_zabbix/vars/template_os_linux.yml
@@ -224,6 +224,14 @@ g_template_os_linux:
applications:
- Disk
+ - discoveryrule_key: disc.disk
+ name: "Percent Utilized for disk {#OSO_DISK}"
+ key: "disc.disk.putil[{#OSO_DISK}]"
+ value_type: float
+ description: "PCP disk.dev.avactive metric measured over a period of time. This is the '%util' in the iostat command"
+ 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'