From de6970e828b14670b8829cbf53dde5895d6f9ae1 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Fri, 28 Aug 2020 09:51:48 +0300 Subject: [PATCH] docs/vmalert.md: sync with app/vmalert/README.md via `make docs-update` --- docs/vmalert.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/vmalert.md b/docs/vmalert.md index 05adef058..051905c5b 100644 --- a/docs/vmalert.md +++ b/docs/vmalert.md @@ -293,8 +293,8 @@ The shortlist of configuration flags is the following: Path to the file with alert rules. Supports patterns. Flag can be specified multiple times. Examples: - -rule /path/to/file. Path to a single file with alerting rules - -rule dir/*.yaml -rule /*.yaml. Relative path to all .yaml files in "dir" folder, + -rule="/path/to/file". Path to a single file with alerting rules + -rule="dir/*.yaml" -rule="/*.yaml". Relative path to all .yaml files in "dir" folder, absolute path to all .yaml files in root. Rule files may contain %{ENV_VAR} placeholders, which are substituted by the corresponding env vars. Supports array of values separated by comma or specified via multiple flags.