Hi,
I want to include the below Curl request to be converted as http url to be included in the alertmanager webhook url,
Older webhook url:
webhook_configs:
- send_resolved: true
Older Curl command I used to test,
Now, my app is running in aws kubernetes pods behind a aws LoadBalancer.
So I had to modify the curl to include the host domain name , as belowsucceeds , notice
How to include this
"Host: mydomain.net" in the alertmanager webhook http url ?
Thanks
Vidhun