From e426434770546ae42f1a1c1bcd725f25b95f2a60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mence=20Saussez?= Date: Wed, 10 Jun 2020 18:26:27 +0200 Subject: [PATCH] app/vmalert: fix link to testdata (#547) Fix broken link to vmalert test data Signed-off-by: Clemence Saussez --- app/vmalert/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/vmalert/README.md b/app/vmalert/README.md index 854bccbee..a0df4de7b 100644 --- a/app/vmalert/README.md +++ b/app/vmalert/README.md @@ -50,7 +50,7 @@ Then configure `vmalert` accordingly: Configuration for [recording](https://prometheus.io/docs/prometheus/latest/configuration/recording_rules/) and [alerting](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/) rules is very similar to Prometheus rules and configured using YAML. Configuration examples may be found -in [testdata](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/app/vmalert/testdata) folder. +in [testdata](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/app/vmalert/config/testdata) folder. Every `rule` belongs to `group` and every configuration file may contain arbitrary number of groups: ```yaml groups: