VictoriaMetrics/app/vmalert/notifier
hagen1778 f57982eddc vmalert: remove trailing slash for static notifier addresses
This would make addresses `http://localhost:9093` and `http://localhost:9093/`
both to result into `http://localhost:9093/api/v2/alerts`.

Signed-off-by: hagen1778 <roman@victoriametrics.com>
2022-02-02 18:58:17 +03:00
..
testdata vmalert: support configuration file for notifiers (#2127) 2022-02-02 14:11:41 +02:00
alert.go vmalert: correctly calculate alert ID including extra labels (#1734) 2021-10-22 12:30:38 +03:00
alert_test.go vmalert: support rules backfilling (aka replay) (#1358) 2021-06-09 12:20:38 +03:00
alertmanager.go vmalert: support configuration file for notifiers (#2127) 2022-02-02 14:11:41 +02: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 vmalert: support configuration file for notifiers (#2127) 2022-02-02 14:11:41 +02:00
config.go vmalert: support configuration file for notifiers (#2127) 2022-02-02 14:11:41 +02:00
config_test.go vmalert: support configuration file for notifiers (#2127) 2022-02-02 14:11:41 +02:00
config_watcher.go vmalert: support configuration file for notifiers (#2127) 2022-02-02 14:11:41 +02:00
config_watcher_test.go vmalert: support configuration file for notifiers (#2127) 2022-02-02 14:11:41 +02:00
init.go vmalert: remove trailing slash for static notifier addresses 2022-02-02 18:58:17 +03:00
notifier.go vmalert: support configuration file for notifiers (#2127) 2022-02-02 14:11:41 +02:00
package_test.go Support of custom URL path for alert (#560) 2020-06-21 11:32:46 +01:00
template_func.go app/vmalert: add parseDuration function in the same way as Prometheus does 2022-01-13 23:30:41 +02:00