alerts-fux: add alert for blackbox exporter probes
All checks were successful
/ Ansible Lint (push) Successful in 2m46s
All checks were successful
/ Ansible Lint (push) Successful in 2m46s
This commit is contained in:
parent
e961886972
commit
242746bcbd
1 changed files with 9 additions and 0 deletions
|
|
@ -10,6 +10,15 @@ groups:
|
||||||
annotations:
|
annotations:
|
||||||
summary: Job {{ $labels.job }} flaky on (instance {{ $labels.instance }})
|
summary: Job {{ $labels.job }} flaky on (instance {{ $labels.instance }})
|
||||||
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
|
||||||
|
expr: group by(instance, job, ip) (probe_success{org="fux"} == 0)
|
||||||
|
for: 1m
|
||||||
|
labels:
|
||||||
|
severity: critical
|
||||||
|
org: fux
|
||||||
|
annotations:
|
||||||
|
summary: "Probe failed for {{ $labels.instance }} (job: {{ $labels.job }})"
|
||||||
|
description: "The Probe: {{ $labels.job }} can not complete its job for {{ $labels.instance }}, this most likely means that the instance is unreachable."
|
||||||
- name: Fux-SNMP
|
- name: Fux-SNMP
|
||||||
rules:
|
rules:
|
||||||
- alert: SnmpTargetMissing
|
- alert: SnmpTargetMissing
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue