From ef6435fefc08730be4ceacc3b3048a7c8602aabd Mon Sep 17 00:00:00 2001
From: Kenny Woodson <kwoodson@redhat.com>
Date: Fri, 9 Oct 2015 11:56:39 -0400
Subject: Raising limits to 90 and 85 for disk usage

---
 roles/os_zabbix/vars/template_os_linux.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'roles')

diff --git a/roles/os_zabbix/vars/template_os_linux.yml b/roles/os_zabbix/vars/template_os_linux.yml
index 232139df9..cd9649773 100644
--- a/roles/os_zabbix/vars/template_os_linux.yml
+++ b/roles/os_zabbix/vars/template_os_linux.yml
@@ -204,13 +204,13 @@ g_template_os_linux:
     - Disk
 
   ztriggerprototypes:
-  - name: 'Filesystem: {#OSO_FILESYS} has less than 10% free on {HOST.NAME}'
-    expression: '{Template OS Linux:disc.filesys.full[{#OSO_FILESYS}].last()}>90'
+  - name: 'Filesystem: {#OSO_FILESYS} has less than 15% free on {HOST.NAME}'
+    expression: '{Template OS Linux:disc.filesys.full[{#OSO_FILESYS}].last()}>85'
     url: 'https://github.com/openshift/ops-sop/blob/master/V3/Alerts/check_filesys_full.asciidoc'
     priority: warn
 
-  - name: 'Filesystem: {#OSO_FILESYS} has less than 5% free on {HOST.NAME}'
-    expression: '{Template OS Linux:disc.filesys.full[{#OSO_FILESYS}].last()}>95'
+  - name: 'Filesystem: {#OSO_FILESYS} has less than 10% free on {HOST.NAME}'
+    expression: '{Template OS Linux:disc.filesys.full[{#OSO_FILESYS}].last()}>90'
     url: 'https://github.com/openshift/ops-sop/blob/master/V3/Alerts/check_filesys_full.asciidoc'
     priority: high
 
-- 
cgit v1.2.3