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/0a41f230-2d09-4eda-b73b-68ef4b620567n%40googlegroups.com.

Reply via email to