Compare commits

...

2 commits

Author SHA1 Message Date
ded57bc155 Update docker.io/library/mariadb Docker tag to v12
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m53s
/ Ansible Lint (push) Successful in 2m54s
2026-03-11 00:16:51 +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
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
services:
database:
image: docker.io/library/mariadb:11
image: docker.io/library/mariadb:12
environment:
- "MARIADB_DATABASE=wordpress"
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"

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