diff --git a/README.md b/README.md index 811e7fcef..318f5c65c 100644 --- a/README.md +++ b/README.md @@ -1773,7 +1773,7 @@ when `-vmalert.proxyURL` flag is set. Use this feature for the following cases: * for accessing vmalert's UI through single-node VictoriaMetrics Web interface. For accessing vmalert's UI through single-node VictoriaMetrics configure `-vmalert.proxyURL` flag and visit -`http://:8428/vmalert/home` link. +`http://:8428/vmalert/` link. ## Benchmarks diff --git a/app/vmalert/README.md b/app/vmalert/README.md index 5036f27b3..277f7addc 100644 --- a/app/vmalert/README.md +++ b/app/vmalert/README.md @@ -489,6 +489,14 @@ or time series modification via [relabeling](https://docs.victoriametrics.com/vm * `http:///metrics` - application metrics. * `http:///-/reload` - hot configuration reload. +`vmalert` web UI can be accessed from [single-node version of VictoriaMetrics](https://docs.victoriametrics.com/Single-server-VictoriaMetrics.html) +and from [cluster version of VictoriaMetrics](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html). +This may be used for better integraion with Grafana unified alerting system. See the following docs for details: + +* [How to query vmalert from single-node VictoriaMetrics](https://docs.victoriametrics.com/Single-server-VictoriaMetrics.html#vmalert) +* [How to query vmalert from VictoriaMetrics cluster](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html#vmalert) + + ## Graphite vmalert sends requests to `<-datasource.url>/render?format=json` during evaluation of alerting and recording rules diff --git a/docs/Cluster-VictoriaMetrics.md b/docs/Cluster-VictoriaMetrics.md index 752c3ef54..288db33a1 100644 --- a/docs/Cluster-VictoriaMetrics.md +++ b/docs/Cluster-VictoriaMetrics.md @@ -258,7 +258,7 @@ See [trobuleshooting docs](https://docs.victoriametrics.com/Troubleshooting.html Note that the `delete_series` handler should be used only in exceptional cases such as deletion of accidentally ingested incorrect time series. It shouldn't be used on a regular basis, since it carries non-zero overhead. -- URL for accessing [vmalert's](https://docs.victoriametrics.com/vmalert.html) UI: `http://:8481/select//prometheus/vmalert/home`. +- URL for accessing [vmalert's](https://docs.victoriametrics.com/vmalert.html) UI: `http://:8481/select//prometheus/vmalert/`. This URL works only when `-vmalert.proxyURL` flag is set. See more about vmalert [here](#vmalert). - `vmstorage` nodes provide the following HTTP endpoints on `8482` port: @@ -484,7 +484,7 @@ when `-vmalert.proxyURL` flag is set. Use this feature for the following cases: * for accessing vmalert's UI through vmselect's Web interface. For accessing vmalert's UI through vmselect configure `-vmalert.proxyURL` flag and visit -`http://:8481/select//prometheus/vmalert/home` link. +`http://:8481/select//prometheus/vmalert/` link. ## Community and contributions diff --git a/docs/README.md b/docs/README.md index 811e7fcef..318f5c65c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1773,7 +1773,7 @@ when `-vmalert.proxyURL` flag is set. Use this feature for the following cases: * for accessing vmalert's UI through single-node VictoriaMetrics Web interface. For accessing vmalert's UI through single-node VictoriaMetrics configure `-vmalert.proxyURL` flag and visit -`http://:8428/vmalert/home` link. +`http://:8428/vmalert/` link. ## Benchmarks diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index 2aef125b6..77ce7c5fc 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -1777,7 +1777,7 @@ when `-vmalert.proxyURL` flag is set. Use this feature for the following cases: * for accessing vmalert's UI through single-node VictoriaMetrics Web interface. For accessing vmalert's UI through single-node VictoriaMetrics configure `-vmalert.proxyURL` flag and visit -`http://:8428/vmalert/home` link. +`http://:8428/vmalert/` link. ## Benchmarks diff --git a/docs/vmalert.md b/docs/vmalert.md index 40c51ab45..2ec86206e 100644 --- a/docs/vmalert.md +++ b/docs/vmalert.md @@ -493,6 +493,14 @@ or time series modification via [relabeling](https://docs.victoriametrics.com/vm * `http:///metrics` - application metrics. * `http:///-/reload` - hot configuration reload. +`vmalert` web UI can be accessed from [single-node version of VictoriaMetrics](https://docs.victoriametrics.com/Single-server-VictoriaMetrics.html) +and from [cluster version of VictoriaMetrics](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html). +This may be used for better integraion with Grafana unified alerting system. See the following docs for details: + +* [How to query vmalert from single-node VictoriaMetrics](https://docs.victoriametrics.com/Single-server-VictoriaMetrics.html#vmalert) +* [How to query vmalert from VictoriaMetrics cluster](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html#vmalert) + + ## Graphite vmalert sends requests to `<-datasource.url>/render?format=json` during evaluation of alerting and recording rules