File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -263,13 +263,15 @@ cloud provider, or third-party tools. Note that the snapshot must be **consisten
263263
264264## vmalert
265265
266- VictoriaLogs is capable of proxying requests to [ vmalert ] ( https://docs.victoriametrics.com/victoriametrics/vmalert/ )
266+ VictoriaLogs is capable of proxying requests to [ VMAlert ] ( https://docs.victoriametrics.com/victoriametrics/vmalert/ )
267267when ` -vmalert.proxyURL ` flag is set. Use this feature for the following cases:
268268* for proxying requests from [ Grafana Alerting UI] ( https://grafana.com/docs/grafana/latest/alerting/ ) ;
269- * for accessing vmalerts UI through VictoriaLogs Web interface.
269+ * for accessing VMAlert API through VictoriaLogs Web interface.
270270
271- For accessing vmalerts UI through VictoriaLogs configure ` -vmalert.proxyURL ` flag and visit
272- ` http://<victorialogs-addr>:9428/vmalert/ ` link.
271+ For accessing VMAlert API through VictoriaLogs configure ` -vmalert.proxyURL ` flag. List of proxied VMAlert endpoints:
272+ - ` http://<victorialogs-addr>:9428/select/api/v1/alerts ` - lists all alerts
273+ - ` http://<victorialogs-addr>:9428/select/api/v1/rules ` - lists groups of alerting and recording rules
274+ - ` http://<victorialogs-addr>:9428/select/api/v1/notifiers ` - lists VMAlert notifiers
273275
274276## Multitenancy
275277
You can’t perform that action at this time.
0 commit comments