mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +00:00
docs/vmalert.md: fix broken links to Web
chapter
This commit is contained in:
parent
174f6793f3
commit
63d9a92d3d
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
|
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).
|
||||||
|
|
||||||
|
|
|
@ -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).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue