forked from alertmanager/alert_manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcollections.conf
More file actions
67 lines (61 loc) · 1.44 KB
/
collections.conf
File metadata and controls
67 lines (61 loc) · 1.44 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[incident_settings]
enforceTypes = true
field.alert = string
field.title = string
field.category = string
field.subcategory = string
field.tags = string
field.urgency = string
field.display_fields = string
field.run_alert_script = bool
field.alert_script = string
field.auto_assign_owner = string
field.auto_assign = bool
field.auto_ttl_resolve = bool
field.auto_previous_resolve = bool
field.auto_suppress_resolve = bool
field.notification_scheme = string
[incidents]
enforceTypes = true
field.incident_id = string
field.alert_time = number
field.job_id = string
field.result_id = string
field.alert = string
field.title = string
field.app = string
field.ttl = number
field.owner = string
field.status = string
field.impact = string
field.urgency = string
field.priority = string
[incident_results]
enforceTypes = true
field.incident_id = string
field.job_id = string
field.result_id = number
[alert_users]
enforceTypes = true
field.user = string
field.email = string
[email_templates]
enforceTypes = true
field.template_name = string
field.template_file = string
field.content_type = string
field.subject = string
field.attachments = string
[notification_schemes]
enforceTypes = true
[suppression_rules]
enforceTypes = true
field.suppression_title = string
field.description = string
field.disabled = bool
field.suppression_type = string
field.scope = string
field.rules = string
field.rules.field = string
field.rules.condition = string
field.rules.value = string