-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathAlert_Overview.json
More file actions
239 lines (239 loc) · 6.36 KB
/
Copy pathAlert_Overview.json
File metadata and controls
239 lines (239 loc) · 6.36 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
{
"santabaRelease": 131,
"widgetTokens": [
{
"name": "defaultResourceGroup",
"value": "Devices by Type/*"
}
],
"name": "Alert Overview",
"description": "",
"widgetsConfigVersion": 2,
"type": "dashboard",
"widgets": [
{
"position": {
"col": 1,
"sizex": 6,
"row": 1,
"sizey": 7
},
"config": {
"ackChecked": true,
"displaySettings": {
"showTypeIcon": true,
"displayAs": "table"
},
"displayWarnAlert": true,
"description": "",
"type": "noc",
"version": 2,
"displayErrorAlert": true,
"displayColumn": 3,
"name": "Alert Status by Resource Types",
"displayCriticalAlert": true,
"theme": "newSolidDarkBlue",
"interval": 3,
"sortBy": "alertSeverity",
"timescale": "day",
"sdtChecked": true,
"items": [{
"dataPointName": "*",
"instanceName": "*",
"name": "##RESOURCEGROUP##",
"dataSourceDisplayName": "*",
"groupBy": "deviceGroup",
"type": "device",
"deviceGroupFullPath": "##defaultResourceGroup##",
"deviceDisplayName": "*"
}]
}
},
{
"position": {
"col": 7,
"sizex": 6,
"row": 1,
"sizey": 7
},
"config": {
"ackChecked": true,
"displaySettings": {"mapStyle": "aubergine"},
"displayWarnAlert": true,
"description": "",
"type": "gmap",
"version": 2,
"displayErrorAlert": true,
"name": "Alert Status by Resource Location",
"displayCriticalAlert": true,
"theme": "newSolidDarkBlue",
"interval": 3,
"timescale": "day",
"sdtChecked": true,
"mapPoints": [{
"type": "device",
"deviceGroupFullPath": "##defaultResourceGroup##",
"deviceDisplayName": "*"
}]
}
},
{
"position": {
"col": 1,
"sizex": 12,
"row": 8,
"sizey": 6
},
"config": {
"displaySettings": {
"isShowAll": false,
"showFilter": false,
"columns": [
{
"visible": false,
"columnLabel": "Severity",
"columnKey": "alert-severity"
},
{
"visible": true,
"columnLabel": "Began",
"columnKey": "alert-began"
},
{
"visible": true,
"columnLabel": "Resource/Website",
"columnKey": "alert-device"
},
{
"visible": true,
"columnLabel": "LogicModule",
"columnKey": "alert-datasource"
},
{
"visible": true,
"columnLabel": "Instance",
"columnKey": "alert-datasource-instance"
},
{
"visible": true,
"columnLabel": "Datapoint",
"columnKey": "alert-datapoint"
},
{
"visible": true,
"columnLabel": "Value",
"columnKey": "alert-value"
},
{
"visible": true,
"columnLabel": "Effective Thresholds",
"columnKey": "alert-thresholds"
},
{
"visible": true,
"columnLabel": "Notes",
"columnKey": "alert-notes"
},
{
"visible": true,
"columnLabel": "Acknowledged By",
"columnKey": "alert-acked-by"
},
{
"visible": false,
"columnLabel": "Group",
"columnKey": "alert-group"
},
{
"visible": false,
"columnLabel": "Acknowledged On",
"columnKey": "alert-acked-on"
},
{
"visible": false,
"columnLabel": "Cleared On",
"columnKey": "alert-cleared-on"
},
{
"visible": false,
"columnLabel": "In SDT",
"columnKey": "alert-in-sdt"
},
{
"visible": false,
"columnLabel": "Alert Rule",
"columnKey": "alert-rule-name"
},
{
"visible": false,
"columnLabel": "Escalation Chain",
"columnKey": "alert-escalation-chain"
},
{
"visible": false,
"columnLabel": "Instance Description",
"columnKey": "alert-datasource-instance-description"
},
{
"visible": false,
"columnLabel": "Full Path",
"columnKey": "alert-full-path"
},
{
"visible": false,
"columnLabel": "Routing State",
"columnKey": "alert-routing-state"
},
{
"visible": false,
"columnLabel": "Dependency Role",
"columnKey": "alert-dependency-role"
},
{
"visible": false,
"columnLabel": "Dependent Alerts",
"columnKey": "alert-dependent-alerts"
}
],
"playSound": {
"criticalAlertAudioFileName": "",
"errorAlertAudioFileName": "",
"warningAlertAudioFileName": "",
"shouldPlay": false
},
"fontsize": "normal-font",
"sort": "-startEpoch"
},
"name": "All Resource Alerts",
"description": "",
"theme": "newSolidDarkBlue",
"interval": 3,
"filters": {
"severity": "",
"sdted": "all",
"chain": "",
"instance": "",
"dataPoint": "",
"rule": "",
"acked": "all",
"dependencyRoutingState": "",
"dependencyRole": "",
"host": "*",
"keyword": "",
"dataSource": "",
"cleared": "no",
"group": "%23%23defaultResourceGroup%23%23*"
},
"type": "alert",
"timescale": "day",
"version": 2
}
}
],
"version": 2,
"group": {
"name": "Alerting",
"fullPath": "LogicMonitor Dashboards/Alerting",
"description": ""
}
}