alertmanager/config
Kyle 51357fd34c Alertmanager: Add Amazon SNS Notification
This adds notifications to Amazon SNS.  It is using Amazon's go sdk. The notification config should look like
    amazon_sns_config {
      topic_arn: "arn:aws:sns:us-east-1:an-arn-id:topic"
      send_resolved: true
    }

The alert summary and status will be used as the SNS subject.
The alert description and status will be used as the SNS message.

SNS notifictions require Amazon AWS credentials to be setup as described by the Amazon go sdk.
2015-07-29 13:40:05 -05:00
..
fixtures Alertmanager: Add Amazon SNS Notification 2015-07-29 13:40:05 -05:00
generated Alertmanager: Add Amazon SNS Notification 2015-07-29 13:40:05 -05:00
Makefile
config.go Alertmanager: Add Amazon SNS Notification 2015-07-29 13:40:05 -05:00
config.proto Alertmanager: Add Amazon SNS Notification 2015-07-29 13:40:05 -05:00
config_test.go Add notification options to configuration. 2013-07-29 18:43:01 +02:00
instrumentation.go Update HTTP/clientlib dependencies + cleanups. 2014-10-27 23:50:22 +01:00
load.go Migrate logging to use `prometheus/log`. 2015-05-23 23:21:44 +02:00
load_test.go
watcher.go Update fsnotify to its new source location 2015-05-23 16:04:34 -07:00