Compare commits

..

2 commits

Author SHA1 Message Date
b04af233cb Update docker.io/library/postgres Docker tag to v18
All checks were successful
/ Ansible Lint (push) Successful in 2m54s
/ Ansible Lint (pull_request) Successful in 3m0s
2026-03-11 00:16:53 +00:00
904c50c17c
fux alert: set for to 2min
All checks were successful
/ Ansible Lint (push) Successful in 2m28s
2026-03-10 21:45:52 +01:00

View file

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