From e09a245b2bd5638a4fe95cd68d9cc46c5e1ed2ec Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 3 Mar 2021 10:42:06 +0200 Subject: [PATCH] app/vmalert/README.md: sync with docs/vmalert.md --- app/vmalert/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/vmalert/README.md b/app/vmalert/README.md index 78eb9b71d..cc3ef4fbd 100644 --- a/app/vmalert/README.md +++ b/app/vmalert/README.md @@ -177,7 +177,7 @@ rules configuration. `vmalert` runs a web-server (`-httpListenAddr`) for serving metrics and alerts endpoints: * `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. +* `http:///api/v1///status" ` - get alert status by ID. Used as alert source in AlertManager. * `http:///metrics` - application metrics. * `http:///-/reload` - hot configuration reload.