fix alert description

This commit is contained in:
Samuel Berthe 2020-12-28 16:40:11 +01:00
parent 3358a43888
commit 965fefab89
No known key found for this signature in database
GPG key ID: 64863511FFBD0E3C

View file

@ -170,8 +170,8 @@ groups:
description: CPU load is > 80%
query: '100 - (avg by(instance) (rate(node_cpu_seconds_total{mode="idle"}[5m])) * 100) > 80'
severity: warning
- name: CPU steal
description: CPU steal is > 10%
- name: CPU steal noisy neighbor
description: CPU steal is > 10%. A noisy neighbor is killing VM performances or a spot instance may be out of credit.
query: 'avg by(instance) (rate(node_cpu_seconds_total{mode="steal"}[5m])) * 100 > 10'
severity: warning
- name: Host context switching