Compare commits
2 commits
fcf2189463
...
a4ea9596e1
| Author | SHA1 | Date | |
|---|---|---|---|
| a4ea9596e1 | |||
|
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."
|
||||
- alert: ProbeFailed
|
||||
expr: group by(instance, job, ip) (probe_success{org="fux"} == 0)
|
||||
for: 1m
|
||||
for: 2m
|
||||
labels:
|
||||
severity: critical
|
||||
org: fux
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ services:
|
|||
backend:
|
||||
|
||||
pretix:
|
||||
image: docker.io/pretix/standalone:2024.8
|
||||
image: docker.io/pretix/standalone:2026.2
|
||||
command: ["all"]
|
||||
ports:
|
||||
- "8345:80"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue