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

function: avg function: avg
linux_system_cpu_warning: linux_system_cpu_warning:
description: 'The CPU wait times are high.' description: 'The CPU wait times are high.'
severity: critical
severity: warning
rules: rules:
- metric: cpu_wait - metric: cpu_wait
relational_operator: '>=' relational_operator: '>='

Loading…
Cancel
Save