Browse Source

Merge pull request #736 from joelddiaz/cpu_no_page

Lower priority to stop the paging action.
Joel Diaz 9 years ago
parent
commit
e6d426fddd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/os_zabbix/vars/template_os_linux.yml

+ 1 - 1
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}'