alertmanager/notify
Frederic Branczyk 92acfbd449 add retry flag for notify providers
The retry flag allows an integration to specify whether a retry can
potentially be solved or if the error is likely not going to recover.
For example invalid authentication is likely a wrong configuration and
therefore a retry would not make sense, while a server error is likely
a temporary problem and can potentially be solved on the next retry.
2016-09-06 16:21:56 +02:00
..
impl.go add retry flag for notify providers 2016-09-06 16:21:56 +02:00
notify.go add retry flag for notify providers 2016-09-06 16:21:56 +02:00
notify_test.go *: integrate new silence package 2016-08-30 12:15:23 +02:00