diff --git a/docs/vmalert.md b/docs/vmalert.md index 78eb9b71d..cc3ef4fbd 100644 --- a/docs/vmalert.md +++ b/docs/vmalert.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.