add alert to monitor free memory on nodes [ci skip]

This commit is contained in:
viktorbarzin 2023-03-26 17:22:04 +01:00
parent dfd74c26b5
commit e9bf46caf8
No known key found for this signature in database
GPG key ID: 0EB088298288D958
2 changed files with 9 additions and 0 deletions

View file

@ -112,6 +112,15 @@ serverFiles:
severity: page
annotations:
summary: "High CPU usage on node. Node load: {{ $value }}"
- name: NodeLowFreeMemory
rules:
- alert: NodeLowFreeMemory
expr: node_memory_MemAvailable_bytes < 500000000
for: 10m
labels:
severity: page
annotations:
summary: "Low free memory on node. Node load: {{ $value }}"
# - name: PodStuckNotReady
# rules:
# - alert: PodStuckNotReady

Binary file not shown.