mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs/vmalert.md: fix broken links to Web
chapter
This commit is contained in:
parent
f3b5c9c9fb
commit
f8d30a486e
2 changed files with 4 additions and 4 deletions
|
@ -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).
|
||||
|
||||
|
|
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in a new issue