Files
grafana-terraform/environments/dev/adibrov/alerts/blackbox/endpoint_down.yaml
Alexandr 5af763ebb1
Some checks failed
terraform-dev / validate (push) Successful in 6s
terraform-dev / plan (push) Failing after 11s
terraform-dev / apply (push) Has been skipped
feat: add postgres/gitea/blackbox alerts and more node alerts
2026-04-03 11:34:08 +03:00

20 lines
550 B
YAML

name: "DEV ADIBROV - Endpoint Down (Blackbox)"
expression: |
probe_success{job="blackbox"}
threshold: 1
for: "3m"
condition_type: "lt"
need_reduce: true
reducer_type: "min"
no_data_state: "Alerting"
exec_err_state: "Alerting"
labels:
service: "blackbox"
severity: "critical"
team: "infra"
summary: |
Endpoint недоступен: {{ $labels.instance }}
description: |
Blackbox exporter не может достучаться до {{ $labels.instance }}.
Сервис недоступен снаружи уже более 3 минут.