I'm trying to get alertmanager set up for the first time, and I can't seem to find documentation on howto tell Alertmanager how to authenticate to my SMTP host. (like, how do I provide a password?) Can anyone point me in the right direction?
much appreciated
--
You received this message because you are subscribed to the Google Groups "Prometheus Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-devel...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
BTW, about mail: is there any chance to use plain sendmail instead of SMTP?Thanks in advance.
I don't think that's something we're likely to add. Doing a fork+exec on every email could be quite a bit of load, when SMTP already covers the main use case. If you'd like to do something custom, there's always the webhhok.Brian
__
__
For posterity, smtp authentication parameters have been moved from environment variables to the YAML config in master now https://github.com/prometheus/alertmanager/pull/308