docs/vmalert.md: fix broken links to Web chapter

This commit is contained in:
Aliaksandr Valialkin 2023-07-27 18:05:01 -07:00
parent 174f6793f3
commit 63d9a92d3d
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1
2 changed files with 4 additions and 4 deletions

View file

@ -378,7 +378,7 @@ to persist the state to the remote destination via the following flags:
Both flags are required for proper state restoration. Restore process may fail if time series are missing Both flags are required for proper state restoration. Restore process may fail if time series are missing
in configured `-remoteRead.url`, weren't updated in the last `1h` (controlled by `-remoteRead.lookback`) in configured `-remoteRead.url`, weren't updated in the last `1h` (controlled by `-remoteRead.lookback`)
or received state doesn't match current `vmalert` rules configuration. `vmalert` marks successfully restored rules or received state doesn't match current `vmalert` rules configuration. `vmalert` marks successfully restored rules
with `restored` label in [web UI](#WEB). with `restored` label in [web UI](#web).
### Multitenancy ### Multitenancy
@ -1607,7 +1607,7 @@ dns_sd_configs:
port: 9093 port: 9093
``` ```
The list of configured or discovered Notifiers can be explored via [UI](#Web). The list of configured or discovered Notifiers can be explored via [UI](#web).
If Alertmanager runs in cluster mode then all its URLs needs to be available during discovery If Alertmanager runs in cluster mode then all its URLs needs to be available during discovery
to ensure [high availability](https://github.com/prometheus/alertmanager#high-availability). to ensure [high availability](https://github.com/prometheus/alertmanager#high-availability).

View file

@ -389,7 +389,7 @@ to persist the state to the remote destination via the following flags:
Both flags are required for proper state restoration. Restore process may fail if time series are missing Both flags are required for proper state restoration. Restore process may fail if time series are missing
in configured `-remoteRead.url`, weren't updated in the last `1h` (controlled by `-remoteRead.lookback`) in configured `-remoteRead.url`, weren't updated in the last `1h` (controlled by `-remoteRead.lookback`)
or received state doesn't match current `vmalert` rules configuration. `vmalert` marks successfully restored rules or received state doesn't match current `vmalert` rules configuration. `vmalert` marks successfully restored rules
with `restored` label in [web UI](#WEB). with `restored` label in [web UI](#web).
### Multitenancy ### Multitenancy
@ -1618,7 +1618,7 @@ dns_sd_configs:
port: 9093 port: 9093
``` ```
The list of configured or discovered Notifiers can be explored via [UI](#Web). The list of configured or discovered Notifiers can be explored via [UI](#web).
If Alertmanager runs in cluster mode then all its URLs needs to be available during discovery If Alertmanager runs in cluster mode then all its URLs needs to be available during discovery
to ensure [high availability](https://github.com/prometheus/alertmanager#high-availability). to ensure [high availability](https://github.com/prometheus/alertmanager#high-availability).