Compare commits

..

1 commit

Author SHA1 Message Date
49f53367c3 Update docker.io/library/redis Docker tag to v8
All checks were successful
/ Ansible Lint (push) Successful in 2m58s
/ Ansible Lint (pull_request) Successful in 2m58s
2026-03-10 00:31:41 +00: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." 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: 2m for: 1m
labels: labels:
severity: critical severity: critical
org: fux org: fux