Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
docs
Commits
782cc7b3
Commit
782cc7b3
authored
Oct 09, 2017
by
Jose Donizetti
Committed by
Brian Brazil
Oct 09, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add correct defaults to Alertmanager route config (#849)
parent
d65b2444
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
configuration.md
content/docs/alerting/configuration.md
+4
-4
No files found.
content/docs/alerting/configuration.md
View file @
782cc7b3
...
...
@@ -133,16 +133,16 @@ match_re:
# How long to initially wait to send a notification for a group
# of alerts. Allows to wait for an inhibiting alert to arrive or collect
# more initial alerts for the same group. (Usually ~0s to few minutes.)
[ group_wait: <duration> ]
[ group_wait: <duration>
| default = 30s
]
# 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
in
or more.)
[ group_interval: <duration> ]
# already been sent. (Usually ~5m or more.)
[ group_interval: <duration>
| default = 5m
]
# How long to wait before sending a notification again if it has already
# been sent successfully for an alert. (Usually ~3h or more).
[ repeat_interval: <duration> ]
[ repeat_interval: <duration>
| default = 4h
]
# Zero or more child routes.
routes:
...
...
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