On Thursday, 2 June 2022 at 18:51:56 UTC+1 [email protected] wrote: > How can I post a new question? >
How did you post this one? If it was by replying to an E-mail, then create a fresh E-mail to the same address, instead of replying to a message. If it was using the Google Groups web interface, then click "+ New conversation". > I have prometheus and alertmanager working separated and Alertmanager is > now using HTTPS (SSL certificate are installed). > How can I tell prometheus to use HTTPS when it communicate with > AlertManager. > See https://prometheus.io/docs/prometheus/latest/configuration/configuration/#alertmanager_config You need "scheme: https" You may also need a "tls_config" block if you need to override any TLS settings, e.g. giving it a different ca_cert to validate against. -- 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 on the web visit https://groups.google.com/d/msgid/prometheus-users/e0f349ba-2f81-4b05-86cc-688964a5873an%40googlegroups.com.

