-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to receive alerts #6
Comments
Hello It seems the mail was sent to a local email account called Modify this properties: # write a valid email address (for example, your company email # smtp server to use (default value: localhost). Now you are using if port is not 25, starts a tls session.smtp_port* = 25 _# smtp server username to use IF it is needed. Optional. # Leave it _# smtp server password to use IF it is needed. Optional. #Leave it Mails should be sent to the right destination. On Fri, Jul 3, 2015 at 2:09 AM, bbenichou [email protected] wrote:
|
HI @pabloa, I double checked my grafana_alerts.cfg: everything is set properly and I have no problem to send emails using telnet. However I believe there is a configuration issue somewhere. When "POSTFIX" is uninstalled I got the following logs in syslog: When "POSTFIX" is up and running it tries to send an email using "root@ubu001-ProLiant-ML110-G5" and did not take "grafana_alerts.cfg" setting into account. Should I try another MTA? Thanks, |
I have it running using a postfix server located in other machine . I am Pablo
|
Ideally I would like to use a distant windows smtp server or even a Google smtp server. The thing is on both case - windows and Gmail - it doesn't work and I get (CRON) info (No MTA installed, discarding output) in the syslog. Basically it's like my conf in grafana_alerts.cfg is never taken into account. I'm surely missing something but can't figure out what. Ben |
Hi,
First thing first thanks for this great addition to grafana. A simple notification system is exactly what I was looking for.
Anyway I've followed step by step your installation guide but I'm not receiving any notifications.
I'm using UBUNTU 14.04 LTS
I've set a simple "x>=0" that should fire alerts all the time.
I've checked my smtp connection using telnet: no problem.
In syslog I can see grafana alerts being launched by the CRON.
Here is my alerting conf in Grafana:
In the syslog I get:
Jul 3 11:21:01 ubu001-ProLiant-ML110-G5 CRON[19330]: (root) CMD (grafana_alerts)
Jul 3 11:21:01 ubu001-ProLiant-ML110-G5 CRON[19329]: (CRON) info (No MTA installed, discarding output)
I've tried to install POSTFIX but grafana-alerts didn't override the sender and recipient and the mail sent was not the notification.
Is there any configuration or specific MTA to use?
Thanks,
Ben
The text was updated successfully, but these errors were encountered: