diff --git a/app/vmalert/README.md b/app/vmalert/README.md index 68c375cf6b..613a8db626 100644 --- a/app/vmalert/README.md +++ b/app/vmalert/README.md @@ -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 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 -with `restored` label in [web UI](#WEB). +with `restored` label in [web UI](#web). ### Multitenancy @@ -1607,7 +1607,7 @@ dns_sd_configs: 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 to ensure [high availability](https://github.com/prometheus/alertmanager#high-availability). diff --git a/docs/vmalert.md b/docs/vmalert.md index fc4d6604b6..f9ad90e532 100644 --- a/docs/vmalert.md +++ b/docs/vmalert.md @@ -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 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 -with `restored` label in [web UI](#WEB). +with `restored` label in [web UI](#web). ### Multitenancy @@ -1618,7 +1618,7 @@ dns_sd_configs: 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 to ensure [high availability](https://github.com/prometheus/alertmanager#high-availability).