This commit is contained in:
parent
242746bcbd
commit
904c50c17c
1 changed files with 1 additions and 1 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue