Skip to content
Snippets Groups Projects
Commit 27914266 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Merge branch '722-alert-on-high-load' into 'main'

Resolve "Alert on high load"

Closes #722

See merge request stackspin/stackspin!798
parents 0e9b7707 08cb1d7c
No related branches found
No related tags found
No related merge requests found
......@@ -75,3 +75,12 @@ spec:
annotations:
summary: Container Memory usage ({{ $labels.container }})
description: "Container Memory usage is above 80%\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
- alert: HostHighLoad
expr: instance:node_load1_per_cpu:ratio > 1
for: 10m
labels:
severity: warning
annotations:
summary: High load on ({{ $labels.instance }})
description: "Load per cpu is above 1\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment