summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorJoel Diaz <jdiaz@redhat.com>2015-10-22 14:19:28 -0400
committerJoel Diaz <jdiaz@redhat.com>2015-10-22 14:19:28 -0400
commit1192791e4689c0d80c74c25c2ae7765aa0a52a67 (patch)
treeda9be71391c84ac586d82b63cd2658767a210bda /roles
parentda13416756f4f898a556e44fa54f4fdd7c379f17 (diff)
downloadopenshift-1192791e4689c0d80c74c25c2ae7765aa0a52a67.tar.gz
openshift-1192791e4689c0d80c74c25c2ae7765aa0a52a67.tar.bz2
openshift-1192791e4689c0d80c74c25c2ae7765aa0a52a67.tar.xz
openshift-1192791e4689c0d80c74c25c2ae7765aa0a52a67.zip
Lower priority to stop the paging action.
Diffstat (limited to 'roles')
-rw-r--r--roles/os_zabbix/vars/template_os_linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/os_zabbix/vars/template_os_linux.yml b/roles/os_zabbix/vars/template_os_linux.yml
index 69432273f..3ae1500bc 100644
--- a/roles/os_zabbix/vars/template_os_linux.yml
+++ b/roles/os_zabbix/vars/template_os_linux.yml
@@ -248,7 +248,7 @@ g_template_os_linux:
- name: 'CPU idle less than 5% on {HOST.NAME}'
expression: '{Template OS Linux:kernel.all.cpu.idle.last()}<5 and {Template OS Linux:kernel.all.cpu.idle.last(#2)}<5'
url: 'https://github.com/openshift/ops-sop/blob/master/V3/Alerts/check_cpu_idle.asciidoc'
- priority: high
+ priority: average
description: 'CPU is less than 5% idle'
- name: 'CPU idle less than 10% on {HOST.NAME}'