mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
e482eeff58
* vmalert: support specifying full http or https urls in notifier static_configs target address * show right label results in ui
22 lines
402 B
YAML
22 lines
402 B
YAML
headers:
|
|
- 'CustomHeader: foo'
|
|
|
|
static_configs:
|
|
- targets:
|
|
- localhost:9093
|
|
- localhost:9095
|
|
- https://localhost:9093/test/api/v2/alerts
|
|
basic_auth:
|
|
username: foo
|
|
password: bar
|
|
|
|
- targets:
|
|
- localhost:9096
|
|
- localhost:9097
|
|
basic_auth:
|
|
username: foo
|
|
password: baz
|
|
|
|
alert_relabel_configs:
|
|
- target_label: "foo"
|
|
replacement: "aaa"
|