VictoriaMetrics/app/vmalert/notifier
Roman Khavronenko 88538df267
app/vmalert: support multiple notifier urls (#584) (#590)
* app/vmalert: support multiple notifier urls (#584)

User now can set multiple notifier URLs in the same fashion
as for other vmutils (e.g. vmagent). The same is correct for
TLS setting for every configured URL. Alerts sending is done
in sequential way for respecting the specified URLs order.

* app/vmalert: add basicAuth support for notifier client (#585)

The change adds possibility to set basicAuth creds for notifier
client in the same fasion as for remote write/read and datasource.
2020-06-29 22:21:03 +03:00
..
alert.go app/vmalert: support multiple notifier urls (#584) (#590) 2020-06-29 22:21:03 +03:00
alert_test.go Support of custom URL path for alert (#560) 2020-06-21 11:32:46 +01:00
alertmanager.go app/vmalert: support multiple notifier urls (#584) (#590) 2020-06-29 22:21:03 +03:00
alertmanager_request.qtpl Support of custom URL path for alert (#560) 2020-06-21 11:32:46 +01:00
alertmanager_request.qtpl.go Support of custom URL path for alert (#560) 2020-06-21 11:32:46 +01:00
alertmanager_test.go app/vmalert: support multiple notifier urls (#584) (#590) 2020-06-29 22:21:03 +03:00
init.go app/vmalert: support multiple notifier urls (#584) (#590) 2020-06-29 22:21:03 +03:00
notifier.go vmalert: cleanup and restructure of code to improve maintainability (#471) 2020-05-10 17:58:17 +01:00
package_test.go Support of custom URL path for alert (#560) 2020-06-21 11:32:46 +01:00
template_func.go vmalert add quotes escape function (#510) 2020-05-20 22:20:31 +03:00