From b58107c85a6a56426dcb825a64b2f4371bab9099 Mon Sep 17 00:00:00 2001 From: Duc Tran Date: Fri, 17 Feb 2023 01:25:10 +0700 Subject: [PATCH] docs: fix links to alerts and alertmanager (#3829) --- deployment/docker/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment/docker/README.md b/deployment/docker/README.md index 342f592e9..c7fabf6f0 100644 --- a/deployment/docker/README.md +++ b/deployment/docker/README.md @@ -77,7 +77,7 @@ with listed targets for scraping. ## vmalert -vmalert evaluates alerting rules [alerts.yml(https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/deployment/docker/alerts.yml) +vmalert evaluates alerting rules [alerts.yml](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/deployment/docker/alerts.yml) to track VictoriaMetrics health state. It is connected with AlertManager for firing alerts, and with VictoriaMetrics for executing queries and storing alert's state. @@ -86,7 +86,7 @@ and with VictoriaMetrics for executing queries and storing alert's state. ## alertmanager AlertManager accepts notifications from `vmalert` and fires alerts. -All notifications are blackholed according to `alertmanager.yml` config. +All notifications are blackholed according to [alertmanager.yml](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/deployment/docker/alertmanager.yml) config. [Web interface link](http://localhost:9093/). @@ -108,4 +108,4 @@ Grafana is provisioned by default with following entities: * `VictoriaMetrics - vmagent` dashboard * `VictoriaMetrics - vmalert` dashboard -Remember to pick `VictoriaMetrics - cluster` datasource when viewing `VictoriaMetrics - cluster` dashboard. \ No newline at end of file +Remember to pick `VictoriaMetrics - cluster` datasource when viewing `VictoriaMetrics - cluster` dashboard.