VictoriaMetrics/app/vmalert/datasource
Roman Khavronenko 156c83d112 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:56 +03:00
..
datasource.go app/vmalert: sync with master branch 2020-04-28 00:19:42 +03:00
init.go app/vmalert: move flags description and initialization into subpackages 2020-06-29 22:18:29 +03:00
vm.go app/vmalert: support multiple notifier urls (#584) (#590) 2020-06-29 22:21:56 +03:00
vm_test.go app/vmalert: sync with master branch 2020-04-28 00:19:42 +03:00