Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
15d950ce
Unverified
Commit
15d950ce
authored
Aug 22, 2018
by
Marcus Efraimsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update copy/ux for configuring alerting notification reminders
parent
470e7cc6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
12 deletions
+13
-12
public/app/features/alerting/partials/notification_edit.html
+13
-12
No files found.
public/app/features/alerting/partials/notification_edit.html
View file @
15d950ce
...
...
@@ -34,26 +34,27 @@
</gf-form-switch>
<gf-form-switch
class=
"gf-form"
label=
"Send reminder"
label=
"Send reminder
s
"
label-class=
"width-12"
checked=
"ctrl.model.sendReminder"
tooltip=
"
Choose to either notify on state change (default) or at every interval
"
>
tooltip=
"
Send additional notifications for triggered alerts
"
>
</gf-form-switch>
<div
class=
"gf-form"
>
<span
class=
"alert alert-info width-30"
ng-if=
"ctrl.model.sendReminder"
>
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.
</span>
</div>
<div
class=
"gf-form-inline"
>
<div
class=
"gf-form"
ng-if=
"ctrl.model.sendReminder"
>
<span
class=
"gf-form-label width-12"
>
Reminder frequency
</span>
<input
type=
"text"
placeholder=
"Select or specify custom"
class=
"gf-form-input width-15"
ng-model=
"ctrl.model.frequency"
bs-typeahead=
"ctrl.getFrequencySuggestion"
data-min-length=
0
ng-required=
"ctrl.model.sendReminder"
>
<info-popover
mode=
"right-absolute"
>
Select at what interval you want reminder's to be sent after alerts being triggered, e.g. 30s, 1m, 10m, 30m or 1h etc.
<span
class=
"gf-form-label width-12"
>
Send reminder every
<info-popover
mode=
"right-normal"
position=
"top center"
>
Specify how often reminders should be sent, e.g. every 30s, 1m, 10m, 30m or 1h etc.
</info-popover>
</span>
<input
type=
"text"
placeholder=
"Select or specify custom"
class=
"gf-form-input width-15"
ng-model=
"ctrl.model.frequency"
bs-typeahead=
"ctrl.getFrequencySuggestion"
data-min-length=
0
ng-required=
"ctrl.model.sendReminder"
>
</div>
</div>
<div
class=
"gf-form"
>
<span
class=
"alert alert-info width-30"
ng-if=
"ctrl.model.sendReminder"
>
Alert reminders are sent after rules are evaluated. Therefore a reminder can never be sent earlier than a configured alert rule evaluation interval.
</span>
</div>
</div>
<div
class=
"gf-form-group"
ng-include
src=
"ctrl.notifierTemplateId"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment