alertmanager/notify
Alexis Savin b364ca535e Adding support for slack icon_emoji in slack config.
```
slack_configs:
  - send_resolved: true
    username: 'Prometheus'
    channel: '#monitoring'
    icon_emoji: ':prometheus:'
    api_url: 'https://hooks.slack.com/services/<token>'
```
2016-02-16 11:54:30 +01:00
..
impl.go Adding support for slack icon_emoji in slack config. 2016-02-16 11:54:30 +01:00
notify.go Simplify and fix notification grouping. 2016-01-08 15:17:54 +01:00
notify_test.go Simplify and fix notification grouping. 2016-01-08 15:17:54 +01:00