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
|
||||||
|
|
||||||
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,
|
to track VictoriaMetrics health state. It is connected with AlertManager for firing alerts,
|
||||||
and with VictoriaMetrics for executing queries and storing alert's state.
|
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
|
||||||
|
|
||||||
AlertManager accepts notifications from `vmalert` and fires alerts.
|
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/).
|
[Web interface link](http://localhost:9093/).
|
||||||
|
|
||||||
|
@ -108,4 +108,4 @@ Grafana is provisioned by default with following entities:
|
||||||
* `VictoriaMetrics - vmagent` dashboard
|
* `VictoriaMetrics - vmagent` dashboard
|
||||||
* `VictoriaMetrics - vmalert` dashboard
|
* `VictoriaMetrics - vmalert` dashboard
|
||||||
|
|
||||||
Remember to pick `VictoriaMetrics - cluster` datasource when viewing `VictoriaMetrics - cluster` dashboard.
|
Remember to pick `VictoriaMetrics - cluster` datasource when viewing `VictoriaMetrics - cluster` dashboard.
|
||||||
|
|
Loading…
Reference in a new issue