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