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
cecf8ddc
Commit
cecf8ddc
authored
Oct 19, 2017
by
Jose Donizetti
Committed by
Brian Brazil
Oct 19, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note and message doc to opsgenie_config (#871)
parent
1709200d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
configuration.md
content/docs/alerting/configuration.md
+8
-0
No files found.
content/docs/alerting/configuration.md
View file @
cecf8ddc
...
@@ -405,8 +405,12 @@ api_key: <secret>
...
@@ -405,8 +405,12 @@ api_key: <secret>
# The host to send OpsGenie API requests to.
# The host to send OpsGenie API requests to.
[ api_host: <string> | default = global.opsgenie_api_host ]
[ api_host: <string> | default = global.opsgenie_api_host ]
# Alert text limited to 130 characters.
[ message: <tmpl_string> ]
# A description of the incident.
# A description of the incident.
[ description: <tmpl_string> | default = '{{ template "opsgenie.default.description" . }}' ]
[ description: <tmpl_string> | default = '{{ template "opsgenie.default.description" . }}' ]
# A backlink to the sender of the notification.
# A backlink to the sender of the notification.
[ source: <tmpl_string> | default = '{{ template "opsgenie.default.source" . }}' ]
[ source: <tmpl_string> | default = '{{ template "opsgenie.default.source" . }}' ]
...
@@ -416,8 +420,12 @@ api_key: <secret>
...
@@ -416,8 +420,12 @@ api_key: <secret>
# Comma separated list of team responsible for notifications.
# Comma separated list of team responsible for notifications.
[ teams: <tmpl_string> ]
[ teams: <tmpl_string> ]
# Comma separated list of tags attached to the notifications.
# Comma separated list of tags attached to the notifications.
[ tags: <tmpl_string> ]
[ tags: <tmpl_string> ]
# Additional alert note.
[ note: <tmpl_string> ]
```
```
## `<victorops_config>`
## `<victorops_config>`
...
...
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