This repository was archived by the owner on Feb 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 492
This repository was archived by the owner on Feb 13, 2025. It is now read-only.
empty e-mails incoming #1453
Copy link
Copy link
Closed
Labels
Description
Today I've had an OpenTSDB outage and Bosun as expected emailed me a dozen of "Unknown" alerts.
What's wrong with that is soon I've started to messages with no subject and empty body while all of templates I defined in config file do have both template and body:
Date: Sun, 8 Nov 2015 07:40:27 +0000
Mime-Version: 1.0
X-Bosun-Server: tsdb
Content-Type: multipart/mixed;
boundary=435514121d807855059eaa73cdea71ccbaa92a293f0eaafb0b48d9c5ec2f
To: ops@mydomain.com
From: ops@mydomain.com
Message-ID: <00000150e60a025a-e6d749cc-1edb-4844-93a6-9307544980d4-000000@us-west-2.amazonses.com>
X-SES-Outgoing: 2015.11.08-54.240.27.24
Feedback-ID: 1.us-west-2.LQSZzAmtlzVGV4VEOTpAGIGbe5mPLH9mf6V5OR2giLE=:AmazonSES
X-Original-Sender: ops@mydomain.com
X-Original-Authentication-Results: mx.google.com; spf=pass (google.com:
domain of 00000150e60a025a-e6d749cc-1edb-4844-93a6-9307544980d4-000000@us-west-2.amazonses.com
designates 54.240.27.24 as permitted sender) smtp.mailfrom=00000150e60a025a-e6d749cc-1edb-4844-93a6-9307544980d4-000000@us-west-2.amazonses.com;
dkim=pass header.i=@amazonses.com
Precedence: list
Mailing-list: list ops@mydomain.com; contact ops+owners@mydomain.com
List-ID: <ops.mydomain.com>
X-Spam-Checked-In-Group: ops@mydomain.com
X-Google-Group-Id: 612457435205
List-Help: <http://support.google.com/a/mydomain.com/bin/topic.py&topic=25838>, <mailto:ops+help@mydomain.com>
--435514121d807855059eaa73cdea71ccbaa92a293f0eaafb0b48d9c5ec2f
--435514121d807855059eaa73cdea71ccbaa92a293f0eaafb0b48d9c5ec2f--
I'm running Bosun 0.4.0 on Ubuntu 12.04, gathering incoming data via /api/index (sending to OpenTSDB in parallel) and sending out e-mails via AWS SES.