From 34a054642f0ac33063992e8ac15d01757623ec60 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 11 Oct 2022 12:25:18 -0400 Subject: [PATCH] docs/provisioning: fix typo in notification policies (#54917) (#56619) (cherry picked from commit f90e72991daf7a0a800d59432b992fd5965483ab) Co-authored-by: Timost --- docs/sources/administration/provisioning/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/administration/provisioning/index.md b/docs/sources/administration/provisioning/index.md index 1d35a4988bb..5d3fc3e2f03 100644 --- a/docs/sources/administration/provisioning/index.md +++ b/docs/sources/administration/provisioning/index.md @@ -852,7 +852,7 @@ policies: # How long to wait before sending a notification about new alerts that # are added to a group of alerts for which an initial notification has # already been sent. (Usually ~5m or more), default = 5m - group_internval: 5m + group_interval: 5m # How long to wait before sending a notification again if it has already # been sent successfully for an alert. (Usually ~3h or more), default = 4h repeat_interval: 4h