From 15876c64256f9e8a94bf059114cdaad85fb87ecf Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 29 Apr 2020 17:39:16 +0300 Subject: [PATCH] docs/Single-server-VictoriaMetrics.md: update `Alerting` section --- docs/Single-server-VictoriaMetrics.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index 64ae534b7..c789aebc1 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -845,11 +845,14 @@ horizontally scalable long-term remote storage for really large Prometheus deplo ### Alerting -VictoriaMetrics doesn't support rule evaluation and alerting yet, so these actions can be performed at the following places: +It is recommended using [vmalert](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/app/vmalert/README.md) for alerting. + +Additionally, alerting can be set up with the following tools: + +* With Prometheus - see [the corresponding docs](https://prometheus.io/docs/alerting/overview/). +* With Promxy - see [the corresponding docs](https://github.com/jacksontj/promxy/blob/master/README.md#how-do-i-use-alertingrecording-rules-in-promxy). +* With Grafana - see [the corresponding docs](https://grafana.com/docs/alerting/rules/). -* At Prometheus - see [the corresponding docs](https://prometheus.io/docs/alerting/overview/). -* At Promxy - see [the corresponding docs](https://github.com/jacksontj/promxy/blob/master/README.md#how-do-i-use-alertingrecording-rules-in-promxy). -* At Grafana - see [the corresponding docs](https://grafana.com/docs/alerting/rules/). ### Security