Decrease oom kill to one day

This commit is contained in:
Sandro - 2022-12-21 23:42:10 +01:00
parent f7bf9eb6c2
commit d7f2562459
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ groups:
- name: default
rules:
- alert: oom_kills
expr: round(increase(node_vmstat_oom_kill[7d])) >= 1
expr: round(increase(node_vmstat_oom_kill[1d])) >= 1
for: 10m
labels:
severity: error