--
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 prometheus-users+unsubscribe@googlegroups.com.
To post to this group, send email to prometheus-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/019a85f0-65f1-4641-aaa0-74cc893cdc0e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You can look at the example configuration [1] in the Prometheus repository.Basically add this snippet to your prometheus.yml file replacing "alertmanager:9093" by the actual address of your AlertManager instance.alerting:
alertmanagers:
- static_configs:
- targets:- alertmanager:9093
On Thu, Jun 21, 2018 at 2:16 PM, <swarun...@gmail.com> wrote:
I included a rule.yml file in Prometheus. Yml file and also defined rule.yml file.
But after running ./Prometheus I can't see anything on alertmanager.how do you connect Prometheus with alert manager.
Plz explain in simple words as I am a new user.thanks
--
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 prometheus-use...@googlegroups.com.
To post to this group, send email to promethe...@googlegroups.com.
my AlertManager is running at https://9.30.188.194:8443/alertmanager/#/alertswhat do I substitute now?
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-users+unsubscribe@googlegroups.com.
To post to this group, send email to prometheus-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/319d5105-13fc-4232-a819-c75d24e75376%40googlegroups.com.