Skip to content

Commit 67e4733

Browse files
Separated dashboard for top talkers, converted alarms widget to text graph
1 parent a3b87fb commit 67e4733

7 files changed

Lines changed: 94 additions & 72 deletions

public/configurations/dashboards/aarNSG.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,17 @@
44
"creationDate": "10/26/2016",
55
"title": "AAR NSG ({{snsg}})",
66
"visualizations": [
7-
{ "id": "aar-nsg-top10-app", "x": 0, "y": 10, "w": 6, "h": 15, "minW": 5, "minH": 10, "static": true},
8-
{ "id": "aar-nsg-top5-talkers-upload", "x": 0, "y": 25, "w": 6, "h": 12, "minW": 5, "minH": 10, "static": true},
9-
{ "id": "aar-nsg-top5-talkers-download", "x": 6, "y": 25, "w": 6, "h": 12, "minW": 5, "minH": 10, "static": true},
10-
{ "id": "aar-nsg-app-linechart", "x": 6, "y": 10, "w": 6, "h": 15, "minW": 5, "minH": 10, "static": true},
11-
{ "id": "aar-nsg-alarm-count-critical", "x": 3, "y": 0, "w": 2, "h": 9, "minW": 1, "minH": 5, "static": true},
12-
{ "id": "aar-nsg-alarm-count-major", "x": 5, "y": 0, "w": 2, "h": 9, "minW": 1, "minH": 5, "static": true},
13-
{ "id": "aar-nsg-alarm-count-minor", "x": 7, "y": 0, "w": 2, "h": 9, "minW": 1, "minH": 5, "static": true}
7+
{ "id": "aar-nsg-alarm-text", "x": 1, "y": 0, "w": 2, "h": 8, "minW": 1, "minH": 5, "static": true}
148
],
159
"links": [
1610
{
1711
"label": "Dashboard View",
1812
"url": "/dashboards/aarNSG"
1913
},
14+
{
15+
"label": "Top Talkers",
16+
"url": "/dashboards/aarNSGTopTalkers"
17+
},
2018
{
2119
"label": "Detail View",
2220
"url": "/dashboards/aarNSGDetail"
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"id": "aarNSG",
3+
"author": "Ronak Shah",
4+
"creationDate": "10/26/2016",
5+
"title": "NSG ({{snsg}}) Top Talkers ",
6+
"visualizations": [
7+
{ "id": "aar-nsg-top10-app", "x": 0, "y": 0, "w": 6, "h": 15, "minW": 5, "minH": 10, "static": true},
8+
{ "id": "aar-nsg-top5-talkers-upload", "x": 0, "y": 15, "w": 6, "h": 12, "minW": 5, "minH": 10, "static": true},
9+
{ "id": "aar-nsg-top5-talkers-download", "x": 6, "y": 15, "w": 6, "h": 12, "minW": 5, "minH": 10, "static": true},
10+
{ "id": "aar-nsg-app-linechart", "x": 6, "y": 0, "w": 6, "h": 15, "minW": 5, "minH": 10, "static": true}
11+
],
12+
"links": [
13+
{
14+
"label": "Dashboard View",
15+
"url": "/dashboards/aarNSG"
16+
},
17+
{
18+
"label": "Top Talkers",
19+
"url": "/dashboards/aarNSGTopTalkers"
20+
},
21+
{
22+
"label": "Detail View",
23+
"url": "/dashboards/aarNSGDetail"
24+
},
25+
{
26+
"label": "NATT Events",
27+
"url": "/dashboards/aarNSGNATTEvents"
28+
},
29+
{
30+
"label": "IKE",
31+
"url": "/dashboards/aarNSGIKE"
32+
},
33+
{
34+
"label": "Alarms",
35+
"url": "/dashboards/aarNSGAlarms"
36+
}
37+
],
38+
"filterOptions": {
39+
"Metric": {
40+
"parameter": "metric",
41+
"default": "TotalBytesCount",
42+
"options": [
43+
{
44+
"label": "Total Bytes",
45+
"value": "TotalBytesCount",
46+
"default": true
47+
},
48+
{
49+
"label": "Total Packets",
50+
"value": "TotalPacketsCount"
51+
}
52+
]
53+
}
54+
}
55+
}

public/configurations/visualizations/aar-enterprise-geomap-text-notactivated.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"title": "NSGs Health",
44
"query": "aar-enterprise-geomap-text",
55
"graph": "MultiColumnStatusTextGraph",
6-
"description":"Quick View of the Critical alarms for this NSG in the VSD dashboard",
76
"showTitleBar":false,
87
"data": {
98
"targetedColumns": ["alarmedNSGCount.critical", "alarmedNSGCount.major", "alarmedNSGCount.healthy", "inactiveNSGCount"],

public/configurations/visualizations/aar-nsg-alarm-count-critical.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

public/configurations/visualizations/aar-nsg-alarm-count-major.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

public/configurations/visualizations/aar-nsg-alarm-count-minor.json

Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"id": "aar-nsg-alarm-text",
3+
"title": "NSG Health",
4+
"query": "aar-nsg-alarm-summary",
5+
"graph": "MultiColumnStatusTextGraph",
6+
"description":"Quick View of the Critical alarms for this NSG in the VSD dashboard",
7+
"showTitleBar":false,
8+
"data": {
9+
"targetedColumns": ["criticalAlarmsCount", "majorAlarmsCount", "minorAlarmsCount"],
10+
"colors":[
11+
"#D9070A",
12+
"#FFBF02",
13+
"#62AC00"
14+
],
15+
"texts": [
16+
"Critical Alarms",
17+
"Major Alarms",
18+
"Healthy NSGs"
19+
],
20+
"margin": {
21+
"top": "25px",
22+
"bottom": "auto",
23+
"left": "auto",
24+
"right": "auto"
25+
},
26+
"disableTitle": true
27+
},
28+
"listeners": [{
29+
"redirect": "/dashboards/aarNSGAlarms",
30+
"params": {
31+
"nsgId": "gatewayID"
32+
}
33+
}]
34+
}

0 commit comments

Comments
 (0)