Files
gochat/deploy/prometheus/alertmanager.yml
T
Rogeeandrogee fb83285617 HH-445: deploy production observability and runbooks (#96)
* HH-445: deploy production observability and runbooks

* fix(ops): share production database DSN

* fix(HH-445): enforce database TLS gate

* fix(HH-445): preserve production serve command

* fix(prod): require external database dependencies

* fix(prod): unify database host rejection gates

* test(prod): enforce exact database TLS runbook contract

---------

Co-authored-by: Rogee <rogee@ipao.vip>
2026-08-22 19:39:57 +08:00

18 lines
392 B
YAML

route:
receiver: operations-webhook
group_by: [alertname, job]
group_wait: 30s
group_interval: 5m
repeat_interval: 4h
routes:
- receiver: operations-webhook
matchers:
- severity="critical"
repeat_interval: 30m
receivers:
- name: operations-webhook
webhook_configs:
- url_file: /run/secrets/alertmanager-webhook-url
send_resolved: true