alertmanager/notify
Anders Daljord Morken 74c49588cf Handle OpsGenie's response to closing an already closed alert
OpsGenie returns HTTP 400 to alert close requests if the alert has
already been closed. There is no need to try again if this happens.

When an error is returned from a notifiation service, an error is
logged, and the logged error is more meaningful if it includes a hint
about which notification service that caused a problem.

Defer the resp.body.Close() call in the OpsGenie Notify()
implementation.
2016-03-31 23:47:17 +02:00
..
impl.go Handle OpsGenie's response to closing an already closed alert 2016-03-31 23:47:17 +02:00
notify_test.go Simplify and fix notification grouping. 2016-01-08 15:17:54 +01:00
notify.go Simplify and fix notification grouping. 2016-01-08 15:17:54 +01:00