What makes you think the problem would be fixed by a proxy - what *exact* 
error message are you seeing? And what sort of proxy are you thinking of?

If it's an SMTP proxy then you just point alertmanager at it for sending 
mails. If it's a SOCKS5 proxy then that functionality is not built-in to 
alertmanager, so you'd have to run a standalone proxy that listens on a 
port on localhost and makes an outbound TCP connection via the proxy. 
(Maybe nc or socat could do that). If it's some other sort of proxy then 
you'd have to explain what you mean.

It might make more sense to put your alertmanager in a position in the 
network where it can make the necessary network connections it needs.

On Tuesday 5 November 2024 at 16:30:10 UTC Prabhu ilamathi wrote:

> Hi All,
>
> Right now am using the alertmanager.yml configured to use the smtp server 
> details. but am unable to send the emails, so i am thinking proxy would be 
> resolving it , could you please help me with some examples on implementing 
> the same ?
>
> Thanks,
> Prabhu
>

-- 
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/7770c70a-726c-4d48-8d23-453fff08e14an%40googlegroups.com.

Reply via email to