From 8b2f54d7cd1286acbb5fe7d45708913f0ec12117 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 --- README.md | 10 ++++++++-- docs/Single-server-VictoriaMetrics.md | 11 +++++++---- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9efedf336..c789aebc1 100644 --- a/README.md +++ b/README.md @@ -845,8 +845,14 @@ horizontally scalable long-term remote storage for really large Prometheus deplo ### Alerting -[vmalert](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/app/vmalert/README.md) -can evaluate alerting rules, store them in TSDB and send to alert notifier (e.g. alertmanager) +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/). + ### Security 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