forked from alertmanager/alert_manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.xml
More file actions
37 lines (37 loc) · 1.18 KB
/
setup.xml
File metadata and controls
37 lines (37 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<setup>
<block title="Globals" endpoint="admin/alert_manager" entity="settings">
<text>Configure app global settings and fallback values.
<![CDATA[
<link rel="stylesheet" type="text/css" href="/static/app/alert_manager/setup.css"></link>
<script src="/static/app/alert_manager/setup.js"></script>
]]>
</text>
<input field="index">
<label>Index:</label>
<type>text</type>
</input>
<input field="default_owner">
<label>Default Owner:</label>
<type>text</type>
</input>
<input field="default_priority">
<label>Default Priority:</label>
<type>text</type>
</input>
<input field="incident_list_length">
<label>Number of incidents show in incident posture</label>
<type>text</type>
</input>
</block>
<block title="Alert Action Defaults" endpoint="admin/alert_actions" entity="alert_manager">
<text>These settings will be used as default values when configuring the Alert Manager action on alerts. Possible values: low, medium or high</text>
<input field="param.impact">
<label>Impact:</label>
<type>text</type>
</input>
<input field="param.urgency">
<label>Urgency:</label>
<type>text</type>
</input>
</block>
</setup>