Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
52ba7f1c
Commit
52ba7f1c
authored
May 12, 2020
by
Sean Arnold
Committed by
Amy Qualls
May 12, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweak docs after feedback
- make title required
parent
0b63523b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
doc/user/project/integrations/generic_alerts.md
doc/user/project/integrations/generic_alerts.md
+2
-1
doc/user/project/operations/alert_management.md
doc/user/project/operations/alert_management.md
+7
-1
No files found.
doc/user/project/integrations/generic_alerts.md
View file @
52ba7f1c
...
...
@@ -32,12 +32,13 @@ You can customize the payload by sending the following parameters. All fields ar
| Property | Type | Description |
| -------- | ---- | ----------- |
|
`title`
| String | The title of the incident.
If none is provided, then
`New: Incident #N`
will be used, where
`#N`
is the number of incident
|
|
`title`
| String | The title of the incident.
Required.
|
|
`description`
| String | A high-level summary of the problem. |
|
`start_time`
| DateTime | The time of the incident. If none is provided, a timestamp of the issue will be used. |
|
`service`
| String | The affected service. |
|
`monitoring_tool`
| String | The name of the associated monitoring tool. |
|
`hosts`
| String or Array | One or more hosts, as to where this incident occurred. |
|
`severity`
| String | The severity of the alert. Must be one of
`critical`
,
`high`
,
`medium`
,
`low`
,
`info`
,
`unknown`
. Default is
`critical`
. |
Example request:
...
...
doc/user/project/operations/alert_management.md
View file @
52ba7f1c
...
...
@@ -12,10 +12,16 @@ NOTE: **Note:**
You will need at least Maintainer
[
permissions
](
../../permissions.md
)
to enable the Alert Management feature.
1.
Follow the
[
instructions for toggling generic alerts
](
../integrations/generic_alerts.md#setting-up-generic-alerts
)
1.
You can now visit
**{cloud-gear}**
**Operations > Alert
Management
**
in your project's sidebar to
[
view a list
](
#alert-management-list
)
of alerts.
1.
You can now visit
**{cloud-gear}**
**Operations > Alert
s
**
in your project's sidebar to
[
view a list
](
#alert-management-list
)
of alerts.
![
Alert Management Toggle
](
img/alert_management_1_v13_1.png
)
## Populate Alert data
To populate data, see the instructions for
[
customizing the payload
](
../integrations/generic_alerts.md
)
and making a
request to the alerts endpoint.
## Alert Management severity
Each level of alert contains a uniquely shaped and color-coded icon to help
...
...
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