Compare commits
1 commit
4c99da8ab9
...
d98f5365b1
| Author | SHA1 | Date | |
|---|---|---|---|
| d98f5365b1 |
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: 2m
|
||||
for: 1m
|
||||
labels:
|
||||
severity: critical
|
||||
org: fux
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ services:
|
|||
- pretalx_net
|
||||
|
||||
static:
|
||||
image: docker.io/library/nginx:1.29.6
|
||||
image: docker.io/library/nginx:1.29.5
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- public:/usr/share/nginx/html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue