change alerting rules
This commit is contained in:
parent
f7a05a856c
commit
4f1cd73465
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ data:
|
||||||
severity: warning
|
severity: warning
|
||||||
annotations:
|
annotations:
|
||||||
summary: "Memory over 80%"
|
summary: "Memory over 80%"
|
||||||
description: "Memory on server {{ $labels.server }} is over 80% for more than 5 minutes. Plox fix. Memory usage: {{ $value }}%"
|
description: "Memory on node {{ $labels.node }} is over 80% for more than 5 minutes. Plox fix. Memory usage: {{ $value }}%"
|
||||||
allow-snippet-annotations: 'false'
|
allow-snippet-annotations: 'false'
|
||||||
prometheus.yml: |
|
prometheus.yml: |
|
||||||
global:
|
global:
|
||||||
|
|
Loading…
Reference in a new issue