* test(notify/victorops): Add test for templating errors Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * fix(notify/victorops): Catch routing_key templating errors Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* notify: refactor code to retry requests Signed-off-by: Simon Pasquier <spasquie@redhat.com> * s/Process/Check/ Signed-off-by: Simon Pasquier <spasquie@redhat.com>
Instead of keeping all notifiers in the notify package, it splits them into individual sub-packages. This improves readability and maintainability of the code. Signed-off-by: Simon Pasquier <spasquie@redhat.com>