--
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.
I've made a test alert that always fires, and I'm trying to get alertmanager to email me.I can see the alerts in alertmanager, and my config is:aggregation_rule: <filter: <name_re: ".*"value_re: ".*">
repeat_rate_seconds: 3600notification_config_name: "rob_gmail">notification_config: <name: "rob_gmail"email_config: <email: "rrco...@gmail.com">>But no email sent. What am I missing?- Thanks.--Robert Collier
r...@ossifrage.net
--
Configured Alert Manager:
notification_config: <
name: "alertmanager_email"
email_config: <
email: "f...@example.org"
>
>
I got the Alert but no email sent. I am running the Alter manager docker as follows.
Note : FakeSMTP server is running in the 127.0.0.1:25
docker run -d -p 9093:9093 \
-v /tmp/alertmanager.conf:/alertmanager.conf \
prom/alertmanager \
-config.file=/alertmanager.conf \
-notification.smtp.sender=127.0.0.1:25
Thanks
Arun
I tried adding the aggregation rules still there is no email.
Doubts:
1. We need to set the Postfix null client to send email?
2. Can we configure Fake SMTP ip address using -notification.smtp.sender ?
Thanks
Arun
Thanks
Arun
--
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.
docker run -d -p 9093:9093 -v /tmp/alertmanager.conf:/alertmanager.conf prom/alertmanager -config.file=/alertmanager.conf -notification.smtp.smarthost=xx.x.xxx.xx:25
I am able to send email from bash (mail x...@example.com)
Thanks
Arun
If my fake smtp server is running in windows on port 25. my docker is running in Centos7. When an alert happen it should send the mail to fake smtp server on windows.
Thanks
Arun
Error sending email notification: dial tcp smtp.gmail.com:587: connection timed out" file=notifier.go line=751
Is my firewall is blocking ?
Thanks
Arun
Problem statement: If I am shutting down the node exporter from any of the node integrated with Prometheus Server. I am not getting any alert/notification with-in Prometheus alert-manager dashboard it’s not showing anything.
Although with-in Prometheus-dashboard it’s showing me node status “unhealthy”. Please check attached snapshot ss2.
But it’s not generating/sending any notification through alert manager dashboard(check snapshot ss4 and ss3).
Command used for running Prometheus under container:
docker run -dit -p 9090:9090 -p 9100:9100 -p 3000:3000 -p 9093:9093 prom-node-promd-alert -notification.smtp.sender=10.127.128.199:25 /bin/bash
Regards,
Sandeep
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-developers+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.