fux alert: set for to 2min
All checks were successful
/ Ansible Lint (push) Successful in 2m28s

This commit is contained in:
chris 2026-03-10 21:45:52 +01:00
commit 904c50c17c
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak

View file

@ -12,7 +12,7 @@ groups:
description: "The job {{ $labels.job }} on target: {{ $labels.instance }} has been flaky over the last 24 hours." description: "The job {{ $labels.job }} on target: {{ $labels.instance }} has been flaky over the last 24 hours."
- alert: ProbeFailed - alert: ProbeFailed
expr: group by(instance, job, ip) (probe_success{org="fux"} == 0) expr: group by(instance, job, ip) (probe_success{org="fux"} == 0)
for: 1m for: 2m
labels: labels:
severity: critical severity: critical
org: fux org: fux