Compare commits
2 commits
49f53367c3
...
7c14fbd12d
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c14fbd12d | |||
|
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
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: docker.io/library/redis:7.4.8
|
image: docker.io/library/redis:8.6.1
|
||||||
ports:
|
ports:
|
||||||
- "6379:6379"
|
- "6379:6379"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue