Browse Source

Fix severity for the linux_system_cpu_warning alarm

Change-Id: Ic3a1e77f2d38c5d916dd3c07211a6ea160559e6f
tags/2017.4
Simon Pasquier 7 years ago
parent
commit
a4a6f16bbe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      linux/meta/heka.yml

+ 1
- 1
linux/meta/heka.yml View File

@@ -17,7 +17,7 @@ metric_collector:
function: avg
linux_system_cpu_warning:
description: 'The CPU wait times are high.'
severity: critical
severity: warning
rules:
- metric: cpu_wait
relational_operator: '>='

Loading…
Cancel
Save