-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathAlert_Map.json
More file actions
48 lines (48 loc) · 1.08 KB
/
Copy pathAlert_Map.json
File metadata and controls
48 lines (48 loc) · 1.08 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
{
"santabaRelease": 156,
"widgetTokens": [
{
"name": "defaultResourceGroup",
"value": "*"
}
],
"name": "Alert Map",
"description": "",
"overwriteGroupFields": false,
"widgetsConfigVersion": 2,
"type": "dashboard",
"widgets": [{
"position": {
"col": 1,
"sizex": 12,
"row": 1,
"sizey": 8
},
"config": {
"ackChecked": true,
"displaySettings": {"mapStyle": "silver"},
"displayWarnAlert": true,
"description": "",
"type": "gmap",
"version": 2,
"displayErrorAlert": true,
"name": "Add a \"Location\" property to a group or resource to see it on the map!",
"displayCriticalAlert": true,
"theme": "newSolidDarkBlue",
"interval": 3,
"timescale": "day",
"sdtChecked": true,
"mapPoints": [{
"type": "device",
"deviceGroupFullPath": "##defaultResourceGroup##",
"deviceDisplayName": "*"
}]
}
}],
"version": 2,
"group": {
"name": "Alerting",
"fullPath": "LogicMonitor Dashboards/Alerting",
"description": ""
}
}