alertmanager/config/fixtures
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
..
duplicate_nc_name.conf.input PR comment fixups. 2013-07-30 16:36:43 +02:00
empty.conf.input Add loading configuration from file. 2013-07-26 16:12:11 +02:00
invalid_proto_format.conf.input Add loading configuration from file. 2013-07-26 16:12:11 +02:00
missing_filter_name_re.conf.input Add notification options to configuration. 2013-07-29 18:43:01 +02:00
missing_nc_name.conf.input PR comment fixups. 2013-07-30 16:36:43 +02:00
nonexistent_nc_name.conf.input PR comment fixups. 2013-07-30 16:36:43 +02:00
sample.conf.input Alertmanager: Add Amazon SNS Notification 2015-07-29 13:40:05 -05:00