Compare commits
2 commits
58a2c11d2d
...
fb74166c86
| Author | SHA1 | Date | |
|---|---|---|---|
| fb74166c86 | |||
|
904c50c17c |
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ services:
|
||||||
backend:
|
backend:
|
||||||
|
|
||||||
pretix:
|
pretix:
|
||||||
image: docker.io/pretix/standalone:2024.8
|
image: docker.io/pretix/standalone:2024.11
|
||||||
command: ["all"]
|
command: ["all"]
|
||||||
ports:
|
ports:
|
||||||
- "8345:80"
|
- "8345:80"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue