Its working now. Thanks for the help. On Monday, July 14, 2025 at 11:48:24 PM UTC+5:30 Brian Candler wrote:
> On Monday, 14 July 2025 at 14:59:17 UTC+1 Dheerendra Solanki wrote: > > > > > > > > > > > > */alertmanager $ wget -S https://<apikey>@api.opsgenie.com/v2/alerts > <http://api.opsgenie.com/v2/alerts> --no-check-certificateConnecting to > 10.2.7.10:8080 <http://10.2.7.10:8080> (10.2.7.10:8080 > <http://10.2.7.10:8080>)wget: error getting response: Resource temporarily > unavailable/alertmanager $ alertmanager --versionalertmanager, version > 0.28.1 (branch: HEAD, revision: b2099eaa2c9ebc25edb26517cb9c732738e93910) > build user: root@fa3ca569dfe4 build date: 20250307-15:05:18 > go version: go1.23.7 platform: linux/amd64 tags: > netgo/alertmanager $* > > > If it's broken with wget, then this is something you'll just have to debug > between your k8s cluster and your proxy. > > Maybe "curl -v" will give you more detail, but "wget -S" should show you > response headers, so clearly something is broken. If you're running this > inside a container, maybe there's something that's stopping the container > from making outbound TCP connections entirely (including to the proxy, > which I guess is 10.2.7.10) - or perhaps some policy on the proxy is > blocking access. Running tcpdump on the proxy and/or looking at proxy logs > might help diagnose. > > In any case, if wget is affected, this is nothing to do with alertmanager. > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/prometheus-users/e80378ec-986d-4e28-a1c4-ef11d2f32516n%40googlegroups.com.

