Commit Graph

18 Commits

Author SHA1 Message Date
Julius Volz 98f738ebc7 Add OpsGenie to README.md and reformat the list. 2015-07-30 14:23:50 +02:00
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
Steve Durrheimer 778bc4fc24 Add Docker instructions to the README 2015-07-11 13:14:02 +02:00
Brian Brazil 89b13e1c73 Add a generic webhook notifier.
This allows for use cases such as kicking off shell scripts,
logging notifications, or anything else the alertmanager doesn't
directly support.
2015-05-27 23:57:18 +01:00
Julius Volz b4648a9e33 Migrate logging to use `prometheus/log`. 2015-05-23 23:21:44 +02:00
Bruno Bigras a864e1703a Fix a sentence in README 2015-05-22 09:04:20 -04:00
Tomas Karasek 48cdc777ce improve Flowdock PR based on julius' comments 2015-05-19 11:37:22 +03:00
Fabian Reinartz 70cc051e8e Merge pull request #57 from sdurrheimer/master
Add simple support for Slack notifications
2015-05-10 22:38:25 +02:00
Steve Durrheimer df0ce42d42 Add simple support for Slack notifications 2015-05-10 22:21:18 +02:00
Julius Volz 0fe36a0033 Use stronger wording for "experimental" notice. 2015-05-10 20:47:11 +02:00
Tobias Schmidt 507de53eb7 Add travis CI support 2015-04-17 18:28:07 -04:00
Cameron Davison f4f6ceccc4 Add simple support for HipChat notifications 2015-04-13 17:49:46 -05:00
Anton Lindström a0c156e3e6 add pushover as notification method
This adds https://pushover.net/ as a way of notification.
2015-02-17 05:44:45 +00:00
Julius Volz bb8cae4c36 Expand alertmanager README.md 2015-02-09 22:04:16 +01:00
juliusv 98cfb53cb4 Add link to sample config to README.md. 2015-01-29 17:38:05 +01:00
Bjoern Rabenstein c2cfb51171 License cleanup. 2015-01-22 15:45:23 +01:00
juliusv cce597dd31 Update README.md 2013-08-05 11:18:40 +02:00
juliusv f59d8fb2fc Create README.md 2013-07-16 17:09:56 +02:00