From 15d950ce35ffeeae8e9398a92b8739e4d1e7e997 Mon Sep 17 00:00:00 2001 From: Marcus Efraimsson Date: Wed, 22 Aug 2018 18:06:05 +0200 Subject: [PATCH] update copy/ux for configuring alerting notification reminders --- .../alerting/partials/notification_edit.html | 25 ++++++++++--------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/public/app/features/alerting/partials/notification_edit.html b/public/app/features/alerting/partials/notification_edit.html index 7e9997452f9..faa168d0acd 100644 --- a/public/app/features/alerting/partials/notification_edit.html +++ b/public/app/features/alerting/partials/notification_edit.html @@ -34,26 +34,27 @@ + tooltip="Send additional notifications for triggered alerts"> -
- - Alert reminders are sent after rules are evaluated. Therefore the highest alert rule interval (of alert rules using this notification channel) must be lower than the reminder frequency. - -
- Reminder frequency - - - Select at what interval you want reminder's to be sent after alerts being triggered, e.g. 30s, 1m, 10m, 30m or 1h etc. + Send reminder every + + Specify how often reminders should be sent, e.g. every 30s, 1m, 10m, 30m or 1h etc. + +
+
+ + Alert reminders are sent after rules are evaluated. Therefore a reminder can never be sent earlier than a configured alert rule evaluation interval. + +