Summary
Alertmanager will POST alerts to a small webhook service you host (/alert-enrich) that:
-
parses incoming alerts,
-
appends a runbook URL or short remediation steps based on alert labels (e.g.,
alertname,instance), -
forwards the enriched message to Slack via an Incoming Webhook.
Components
-
Alertmanager config change to call webhook.
-
A tiny Python Flask service that enriches alerts and forwards to Slack.
-
Slack Incoming Webhook URL stored securely.
