You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have created a custom webhook url. This url supposed to send message in slack (Not using slack web hook, rather custom webhook). I see from the alertmanager log that, the message has been sent successfully but I do not see the delivery of message in slack.
Hi! Please use https://groups.google.com/g/prometheus-users for help. GitHub issues are for feature requests and bug reports. If you want to use webhook_configs with Slack, you need to translate the JSON into something that is compatible with chat.postMessage. I would recommend using slack_configs instead.
We have created a custom webhook url. This url supposed to send message in slack (Not using slack web hook, rather custom webhook). I see from the alertmanager log that, the message has been sent successfully but I do not see the delivery of message in slack.
Config
webhook_configs:
url: https://webhookurl
http_config:
proxy_url: "http://proxyhost:port"
Logs
ts=2025-02-25T06:02:32.420Z caller=notify.go:757 level=debug component=dispatcher receiver=webhookD integration=webhook[0] aggrGroup="{}/{alertname=~"TEST_Node_Exporter_Down|OracleDB_Down|DiskUsage"}:{alertname="TEST_Node_Exporter_Down"}" alerts="[TEST_Node_Exporter_Down[bb32ee2][active] TEST_Node_Exporter_Down[945b900][active] TEST_Node_Exporter_Down[3cee587][active] TEST_Node_Exporter_Down[7e61bc9][active]]" msg="Notify success" attempts=1
The text was updated successfully, but these errors were encountered: