Add low available memory alert

This commit is contained in:
Simon Ser 2021-11-16 00:31:55 +00:00 committed by Drew DeVault
parent bce1792825
commit b6b61e6f7c
1 changed files with 7 additions and 0 deletions

View File

@ -109,3 +109,10 @@ groups:
<< : *prolonged
annotations:
summary: "Instance {{ $labels.instance }} prolonged >5 MiB/s disk I/O"
- alert: High memory usage
expr: >
avg_over_time(node_memory_MemAvailable_bytes[5m]) < 100 * 1024^2
labels:
severity: important
annotations:
summary: "Instance {{ $labels.instance }} <100MiB available memory"