From 0dbbffbdd5987897f6fc58a68dd229958522a871 Mon Sep 17 00:00:00 2001 From: hagen1778 Date: Mon, 20 Nov 2023 17:05:15 +0100 Subject: [PATCH] docs: typo after 3f5a41e35eea0912062b9ba023423e0e80e57145 Signed-off-by: hagen1778 (cherry picked from commit 20025d4fd69cdad12e194e4fefa61afd2155082e) --- app/vmalert/README.md | 2 +- docs/vmalert.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/vmalert/README.md b/app/vmalert/README.md index 0de72579a0..8184abdb3f 100644 --- a/app/vmalert/README.md +++ b/app/vmalert/README.md @@ -1127,7 +1127,7 @@ The shortlist of configuration flags is the following: -notifier.bearerTokenFile array Optional path to bearer token file for -notifier.url Supports an array of values separated by comma or specified via multiple flags. - -notifier.blackhole -notifier.url + -notifier.blackhole bool Whether to blackhole alerting notifications. Enable this flag if you want vmalert to evaluate alerting rules without sending any notifications to external receivers (eg. alertmanager). -notifier.url, `-notifier.config` and `-notifier.blackhole` are mutually exclusive. -notifier.config string Path to configuration file for notifiers diff --git a/docs/vmalert.md b/docs/vmalert.md index 63c3916418..d5dd7d7cd7 100644 --- a/docs/vmalert.md +++ b/docs/vmalert.md @@ -1138,7 +1138,7 @@ The shortlist of configuration flags is the following: -notifier.bearerTokenFile array Optional path to bearer token file for -notifier.url Supports an array of values separated by comma or specified via multiple flags. - -notifier.blackhole -notifier.url + -notifier.blackhole bool Whether to blackhole alerting notifications. Enable this flag if you want vmalert to evaluate alerting rules without sending any notifications to external receivers (eg. alertmanager). -notifier.url, `-notifier.config` and `-notifier.blackhole` are mutually exclusive. -notifier.config string Path to configuration file for notifiers