mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs: fix links to alerts and alertmanager (#3829)
This commit is contained in:
parent
87f1ed5d87
commit
b58107c85a
1 changed files with 3 additions and 3 deletions
|
@ -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/).
|
||||
|
||||
|
|
Loading…
Reference in a new issue