From 708ebd59ad098b777b3b46c91991daad69f28c87 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Thu, 9 Sep 2021 16:16:25 +0300 Subject: [PATCH] docs/vmalert.md: `make docs-sync` after 21f022e5f0af200177a49b968ce482d063003019 --- docs/vmalert.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vmalert.md b/docs/vmalert.md index 96e1d995a0..d3a3c09335 100644 --- a/docs/vmalert.md +++ b/docs/vmalert.md @@ -28,7 +28,6 @@ may fail; * by default, rules execution is sequential within one group, but persisting of execution results to remote storage is asynchronous. Hence, user shouldn't rely on recording rules chaining when result of previous recording rule is reused in next one; -* `vmalert` has no UI, just an API for getting groups and rules statuses. ## QuickStart @@ -247,6 +246,7 @@ tags at [Docker Hub](https://hub.docker.com/r/victoriametrics/vmalert/tags). ### WEB `vmalert` runs a web-server (`-httpListenAddr`) for serving metrics and alerts endpoints: +* `http://` - UI; * `http:///api/v1/groups` - list of all loaded groups and rules; * `http:///api/v1/alerts` - list of all active alerts; * `http:///api/v1///status" ` - get alert status by ID.