change to packet_loss

This commit is contained in:
m0duspwnens
2021-07-22 13:20:19 -04:00
parent d47566f667
commit 44eb23615a
3 changed files with 18 additions and 18 deletions

View File

@@ -128,7 +128,7 @@ grafana:
h: 8
w: 24
row_packetloss:
row_packet_loss:
gridPos:
x: 0
y: 104
@@ -140,13 +140,13 @@ grafana:
y: 105
h: 8
w: 24
suricata_packetloss_graph:
suricata_packet_loss_graph:
gridPos:
x: 0
y: 113
h: 8
w: 12
stenographer_packetloss_graph:
stenographer_packet_loss_graph:
gridPos:
x: 12
y: 121

View File

@@ -0,0 +1,15 @@
{
"collapsed": false,
"datasource": null,
"gridPos": {
"x": {{ PANELS.row_packet_loss.gridPos.x }},
"y": {{ PANELS.row_packet_loss.gridPos.y }},
"w": {{ PANELS.row_packet_loss.gridPos.w }},
"h": {{ PANELS.row_packet_loss.gridPos.h }}
},
"id": 816341,
"panels": [],
"repeat": null,
"title": "Packet Loss",
"type": "row"
}

View File

@@ -1,15 +0,0 @@
{
"collapsed": false,
"datasource": null,
"gridPos": {
"x": {{ PANELS.row_packetloss.gridPos.x }},
"y": {{ PANELS.row_packetloss.gridPos.y }},
"w": {{ PANELS.row_packetloss.gridPos.w }},
"h": {{ PANELS.row_packetloss.gridPos.h }}
},
"id": 816341,
"panels": [],
"repeat": null,
"title": "Packet Loss",
"type": "row"
}