11 lines
395 B
YAML
11 lines
395 B
YAML
groups:
|
|
- name: who-need-help-local-availability
|
|
rules:
|
|
- alert: WhoNeedHelpWebReplicaUnavailable
|
|
expr: up{job="who-need-help-web"} == 0
|
|
labels:
|
|
severity: local-drill
|
|
annotations:
|
|
summary: "The local Prometheus scraper cannot reach one web replica"
|
|
description: "The direct metrics target {{ $labels.instance }} is unavailable."
|