Compare commits
2 commits
007949fa79
...
ded57bc155
| Author | SHA1 | Date | |
|---|---|---|---|
| ded57bc155 | |||
|
904c50c17c |
2 changed files with 2 additions and 2 deletions
|
|
@ -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 }}"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue