web-app/src/assets/doc/alert-integration/alertmanager.ja-JP.md
Prometheus AlertManager のアラートを HertzBeat アラートプラットフォームに送信します。
receivers:
- name: 'webhook'
webhook_configs:
- url: 'http://{hertzbeat_host}:1157/api/alerts/report/alertmanager'
send_resolved: true
http_config:
authorization:
type: 'Bearer'
credentials: '{token}'
http://{hertzbeat_host}:1157/api/alerts/report/alertmanager は、HertzBeat の webhook URLです。send_resolved: true は、アラート解決情報を送信することを意味します。credentials の {token} はHertzBeatが提供するtokenです。graph LR
A[Prometheus Alertmanager] --> B[Webhook]
B --> C[HertzBeatアラートプラットフォーム]
C --> D[グループ収束]
D --> E[アラート抑制]
E --> F[アラームサイレンス]
F --> G[アラームセンター]
F --> H[メッセージ配信]