diff --git a/dashboards.sh b/dashboards.sh
index 9ada9ef..f4dbf5f 100755
--- a/dashboards.sh
+++ b/dashboards.sh
@@ -1,7 +1,7 @@
#/bin/bash
if [ "$TRAVIS_COMMIT_RANGE" = "" ]; then
- echo "this only works in travis-ci"
+ echo "This only works in travis-ci. Branches need at least 2 commits."
exit 1
fi
diff --git a/v2.0.0/UniFi-Poller_ Client DPI - Prometheus.json b/v2.0.0/UniFi-Poller_ Client DPI - Prometheus.json
index 066b602..0955076 100644
--- a/v2.0.0/UniFi-Poller_ Client DPI - Prometheus.json
+++ b/v2.0.0/UniFi-Poller_ Client DPI - Prometheus.json
@@ -14,13 +14,13 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
- "version": "6.6.0"
+ "version": "7.0.3"
},
{
"type": "panel",
"id": "grafana-piechart-panel",
"name": "Pie Chart",
- "version": "1.3.9"
+ "version": "1.5.0"
},
{
"type": "panel",
@@ -36,8 +36,8 @@
},
{
"type": "panel",
- "id": "table",
- "name": "Table",
+ "id": "table-old",
+ "name": "Table (old)",
"version": ""
},
{
@@ -60,12 +60,12 @@
}
]
},
- "description": "UniFi Poller v2.0 Displays DPI information for clients in a UniFi network using Prometheus.",
+ "description": "UniFi Poller v2.0.1 Displays DPI information for clients in a UniFi network using Prometheus.",
"editable": true,
- "gnetId": 11315,
+ "gnetId": 11310,
"graphTooltip": 1,
"id": null,
- "iteration": 1580616041365,
+ "iteration": 1592125698463,
"links": [
{
"asDropdown": true,
@@ -102,8 +102,14 @@
],
"panels": [
{
- "content": "This dashboard is very new and may contain errors. Please help me make it better. If you spot things that are inaccurate, [please report](https://github.com/unifi-poller/dashboards/issues/new) them! ",
+ "content": "
If this dashboard contains no data that means you need to enable DPI. It must be enabled on your UniFi controller AND in UniFi Poller. Two places! Please carefully check your configurations.",
"datasource": "${DS_PROMETHEUS}",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"gridPos": {
"h": 2,
"w": 24,
@@ -111,17 +117,22 @@
"y": 0
},
"id": 3409,
- "mode": "markdown",
- "options": {},
+ "mode": "html",
"timeFrom": null,
"timeShift": null,
- "title": "Help Wanted",
+ "title": "Information",
"type": "text"
},
{
"columns": [],
"datasource": "${DS_PROMETHEUS}",
"description": "This shows lifetime rx+tx total and totals accumulated during the selected time range. The filters at the top of this page control _all_ of the graphs, and in some cases control the visibility of graphs. ie. Adding more clients displays more graphs under the collapsed Clients rows.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fontSize": "100%",
"gridPos": {
"h": 22,
@@ -130,7 +141,6 @@
"y": 2
},
"id": 437,
- "options": {},
"pageSize": null,
"showHeader": true,
"sort": {
@@ -283,7 +293,7 @@
],
"targets": [
{
- "expr": "sum by (site_name, category) (unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\", category=~\"$Category\"})",
+ "expr": "sum by (site_name, category) (unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", category=~\"$Category\"})",
"format": "table",
"instant": true,
"interval": "",
@@ -291,7 +301,7 @@
"refId": "F"
},
{
- "expr": "sum by (site_name, category) (unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\", category=~\"$Category\"})",
+ "expr": "sum by (site_name, category) (unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", category=~\"$Category\"})",
"format": "table",
"instant": true,
"interval": "",
@@ -299,7 +309,7 @@
"refId": "E"
},
{
- "expr": "sum by (site_name, category) (increase(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\", category=~\"$Category\"}[$__range]))",
+ "expr": "sum by (site_name, category) (increase(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", category=~\"$Category\"}[$__range]))",
"format": "table",
"instant": true,
"interval": "",
@@ -307,26 +317,29 @@
"refId": "A"
},
{
- "expr": "sum by (site_name, category) (increase(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\", category=~\"$Category\"}[$__range]))",
+ "expr": "sum by (site_name, category) (increase(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", category=~\"$Category\"}[$__range]))",
"format": "table",
"hide": false,
"instant": true,
+ "interval": "",
"legendFormat": "",
"refId": "B"
},
{
- "expr": "sum by (site_name, category) (increase(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\", category=~\"$Category\"}[$__range]))",
+ "expr": "sum by (site_name, category) (increase(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", category=~\"$Category\"}[$__range]))",
"format": "table",
"hide": false,
"instant": true,
+ "interval": "",
"legendFormat": "",
"refId": "C"
},
{
- "expr": "sum by (site_name, category) (increase(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\", category=~\"$Category\"}[$__range]))",
+ "expr": "sum by (site_name, category) (increase(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", category=~\"$Category\"}[$__range]))",
"format": "table",
"hide": false,
"instant": true,
+ "interval": "",
"legendFormat": "",
"refId": "D"
}
@@ -335,7 +348,7 @@
"timeShift": null,
"title": "Totals Category",
"transform": "table",
- "type": "table"
+ "type": "table-old"
},
{
"aliasColors": {},
@@ -348,6 +361,12 @@
"datasource": "${DS_PROMETHEUS}",
"decimals": null,
"description": "Showing traffic by category.\nThis updates with the variables on the dashboard.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fontSize": "70%",
"format": "bytes",
"gridPos": {
@@ -372,13 +391,13 @@
"links": [],
"maxDataPoints": 3,
"nullPointMode": "connected",
- "options": {},
"pieType": "pie",
"strokeWidth": "1",
"targets": [
{
- "expr": "sum by (category) (increase(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\", category=~\"$Category\"}[$__range])+increase(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\", category=~\"$Category\"}[$__range]))",
+ "expr": "sum by (category) (increase(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", [[Identifier]]!~\"TOTAL\", category=~\"$Category\"}[$__range])+increase(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", [[Identifier]]!~\"TOTAL\", category=~\"$Category\"}[$__range]))",
"instant": true,
+ "interval": "",
"legendFormat": "{{category}}",
"refId": "A"
}
@@ -400,6 +419,12 @@
"datasource": "${DS_PROMETHEUS}",
"decimals": null,
"description": "Showing traffic by application for selected clients. This updates with the variables on the dashboard.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fontSize": "70%",
"format": "bytes",
"gridPos": {
@@ -424,12 +449,11 @@
"links": [],
"maxDataPoints": 3,
"nullPointMode": "connected",
- "options": {},
"pieType": "pie",
"strokeWidth": "1",
"targets": [
{
- "expr": " sum by (category, application) (increase(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\", category=~\"$Category\"}[$__range])+increase(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\", category=~\"$Category\"}[$__range]))",
+ "expr": " sum by (category, application) (increase(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", [[Identifier]]!~\"TOTAL\", category=~\"$Category\"}[$__range])+increase(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", [[Identifier]]!~\"TOTAL\", category=~\"$Category\"}[$__range]))",
"instant": true,
"interval": "",
"legendFormat": "{{application}} ({{category}})",
@@ -449,6 +473,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Bytes Transferred by Category. Receive is on the negative axis.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -486,6 +516,7 @@
"renderer": "flot",
"seriesOverrides": [
{
+ "$$hashKey": "object:2187",
"alias": "/Rx/",
"transform": "negative-Y"
}
@@ -495,13 +526,13 @@
"steppedLine": false,
"targets": [
{
- "expr": "sum by (category)(rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\", category=~\"$Category\"}[$__interval]))",
+ "expr": "sum by (category)(rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", [[Identifier]]!~\"TOTAL\", category=~\"$Category\"}[$__interval]))",
"interval": "$Smooth",
"legendFormat": " {{category}} Rx",
"refId": "A"
},
{
- "expr": "sum by (category)(rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\", category=~\"$Category\"}[$__interval]))",
+ "expr": "sum by (category)(rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", [[Identifier]]!~\"TOTAL\", category=~\"$Category\"}[$__interval]))",
"interval": "$Smooth",
"legendFormat": "{{category}} Tx",
"refId": "B"
@@ -527,6 +558,7 @@
},
"yaxes": [
{
+ "$$hashKey": "object:122",
"format": "Bps",
"label": null,
"logBase": 1,
@@ -535,6 +567,7 @@
"show": true
},
{
+ "$$hashKey": "object:123",
"format": "short",
"label": null,
"logBase": 1,
@@ -555,6 +588,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Packets Transferred by Category. Receive is on the negative axis.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -592,6 +631,7 @@
"renderer": "flot",
"seriesOverrides": [
{
+ "$$hashKey": "object:2226",
"alias": "/Rx/",
"transform": "negative-Y"
}
@@ -601,13 +641,13 @@
"steppedLine": false,
"targets": [
{
- "expr": "sum by (category)(rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\", category=~\"$Category\"}[$__interval]))",
+ "expr": "sum by (category)(rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", [[Identifier]]!~\"TOTAL\", category=~\"$Category\"}[$__interval]))",
"interval": "$Smooth",
"legendFormat": " {{category}} Rx",
"refId": "A"
},
{
- "expr": "sum by (category)(rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\", category=~\"$Category\"}[$__interval]))",
+ "expr": "sum by (category)(rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", [[Identifier]]!~\"TOTAL\", category=~\"$Category\"}[$__interval]))",
"interval": "$Smooth",
"legendFormat": "{{category}} Tx",
"refId": "B"
@@ -656,6 +696,7 @@
},
{
"collapsed": true,
+ "datasource": "${DS_PROMETHEUS}",
"gridPos": {
"h": 1,
"w": 24,
@@ -671,13 +712,19 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 69
+ "y": 71
},
"hiddenSeries": false,
"id": 2325,
@@ -708,112 +755,6 @@
"renderer": "flot",
"repeat": "Client",
"repeatDirection": "v",
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "00:5b:94:33:87:8c",
- "value": "00:5b:94:33:87:8c"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 79
- },
- "hiddenSeries": false,
- "id": 3194,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1580279266844,
- "repeatPanelId": 2325,
"scopedVars": {
"Client": {
"selected": false,
@@ -827,7 +768,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -881,122 +822,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 89
- },
- "hiddenSeries": false,
- "id": 3195,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1580279266844,
- "repeatPanelId": 2325,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "08:00:27:37:1d:15",
- "value": "08:00:27:37:1d:15"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
},
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Packets per Application for $Client",
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 99
+ "y": 81
},
"hiddenSeries": false,
- "id": 3196,
+ "id": 4910,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -1024,113 +865,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
- "repeatPanelId": 2325,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "08:00:27:cf:2c:73",
- "value": "08:00:27:cf:2c:73"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 109
- },
- "hiddenSeries": false,
- "id": 3197,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -1145,7 +880,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -1199,16 +934,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 119
+ "y": 91
},
"hiddenSeries": false,
- "id": 3198,
+ "id": 4911,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -1236,7 +977,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -1251,7 +992,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -1305,122 +1046,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 129
- },
- "hiddenSeries": false,
- "id": 3199,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1580279266844,
- "repeatPanelId": 2325,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "10:30:25:d5:7b:97",
- "value": "10:30:25:d5:7b:97"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
},
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Packets per Application for $Client",
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 139
+ "y": 101
},
"hiddenSeries": false,
- "id": 3200,
+ "id": 4912,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -1448,7 +1089,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -1463,7 +1104,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -1517,16 +1158,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 149
+ "y": 111
},
"hiddenSeries": false,
- "id": 3201,
+ "id": 4913,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -1554,7 +1201,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -1569,7 +1216,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -1623,16 +1270,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 159
+ "y": 121
},
"hiddenSeries": false,
- "id": 3202,
+ "id": 4914,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -1660,7 +1313,119 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
+ "repeatPanelId": 2325,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "18:65:71:70:c6:48",
+ "value": "18:65:71:70:c6:48"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 131
+ },
+ "hiddenSeries": false,
+ "id": 4915,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -1675,7 +1440,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -1729,16 +1494,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 169
+ "y": 141
},
"hiddenSeries": false,
- "id": 3203,
+ "id": 4916,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -1766,13 +1537,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
"selected": false,
- "text": "28:3a:4d:e9:12:eb",
- "value": "28:3a:4d:e9:12:eb"
+ "text": "24:a0:74:f3:d5:6e",
+ "value": "24:a0:74:f3:d5:6e"
}
},
"seriesOverrides": [],
@@ -1781,7 +1552,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -1835,16 +1606,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 179
+ "y": 151
},
"hiddenSeries": false,
- "id": 3204,
+ "id": 4917,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -1872,7 +1649,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -1887,7 +1664,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -1941,16 +1718,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 189
+ "y": 161
},
"hiddenSeries": false,
- "id": 3205,
+ "id": 4918,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -1978,13 +1761,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
"selected": false,
- "text": "2c:cc:44:ad:72:d2",
- "value": "2c:cc:44:ad:72:d2"
+ "text": "30:63:6b:bd:cd:62",
+ "value": "30:63:6b:bd:cd:62"
}
},
"seriesOverrides": [],
@@ -1993,7 +1776,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -2047,16 +1830,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 199
+ "y": 171
},
"hiddenSeries": false,
- "id": 3206,
+ "id": 4919,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -2084,7 +1873,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -2099,7 +1888,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -2153,16 +1942,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 209
+ "y": 181
},
"hiddenSeries": false,
- "id": 3207,
+ "id": 4920,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -2190,7 +1985,679 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
+ "repeatPanelId": 2325,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "3c:bf:60:15:7e:bc",
+ "value": "3c:bf:60:15:7e:bc"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 191
+ },
+ "hiddenSeries": false,
+ "id": 4921,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592093129308,
+ "repeatPanelId": 2325,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "40:cb:c0:32:8d:c7",
+ "value": "40:cb:c0:32:8d:c7"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 201
+ },
+ "hiddenSeries": false,
+ "id": 4922,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592093129308,
+ "repeatPanelId": 2325,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "4c:32:75:9e:3c:fb",
+ "value": "4c:32:75:9e:3c:fb"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 211
+ },
+ "hiddenSeries": false,
+ "id": 4923,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592093129308,
+ "repeatPanelId": 2325,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "50:f5:da:69:f0:ac",
+ "value": "50:f5:da:69:f0:ac"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 221
+ },
+ "hiddenSeries": false,
+ "id": 4924,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592093129308,
+ "repeatPanelId": 2325,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "52:54:00:5d:bd:0b",
+ "value": "52:54:00:5d:bd:0b"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 231
+ },
+ "hiddenSeries": false,
+ "id": 4925,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592093129308,
+ "repeatPanelId": 2325,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "52:54:00:9a:ea:9e",
+ "value": "52:54:00:9a:ea:9e"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 241
+ },
+ "hiddenSeries": false,
+ "id": 4926,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -2205,7 +2672,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -2259,16 +2726,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 219
+ "y": 251
},
"hiddenSeries": false,
- "id": 3208,
+ "id": 4927,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -2296,7 +2769,119 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
+ "repeatPanelId": 2325,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "60:33:4b:25:f8:81",
+ "value": "60:33:4b:25:f8:81"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 261
+ },
+ "hiddenSeries": false,
+ "id": 4928,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -2311,7 +2896,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -2365,16 +2950,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 229
+ "y": 271
},
"hiddenSeries": false,
- "id": 3209,
+ "id": 4929,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -2402,7 +2993,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -2417,7 +3008,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -2471,16 +3062,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 239
+ "y": 281
},
"hiddenSeries": false,
- "id": 3210,
+ "id": 4930,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -2508,13 +3105,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
"selected": false,
- "text": "6c:8d:c1:d2:5b:68",
- "value": "6c:8d:c1:d2:5b:68"
+ "text": "64:70:33:dc:ca:80",
+ "value": "64:70:33:dc:ca:80"
}
},
"seriesOverrides": [],
@@ -2523,7 +3120,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -2577,16 +3174,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 249
+ "y": 291
},
"hiddenSeries": false,
- "id": 3211,
+ "id": 4931,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -2614,7 +3217,119 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
+ "repeatPanelId": 2325,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "6a:03:65:d8:ad:cc",
+ "value": "6a:03:65:d8:ad:cc"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 301
+ },
+ "hiddenSeries": false,
+ "id": 4932,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -2629,7 +3344,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -2683,16 +3398,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 259
+ "y": 311
},
"hiddenSeries": false,
- "id": 3212,
+ "id": 4933,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -2720,13 +3441,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
"selected": false,
- "text": "88:19:08:40:f6:8f",
- "value": "88:19:08:40:f6:8f"
+ "text": "84:d6:d0:8f:01:2b",
+ "value": "84:d6:d0:8f:01:2b"
}
},
"seriesOverrides": [],
@@ -2735,7 +3456,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -2789,16 +3510,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 269
+ "y": 321
},
"hiddenSeries": false,
- "id": 3213,
+ "id": 4934,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -2826,13 +3553,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
"selected": false,
- "text": "88:64:40:76:79:a2",
- "value": "88:64:40:76:79:a2"
+ "text": "88:71:e5:5a:3e:c1",
+ "value": "88:71:e5:5a:3e:c1"
}
},
"seriesOverrides": [],
@@ -2841,7 +3568,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -2895,16 +3622,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 279
+ "y": 331
},
"hiddenSeries": false,
- "id": 3214,
+ "id": 4935,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -2932,7 +3665,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -2947,7 +3680,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -3001,16 +3734,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 289
+ "y": 341
},
"hiddenSeries": false,
- "id": 3215,
+ "id": 4936,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -3038,13 +3777,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
"selected": false,
- "text": "8c:89:a5:17:24:f8",
- "value": "8c:89:a5:17:24:f8"
+ "text": "8c:2d:aa:c0:55:d7",
+ "value": "8c:2d:aa:c0:55:d7"
}
},
"seriesOverrides": [],
@@ -3053,7 +3792,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -3107,16 +3846,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 299
+ "y": 351
},
"hiddenSeries": false,
- "id": 3216,
+ "id": 4937,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -3144,13 +3889,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
"selected": false,
- "text": "AlexisNlsiPhone",
- "value": "AlexisNlsiPhone"
+ "text": "8ch-relay",
+ "value": "8ch-relay"
}
},
"seriesOverrides": [],
@@ -3159,7 +3904,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -3213,16 +3958,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 309
+ "y": 361
},
"hiddenSeries": false,
- "id": 3217,
+ "id": 4938,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -3250,13 +4001,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
"selected": false,
- "text": "Alexiss-MBP",
- "value": "Alexiss-MBP"
+ "text": "AmandaspleWatch",
+ "value": "AmandaspleWatch"
}
},
"seriesOverrides": [],
@@ -3265,7 +4016,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -3319,16 +4070,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 319
+ "y": 371
},
"hiddenSeries": false,
- "id": 3218,
+ "id": 4939,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -3356,13 +4113,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
"selected": false,
- "text": "Bubbas-iPhone",
- "value": "Bubbas-iPhone"
+ "text": "DESKTOP-DMV04J3",
+ "value": "DESKTOP-DMV04J3"
}
},
"seriesOverrides": [],
@@ -3371,7 +4128,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -3425,16 +4182,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 329
+ "y": 381
},
"hiddenSeries": false,
- "id": 3219,
+ "id": 4940,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -3462,7 +4225,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -3477,7 +4240,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -3531,16 +4294,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 339
+ "y": 391
},
"hiddenSeries": false,
- "id": 3220,
+ "id": 4941,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -3568,7 +4337,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -3583,7 +4352,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -3637,16 +4406,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 349
+ "y": 401
},
"hiddenSeries": false,
- "id": 3221,
+ "id": 4942,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -3674,7 +4449,119 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
+ "repeatPanelId": 2325,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "TOTAL",
+ "value": "TOTAL"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 411
+ },
+ "hiddenSeries": false,
+ "id": 4943,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -3689,7 +4576,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -3743,16 +4630,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 359
+ "y": 421
},
"hiddenSeries": false,
- "id": 3222,
+ "id": 4944,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -3780,13 +4673,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
"selected": false,
- "text": "a4:83:e7:d5:e4:f3",
- "value": "a4:83:e7:d5:e4:f3"
+ "text": "a0:ce:c8:0b:9a:8f",
+ "value": "a0:ce:c8:0b:9a:8f"
}
},
"seriesOverrides": [],
@@ -3795,7 +4688,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -3849,122 +4742,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 369
- },
- "hiddenSeries": false,
- "id": 3223,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1580279266844,
- "repeatPanelId": 2325,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "a4:b8:05:af:4c:4f",
- "value": "a4:b8:05:af:4c:4f"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
},
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Packets per Application for $Client",
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 379
+ "y": 431
},
"hiddenSeries": false,
- "id": 3224,
+ "id": 4945,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -3992,7 +4785,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -4007,7 +4800,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -4061,16 +4854,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 389
+ "y": 441
},
"hiddenSeries": false,
- "id": 3225,
+ "id": 4946,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -4098,7 +4897,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -4113,7 +4912,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -4167,16 +4966,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 399
+ "y": 451
},
"hiddenSeries": false,
- "id": 3226,
+ "id": 4947,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -4204,7 +5009,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -4219,7 +5024,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -4273,16 +5078,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 409
+ "y": 461
},
"hiddenSeries": false,
- "id": 3227,
+ "id": 4948,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -4310,7 +5121,119 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
+ "repeatPanelId": 2325,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "amazon-252693b12",
+ "value": "amazon-252693b12"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 471
+ },
+ "hiddenSeries": false,
+ "id": 4949,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -4325,7 +5248,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -4379,16 +5302,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 419
+ "y": 481
},
"hiddenSeries": false,
- "id": 3228,
+ "id": 4950,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -4416,7 +5345,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -4431,7 +5360,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -4485,16 +5414,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 429
+ "y": 491
},
"hiddenSeries": false,
- "id": 3229,
+ "id": 4951,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -4522,7 +5457,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -4537,7 +5472,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -4591,122 +5526,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 439
- },
- "hiddenSeries": false,
- "id": 3230,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1580279266844,
- "repeatPanelId": 2325,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "amazon-91f7a568d",
- "value": "amazon-91f7a568d"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
},
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Packets per Application for $Client",
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 449
+ "y": 501
},
"hiddenSeries": false,
- "id": 3231,
+ "id": 4952,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -4734,7 +5569,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -4749,7 +5584,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -4803,16 +5638,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 459
+ "y": 511
},
"hiddenSeries": false,
- "id": 3232,
+ "id": 4953,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -4840,7 +5681,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -4855,7 +5696,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -4909,16 +5750,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 469
+ "y": 521
},
"hiddenSeries": false,
- "id": 3233,
+ "id": 4954,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -4946,7 +5793,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -4961,7 +5808,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -5015,16 +5862,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 479
+ "y": 531
},
"hiddenSeries": false,
- "id": 3234,
+ "id": 4955,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -5052,7 +5905,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -5067,7 +5920,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -5121,16 +5974,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 489
+ "y": 541
},
"hiddenSeries": false,
- "id": 3235,
+ "id": 4956,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -5158,7 +6017,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -5173,7 +6032,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -5227,16 +6086,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 499
+ "y": 551
},
"hiddenSeries": false,
- "id": 3236,
+ "id": 4957,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -5264,7 +6129,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -5279,7 +6144,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -5333,16 +6198,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 509
+ "y": 561
},
"hiddenSeries": false,
- "id": 3237,
+ "id": 4958,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -5370,7 +6241,119 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
+ "repeatPanelId": 2325,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "apc",
+ "value": "apc"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 571
+ },
+ "hiddenSeries": false,
+ "id": 4959,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -5385,7 +6368,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -5439,122 +6422,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 519
- },
- "hiddenSeries": false,
- "id": 3238,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1580279266844,
- "repeatPanelId": 2325,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "b8:8a:ec:83:56:42",
- "value": "b8:8a:ec:83:56:42"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
},
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Packets per Application for $Client",
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 529
+ "y": 581
},
"hiddenSeries": false,
- "id": 3239,
+ "id": 4960,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -5582,7 +6465,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -5597,7 +6480,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -5651,16 +6534,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 539
+ "y": 591
},
"hiddenSeries": false,
- "id": 3240,
+ "id": 4961,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -5688,7 +6577,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -5703,7 +6592,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -5757,16 +6646,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 549
+ "y": 601
},
"hiddenSeries": false,
- "id": 3241,
+ "id": 4962,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -5794,7 +6689,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -5809,7 +6704,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -5863,16 +6758,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 559
+ "y": 611
},
"hiddenSeries": false,
- "id": 3242,
+ "id": 4963,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -5900,7 +6801,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -5915,7 +6816,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -5969,16 +6870,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 569
+ "y": 621
},
"hiddenSeries": false,
- "id": 3243,
+ "id": 4964,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -6006,7 +6913,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -6021,7 +6928,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -6075,16 +6982,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 579
+ "y": 631
},
"hiddenSeries": false,
- "id": 3244,
+ "id": 4965,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -6112,7 +7025,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -6127,7 +7040,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -6181,16 +7094,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 589
+ "y": 641
},
"hiddenSeries": false,
- "id": 3245,
+ "id": 4966,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -6218,7 +7137,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -6233,7 +7152,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -6287,16 +7206,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 599
+ "y": 651
},
"hiddenSeries": false,
- "id": 3246,
+ "id": 4967,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -6324,13 +7249,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
"selected": false,
- "text": "dc:a9:71:ee:72:0d",
- "value": "dc:a9:71:ee:72:0d"
+ "text": "d8:4c:90:9f:82:5a",
+ "value": "d8:4c:90:9f:82:5a"
}
},
"seriesOverrides": [],
@@ -6339,7 +7264,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -6393,16 +7318,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 609
+ "y": 661
},
"hiddenSeries": false,
- "id": 3247,
+ "id": 4968,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -6430,7 +7361,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -6445,7 +7376,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -6499,122 +7430,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 619
- },
- "hiddenSeries": false,
- "id": 3248,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1580279266844,
- "repeatPanelId": 2325,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "dns-rtn",
- "value": "dns-rtn"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
},
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Packets per Application for $Client",
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 629
+ "y": 671
},
"hiddenSeries": false,
- "id": 3249,
+ "id": 4969,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -6642,7 +7473,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -6657,7 +7488,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -6711,122 +7542,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 639
- },
- "hiddenSeries": false,
- "id": 3250,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1580279266844,
- "repeatPanelId": 2325,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "e8:36:17:6e:f7:52",
- "value": "e8:36:17:6e:f7:52"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
},
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Packets per Application for $Client",
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 649
+ "y": 681
},
"hiddenSeries": false,
- "id": 3251,
+ "id": 4970,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -6854,113 +7585,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
- "repeatPanelId": 2325,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "f0:81:73:59:89:19",
- "value": "f0:81:73:59:89:19"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 659
- },
- "hiddenSeries": false,
- "id": 3252,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -6975,7 +7600,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -7029,16 +7654,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 669
+ "y": 691
},
"hiddenSeries": false,
- "id": 3253,
+ "id": 4971,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -7066,7 +7697,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -7081,7 +7712,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -7135,16 +7766,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 679
+ "y": 701
},
"hiddenSeries": false,
- "id": 3254,
+ "id": 4972,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -7172,7 +7809,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -7187,7 +7824,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -7241,122 +7878,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 689
- },
- "hiddenSeries": false,
- "id": 3255,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1580279266844,
- "repeatPanelId": 2325,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "iPhone",
- "value": "iPhone"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
},
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Packets per Application for $Client",
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 699
+ "y": 711
},
"hiddenSeries": false,
- "id": 3256,
+ "id": 4973,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -7384,7 +7921,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -7399,7 +7936,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -7453,16 +7990,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 709
+ "y": 721
},
"hiddenSeries": false,
- "id": 3257,
+ "id": 4974,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -7490,7 +8033,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -7505,7 +8048,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -7559,16 +8102,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 719
+ "y": 731
},
"hiddenSeries": false,
- "id": 3258,
+ "id": 4975,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -7596,7 +8145,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -7611,7 +8160,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -7665,16 +8214,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 729
+ "y": 741
},
"hiddenSeries": false,
- "id": 3259,
+ "id": 4976,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -7702,7 +8257,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -7717,7 +8272,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -7771,16 +8326,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 739
+ "y": 751
},
"hiddenSeries": false,
- "id": 3260,
+ "id": 4977,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -7808,7 +8369,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -7823,7 +8384,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -7877,16 +8438,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 749
+ "y": 761
},
"hiddenSeries": false,
- "id": 3261,
+ "id": 4978,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -7914,7 +8481,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
@@ -7929,7 +8496,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -7983,16 +8550,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 759
+ "y": 771
},
"hiddenSeries": false,
- "id": 3262,
+ "id": 4979,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -8020,13 +8593,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1580279266844,
+ "repeatIteration": 1592093129308,
"repeatPanelId": 2325,
"scopedVars": {
"Client": {
"selected": false,
- "text": "zackbox",
- "value": "zackbox"
+ "text": "wap-wall",
+ "value": "wap-wall"
}
},
"seriesOverrides": [],
@@ -8035,7 +8608,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -8088,6 +8661,7 @@
},
{
"collapsed": true,
+ "datasource": "${DS_PROMETHEUS}",
"gridPos": {
"h": 1,
"w": 24,
@@ -8103,13 +8677,19 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 70
+ "y": 72
},
"hiddenSeries": false,
"id": 2329,
@@ -8143,8 +8723,8 @@
"scopedVars": {
"Client": {
"selected": false,
- "text": "00:50:b6:96:76:6e",
- "value": "00:50:b6:96:76:6e"
+ "text": "00:18:dd:32:12:58",
+ "value": "00:18:dd:32:12:58"
}
},
"seriesOverrides": [],
@@ -8153,7 +8733,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -8207,16 +8787,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 80
+ "y": 82
},
"hiddenSeries": false,
- "id": 2718,
+ "id": 4342,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -8244,7 +8830,119 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 2329,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "00:50:b6:96:76:6e",
+ "value": "00:50:b6:96:76:6e"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 92
+ },
+ "hiddenSeries": false,
+ "id": 4343,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
@@ -8259,7 +8957,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -8313,16 +9011,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 90
+ "y": 102
},
"hiddenSeries": false,
- "id": 2719,
+ "id": 4344,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -8350,13 +9054,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
"selected": false,
- "text": "08:00:27:37:1d:15",
- "value": "08:00:27:37:1d:15"
+ "text": "00:c0:b7:b6:e0:ef",
+ "value": "00:c0:b7:b6:e0:ef"
}
},
"seriesOverrides": [],
@@ -8365,7 +9069,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -8419,16 +9123,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 100
+ "y": 112
},
"hiddenSeries": false,
- "id": 2720,
+ "id": 4345,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -8456,13 +9166,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
"selected": false,
- "text": "08:00:27:cf:2c:73",
- "value": "08:00:27:cf:2c:73"
+ "text": "00:ff:a8:b9:34:7e",
+ "value": "00:ff:a8:b9:34:7e"
}
},
"seriesOverrides": [],
@@ -8471,7 +9181,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -8525,16 +9235,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 110
+ "y": 122
},
"hiddenSeries": false,
- "id": 2721,
+ "id": 4346,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -8562,7 +9278,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
@@ -8577,7 +9293,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -8631,16 +9347,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 120
+ "y": 132
},
"hiddenSeries": false,
- "id": 2722,
+ "id": 4347,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -8668,13 +9390,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
"selected": false,
- "text": "10:30:25:d5:7b:97",
- "value": "10:30:25:d5:7b:97"
+ "text": "0c:47:c9:35:f5:50",
+ "value": "0c:47:c9:35:f5:50"
}
},
"seriesOverrides": [],
@@ -8683,7 +9405,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -8737,16 +9459,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 130
+ "y": 142
},
"hiddenSeries": false,
- "id": 2723,
+ "id": 4348,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -8774,7 +9502,119 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 2329,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "0c:c4:7a:04:ca:cf",
+ "value": "0c:c4:7a:04:ca:cf"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 152
+ },
+ "hiddenSeries": false,
+ "id": 4349,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
@@ -8789,7 +9629,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -8843,16 +9683,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 140
+ "y": 162
},
"hiddenSeries": false,
- "id": 2724,
+ "id": 4350,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -8880,7 +9726,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
@@ -8895,7 +9741,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -8949,16 +9795,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 150
+ "y": 172
},
"hiddenSeries": false,
- "id": 2725,
+ "id": 4351,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -8986,7 +9838,343 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 2329,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "14:a7:8b:1c:50:62",
+ "value": "14:a7:8b:1c:50:62"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 182
+ },
+ "hiddenSeries": false,
+ "id": 4352,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 2329,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "14:a7:8b:23:68:0c",
+ "value": "14:a7:8b:23:68:0c"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 192
+ },
+ "hiddenSeries": false,
+ "id": 4353,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 2329,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "14:a7:8b:d1:c5:a1",
+ "value": "14:a7:8b:d1:c5:a1"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 202
+ },
+ "hiddenSeries": false,
+ "id": 4354,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
@@ -9001,7 +10189,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -9055,16 +10243,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 160
+ "y": 212
},
"hiddenSeries": false,
- "id": 2726,
+ "id": 4355,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -9092,7 +10286,343 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 2329,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "18:65:71:71:89:98",
+ "value": "18:65:71:71:89:98"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 222
+ },
+ "hiddenSeries": false,
+ "id": 4356,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 2329,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "24:a0:74:f3:d5:6e",
+ "value": "24:a0:74:f3:d5:6e"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 232
+ },
+ "hiddenSeries": false,
+ "id": 4357,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 2329,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "28:ad:3e:0b:af:5e",
+ "value": "28:ad:3e:0b:af:5e"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 242
+ },
+ "hiddenSeries": false,
+ "id": 4358,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
@@ -9107,7 +10637,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -9161,16 +10691,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 170
+ "y": 252
},
"hiddenSeries": false,
- "id": 2727,
+ "id": 4359,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -9198,7 +10734,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
@@ -9213,7 +10749,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -9267,16 +10803,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 180
+ "y": 262
},
"hiddenSeries": false,
- "id": 2728,
+ "id": 4360,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -9304,7 +10846,231 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 2329,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "34:d2:70:5d:70:ef",
+ "value": "34:d2:70:5d:70:ef"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 272
+ },
+ "hiddenSeries": false,
+ "id": 4361,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 2329,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "34:ea:34:43:3c:88",
+ "value": "34:ea:34:43:3c:88"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 282
+ },
+ "hiddenSeries": false,
+ "id": 4362,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
@@ -9319,7 +11085,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -9373,16 +11139,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 190
+ "y": 292
},
"hiddenSeries": false,
- "id": 2729,
+ "id": 4363,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -9410,7 +11182,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
@@ -9425,7 +11197,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -9479,16 +11251,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 200
+ "y": 302
},
"hiddenSeries": false,
- "id": 2730,
+ "id": 4364,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -9516,7 +11294,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
@@ -9531,7 +11309,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -9585,16 +11363,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 210
+ "y": 312
},
"hiddenSeries": false,
- "id": 2731,
+ "id": 4365,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -9622,7 +11406,231 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 2329,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "3c:bf:60:15:7e:bc",
+ "value": "3c:bf:60:15:7e:bc"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 322
+ },
+ "hiddenSeries": false,
+ "id": 4366,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 2329,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "40:a8:f0:68:c3:58",
+ "value": "40:a8:f0:68:c3:58"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 332
+ },
+ "hiddenSeries": false,
+ "id": 4367,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
@@ -9637,7 +11645,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -9691,16 +11699,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 220
+ "y": 342
},
"hiddenSeries": false,
- "id": 2732,
+ "id": 4368,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -9728,7 +11742,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
@@ -9743,7 +11757,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -9797,16 +11811,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 230
+ "y": 352
},
"hiddenSeries": false,
- "id": 2733,
+ "id": 4369,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -9834,13 +11854,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
"selected": false,
- "text": "4c:ef:c0:4d:0d:26",
- "value": "4c:ef:c0:4d:0d:26"
+ "text": "50:dc:e7:4f:dc:4d",
+ "value": "50:dc:e7:4f:dc:4d"
}
},
"seriesOverrides": [],
@@ -9849,7 +11869,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -9903,16 +11923,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 240
+ "y": 362
},
"hiddenSeries": false,
- "id": 2734,
+ "id": 4370,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -9940,7 +11966,567 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 2329,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "50:f5:da:69:f0:ac",
+ "value": "50:f5:da:69:f0:ac"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 372
+ },
+ "hiddenSeries": false,
+ "id": 4371,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 2329,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "52:54:00:5d:bd:0b",
+ "value": "52:54:00:5d:bd:0b"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 382
+ },
+ "hiddenSeries": false,
+ "id": 4372,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 2329,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "52:54:00:9a:ea:9e",
+ "value": "52:54:00:9a:ea:9e"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 392
+ },
+ "hiddenSeries": false,
+ "id": 4373,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 2329,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "60:30:d4:e3:64:de",
+ "value": "60:30:d4:e3:64:de"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 402
+ },
+ "hiddenSeries": false,
+ "id": 4374,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 2329,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "60:33:4b:25:f8:81",
+ "value": "60:33:4b:25:f8:81"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 412
+ },
+ "hiddenSeries": false,
+ "id": 4375,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
@@ -9955,7 +12541,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -10009,16 +12595,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 250
+ "y": 422
},
"hiddenSeries": false,
- "id": 2735,
+ "id": 4376,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -10046,7 +12638,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
@@ -10061,7 +12653,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -10115,16 +12707,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 260
+ "y": 432
},
"hiddenSeries": false,
- "id": 2736,
+ "id": 4377,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -10152,7 +12750,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
@@ -10167,7 +12765,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -10221,16 +12819,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 270
+ "y": 442
},
"hiddenSeries": false,
- "id": 2737,
+ "id": 4378,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -10258,7 +12862,567 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 2329,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "6a:03:65:d8:ad:cc",
+ "value": "6a:03:65:d8:ad:cc"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 452
+ },
+ "hiddenSeries": false,
+ "id": 4379,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 2329,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "74:83:c2:d4:11:3d",
+ "value": "74:83:c2:d4:11:3d"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 462
+ },
+ "hiddenSeries": false,
+ "id": 4380,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 2329,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "80:2a:a8:10:ae:0c",
+ "value": "80:2a:a8:10:ae:0c"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 472
+ },
+ "hiddenSeries": false,
+ "id": 4381,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 2329,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "80:2a:a8:10:ae:87",
+ "value": "80:2a:a8:10:ae:87"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 482
+ },
+ "hiddenSeries": false,
+ "id": 4382,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 2329,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "80:2a:a8:5d:86:32",
+ "value": "80:2a:a8:5d:86:32"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 492
+ },
+ "hiddenSeries": false,
+ "id": 4383,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
@@ -10273,7 +13437,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -10327,16 +13491,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 280
+ "y": 502
},
"hiddenSeries": false,
- "id": 2738,
+ "id": 4384,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -10364,13 +13534,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
"selected": false,
- "text": "88:19:08:40:f6:8f",
- "value": "88:19:08:40:f6:8f"
+ "text": "88:71:e5:5a:3e:c1",
+ "value": "88:71:e5:5a:3e:c1"
}
},
"seriesOverrides": [],
@@ -10379,7 +13549,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -10433,16 +13603,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 290
+ "y": 512
},
"hiddenSeries": false,
- "id": 2739,
+ "id": 4385,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -10470,13 +13646,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
"selected": false,
- "text": "88e9fe766535",
- "value": "88e9fe766535"
+ "text": "88:e9:fe:76:65:35",
+ "value": "88:e9:fe:76:65:35"
}
},
"seriesOverrides": [],
@@ -10485,7 +13661,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -10539,16 +13715,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 300
+ "y": 522
},
"hiddenSeries": false,
- "id": 2740,
+ "id": 4386,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -10576,7 +13758,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
@@ -10591,7 +13773,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -10645,16 +13827,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 310
+ "y": 532
},
"hiddenSeries": false,
- "id": 2741,
+ "id": 4387,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -10682,13 +13870,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
"selected": false,
- "text": "Bubbas-iPhone",
- "value": "Bubbas-iPhone"
+ "text": "98:5a:eb:cf:21:0f",
+ "value": "98:5a:eb:cf:21:0f"
}
},
"seriesOverrides": [],
@@ -10697,7 +13885,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -10751,16 +13939,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 320
+ "y": 542
},
"hiddenSeries": false,
- "id": 2742,
+ "id": 4388,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -10788,13 +13982,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
"selected": false,
- "text": "RMPROPLUS-43-3c-88",
- "value": "RMPROPLUS-43-3c-88"
+ "text": "9c:14:63:91:46:df",
+ "value": "9c:14:63:91:46:df"
}
},
"seriesOverrides": [],
@@ -10803,7 +13997,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -10857,16 +14051,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 330
+ "y": 552
},
"hiddenSeries": false,
- "id": 2743,
+ "id": 4389,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -10894,7 +14094,343 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 2329,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "9c:14:63:aa:6a:5e",
+ "value": "9c:14:63:aa:6a:5e"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 562
+ },
+ "hiddenSeries": false,
+ "id": 4390,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 2329,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "TOTAL",
+ "value": "TOTAL"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 572
+ },
+ "hiddenSeries": false,
+ "id": 4391,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 2329,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "a0:02:dc:57:13:35",
+ "value": "a0:02:dc:57:13:35"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 582
+ },
+ "hiddenSeries": false,
+ "id": 4392,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
@@ -10909,7 +14445,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -10963,16 +14499,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 340
+ "y": 592
},
"hiddenSeries": false,
- "id": 2744,
+ "id": 4393,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -11000,7 +14542,231 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 2329,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "a0:ce:c8:0b:9a:8f",
+ "value": "a0:ce:c8:0b:9a:8f"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 602
+ },
+ "hiddenSeries": false,
+ "id": 4394,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 2329,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "ac:63:be:b9:99:06",
+ "value": "ac:63:be:b9:99:06"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 612
+ },
+ "hiddenSeries": false,
+ "id": 4395,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
@@ -11015,7 +14781,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -11069,16 +14835,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 350
+ "y": 622
},
"hiddenSeries": false,
- "id": 2745,
+ "id": 4396,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -11106,13 +14878,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
"selected": false,
- "text": "amazon-23c8dcf81",
- "value": "amazon-23c8dcf81"
+ "text": "b4:fb:e4:d2:74:39",
+ "value": "b4:fb:e4:d2:74:39"
}
},
"seriesOverrides": [],
@@ -11121,7 +14893,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -11175,16 +14947,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 360
+ "y": 632
},
"hiddenSeries": false,
- "id": 2746,
+ "id": 4397,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -11212,13 +14990,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
"selected": false,
- "text": "amazon-252693b12",
- "value": "amazon-252693b12"
+ "text": "b8:c7:5d:f3:3a:2c",
+ "value": "b8:c7:5d:f3:3a:2c"
}
},
"seriesOverrides": [],
@@ -11227,7 +15005,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -11281,16 +15059,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 370
+ "y": 642
},
"hiddenSeries": false,
- "id": 2747,
+ "id": 4398,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -11318,13 +15102,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
"selected": false,
- "text": "amazon-4c78562d9",
- "value": "amazon-4c78562d9"
+ "text": "c4:95:00:d8:fd:f7",
+ "value": "c4:95:00:d8:fd:f7"
}
},
"seriesOverrides": [],
@@ -11333,7 +15117,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -11387,122 +15171,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 380
- },
- "hiddenSeries": false,
- "id": 2748,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 2329,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "amazon-5f2257848",
- "value": "amazon-5f2257848"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
},
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Bytes per Application for $Client",
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 390
+ "y": 652
},
"hiddenSeries": false,
- "id": 2749,
+ "id": 4399,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -11530,1703 +15214,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 2329,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "amazon-6f4e7f46d",
- "value": "amazon-6f4e7f46d"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 400
- },
- "hiddenSeries": false,
- "id": 2750,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 2329,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "amazon-ad9d88695",
- "value": "amazon-ad9d88695"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 410
- },
- "hiddenSeries": false,
- "id": 2751,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 2329,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "amazon-c6157d4f5",
- "value": "amazon-c6157d4f5"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 420
- },
- "hiddenSeries": false,
- "id": 2752,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 2329,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "amazon-c6cfc477c",
- "value": "amazon-c6cfc477c"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 430
- },
- "hiddenSeries": false,
- "id": 2753,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 2329,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "amazon-ccc769152",
- "value": "amazon-ccc769152"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 440
- },
- "hiddenSeries": false,
- "id": 2754,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 2329,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "amazon-e251d20f5",
- "value": "amazon-e251d20f5"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 450
- },
- "hiddenSeries": false,
- "id": 2755,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 2329,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "ann-ipp",
- "value": "ann-ipp"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 460
- },
- "hiddenSeries": false,
- "id": 2756,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 2329,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "ats-rtn",
- "value": "ats-rtn"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 470
- },
- "hiddenSeries": false,
- "id": 2757,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 2329,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "b8:8a:ec:83:56:42",
- "value": "b8:8a:ec:83:56:42"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 480
- },
- "hiddenSeries": false,
- "id": 2758,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 2329,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "baby-cam",
- "value": "baby-cam"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 490
- },
- "hiddenSeries": false,
- "id": 2759,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 2329,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "c4:b3:01:d2:e1:5f",
- "value": "c4:b3:01:d2:e1:5f"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 500
- },
- "hiddenSeries": false,
- "id": 2760,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 2329,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "camera-garage",
- "value": "camera-garage"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 510
- },
- "hiddenSeries": false,
- "id": 2761,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 2329,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "camera-gate",
- "value": "camera-gate"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 520
- },
- "hiddenSeries": false,
- "id": 2762,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 2329,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "camera-pool",
- "value": "camera-pool"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 530
- },
- "hiddenSeries": false,
- "id": 2763,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 2329,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "camera-porch",
- "value": "camera-porch"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 540
- },
- "hiddenSeries": false,
- "id": 2764,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 2329,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "camera-road",
- "value": "camera-road"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 550
- },
- "hiddenSeries": false,
- "id": 2765,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
@@ -13241,7 +15229,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -13295,16 +15283,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 560
+ "y": 662
},
"hiddenSeries": false,
- "id": 2766,
+ "id": 4400,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -13332,13 +15326,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
"selected": false,
- "text": "dns-ipp",
- "value": "dns-ipp"
+ "text": "d8:4c:90:9f:82:5a",
+ "value": "d8:4c:90:9f:82:5a"
}
},
"seriesOverrides": [],
@@ -13347,7 +15341,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -13401,16 +15395,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 570
+ "y": 672
},
"hiddenSeries": false,
- "id": 2767,
+ "id": 4401,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -13438,13 +15438,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
"selected": false,
- "text": "e4:9a:79:6c:07:aa",
- "value": "e4:9a:79:6c:07:aa"
+ "text": "f0:81:73:59:89:19",
+ "value": "f0:81:73:59:89:19"
}
},
"seriesOverrides": [],
@@ -13453,7 +15453,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -13507,16 +15507,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 580
+ "y": 682
},
"hiddenSeries": false,
- "id": 2768,
+ "id": 4402,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -13544,13 +15550,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
"selected": false,
- "text": "homerun",
- "value": "homerun"
+ "text": "fc:65:de:01:d9:38",
+ "value": "fc:65:de:01:d9:38"
}
},
"seriesOverrides": [],
@@ -13559,7 +15565,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -13613,122 +15619,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 590
- },
- "hiddenSeries": false,
- "id": 2769,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 2329,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "iPad",
- "value": "iPad"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
},
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Bytes per Application for $Client",
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 600
+ "y": 692
},
"hiddenSeries": false,
- "id": 2770,
+ "id": 4403,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -13756,13 +15662,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 2329,
"scopedVars": {
"Client": {
"selected": false,
- "text": "plex",
- "value": "plex"
+ "text": "fc:a6:67:11:2b:ec",
+ "value": "fc:a6:67:11:2b:ec"
}
},
"seriesOverrides": [],
@@ -13771,537 +15677,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 610
- },
- "hiddenSeries": false,
- "id": 2771,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 2329,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "rzr",
- "value": "rzr"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 620
- },
- "hiddenSeries": false,
- "id": 2772,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 2329,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "security",
- "value": "security"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 630
- },
- "hiddenSeries": false,
- "id": 2773,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 2329,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "switch",
- "value": "switch"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 640
- },
- "hiddenSeries": false,
- "id": 2774,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 2329,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "wap-lower",
- "value": "wap-lower"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 650
- },
- "hiddenSeries": false,
- "id": 2775,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 2329,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "wap-upper",
- "value": "wap-upper"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -14354,6 +15730,7 @@
},
{
"collapsed": true,
+ "datasource": "${DS_PROMETHEUS}",
"gridPos": {
"h": 1,
"w": 24,
@@ -14369,13 +15746,19 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 71
+ "y": 73
},
"hiddenSeries": false,
"id": 1035,
@@ -14409,8 +15792,8 @@
"scopedVars": {
"Client": {
"selected": false,
- "text": "00:50:b6:96:76:6e",
- "value": "00:50:b6:96:76:6e"
+ "text": "00:18:dd:32:12:58",
+ "value": "00:18:dd:32:12:58"
}
},
"seriesOverrides": [],
@@ -14419,7 +15802,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -14473,16 +15856,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 81
+ "y": 83
},
"hiddenSeries": false,
- "id": 2660,
+ "id": 4404,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -14510,7 +15899,119 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 1035,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "00:50:b6:96:76:6e",
+ "value": "00:50:b6:96:76:6e"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 93
+ },
+ "hiddenSeries": false,
+ "id": 4405,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
@@ -14525,7 +16026,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -14579,16 +16080,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 91
+ "y": 103
},
"hiddenSeries": false,
- "id": 2661,
+ "id": 4406,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -14616,13 +16123,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
"selected": false,
- "text": "08:00:27:37:1d:15",
- "value": "08:00:27:37:1d:15"
+ "text": "00:c0:b7:b6:e0:ef",
+ "value": "00:c0:b7:b6:e0:ef"
}
},
"seriesOverrides": [],
@@ -14631,7 +16138,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -14685,16 +16192,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 101
+ "y": 113
},
"hiddenSeries": false,
- "id": 2662,
+ "id": 4407,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -14722,13 +16235,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
"selected": false,
- "text": "08:00:27:cf:2c:73",
- "value": "08:00:27:cf:2c:73"
+ "text": "00:ff:a8:b9:34:7e",
+ "value": "00:ff:a8:b9:34:7e"
}
},
"seriesOverrides": [],
@@ -14737,7 +16250,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -14791,16 +16304,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 111
+ "y": 123
},
"hiddenSeries": false,
- "id": 2663,
+ "id": 4408,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -14828,7 +16347,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
@@ -14843,7 +16362,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -14897,16 +16416,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 121
+ "y": 133
},
"hiddenSeries": false,
- "id": 2664,
+ "id": 4409,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -14934,13 +16459,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
"selected": false,
- "text": "10:30:25:d5:7b:97",
- "value": "10:30:25:d5:7b:97"
+ "text": "0c:47:c9:35:f5:50",
+ "value": "0c:47:c9:35:f5:50"
}
},
"seriesOverrides": [],
@@ -14949,7 +16474,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -15003,16 +16528,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 131
+ "y": 143
},
"hiddenSeries": false,
- "id": 2665,
+ "id": 4410,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -15040,7 +16571,119 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 1035,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "0c:c4:7a:04:ca:cf",
+ "value": "0c:c4:7a:04:ca:cf"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 153
+ },
+ "hiddenSeries": false,
+ "id": 4411,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
@@ -15055,7 +16698,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -15109,16 +16752,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 141
+ "y": 163
},
"hiddenSeries": false,
- "id": 2666,
+ "id": 4412,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -15146,7 +16795,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
@@ -15161,7 +16810,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -15215,16 +16864,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 151
+ "y": 173
},
"hiddenSeries": false,
- "id": 2667,
+ "id": 4413,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -15252,7 +16907,343 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 1035,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "14:a7:8b:1c:50:62",
+ "value": "14:a7:8b:1c:50:62"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 183
+ },
+ "hiddenSeries": false,
+ "id": 4414,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 1035,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "14:a7:8b:23:68:0c",
+ "value": "14:a7:8b:23:68:0c"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 193
+ },
+ "hiddenSeries": false,
+ "id": 4415,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 1035,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "14:a7:8b:d1:c5:a1",
+ "value": "14:a7:8b:d1:c5:a1"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 203
+ },
+ "hiddenSeries": false,
+ "id": 4416,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
@@ -15267,7 +17258,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -15321,16 +17312,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 161
+ "y": 213
},
"hiddenSeries": false,
- "id": 2668,
+ "id": 4417,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -15358,7 +17355,343 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 1035,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "18:65:71:71:89:98",
+ "value": "18:65:71:71:89:98"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 223
+ },
+ "hiddenSeries": false,
+ "id": 4418,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 1035,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "24:a0:74:f3:d5:6e",
+ "value": "24:a0:74:f3:d5:6e"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 233
+ },
+ "hiddenSeries": false,
+ "id": 4419,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 1035,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "28:ad:3e:0b:af:5e",
+ "value": "28:ad:3e:0b:af:5e"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 243
+ },
+ "hiddenSeries": false,
+ "id": 4420,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
@@ -15373,7 +17706,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -15427,16 +17760,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 171
+ "y": 253
},
"hiddenSeries": false,
- "id": 2669,
+ "id": 4421,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -15464,7 +17803,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
@@ -15479,7 +17818,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -15533,16 +17872,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 181
+ "y": 263
},
"hiddenSeries": false,
- "id": 2670,
+ "id": 4422,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -15570,7 +17915,231 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 1035,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "34:d2:70:5d:70:ef",
+ "value": "34:d2:70:5d:70:ef"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 273
+ },
+ "hiddenSeries": false,
+ "id": 4423,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 1035,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "34:ea:34:43:3c:88",
+ "value": "34:ea:34:43:3c:88"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 283
+ },
+ "hiddenSeries": false,
+ "id": 4424,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
@@ -15585,7 +18154,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -15639,16 +18208,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 191
+ "y": 293
},
"hiddenSeries": false,
- "id": 2671,
+ "id": 4425,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -15676,7 +18251,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
@@ -15691,7 +18266,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -15745,16 +18320,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 201
+ "y": 303
},
"hiddenSeries": false,
- "id": 2672,
+ "id": 4426,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -15782,7 +18363,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
@@ -15797,7 +18378,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -15851,16 +18432,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 211
+ "y": 313
},
"hiddenSeries": false,
- "id": 2673,
+ "id": 4427,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -15888,7 +18475,231 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 1035,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "3c:bf:60:15:7e:bc",
+ "value": "3c:bf:60:15:7e:bc"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 323
+ },
+ "hiddenSeries": false,
+ "id": 4428,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 1035,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "40:a8:f0:68:c3:58",
+ "value": "40:a8:f0:68:c3:58"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 333
+ },
+ "hiddenSeries": false,
+ "id": 4429,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
@@ -15903,7 +18714,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -15957,16 +18768,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 221
+ "y": 343
},
"hiddenSeries": false,
- "id": 2674,
+ "id": 4430,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -15994,7 +18811,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
@@ -16009,7 +18826,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -16063,16 +18880,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 231
+ "y": 353
},
"hiddenSeries": false,
- "id": 2675,
+ "id": 4431,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -16100,13 +18923,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
"selected": false,
- "text": "4c:ef:c0:4d:0d:26",
- "value": "4c:ef:c0:4d:0d:26"
+ "text": "50:dc:e7:4f:dc:4d",
+ "value": "50:dc:e7:4f:dc:4d"
}
},
"seriesOverrides": [],
@@ -16115,7 +18938,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -16169,16 +18992,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 241
+ "y": 363
},
"hiddenSeries": false,
- "id": 2676,
+ "id": 4432,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -16206,7 +19035,567 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 1035,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "50:f5:da:69:f0:ac",
+ "value": "50:f5:da:69:f0:ac"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 373
+ },
+ "hiddenSeries": false,
+ "id": 4433,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 1035,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "52:54:00:5d:bd:0b",
+ "value": "52:54:00:5d:bd:0b"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 383
+ },
+ "hiddenSeries": false,
+ "id": 4434,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 1035,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "52:54:00:9a:ea:9e",
+ "value": "52:54:00:9a:ea:9e"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 393
+ },
+ "hiddenSeries": false,
+ "id": 4435,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 1035,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "60:30:d4:e3:64:de",
+ "value": "60:30:d4:e3:64:de"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 403
+ },
+ "hiddenSeries": false,
+ "id": 4436,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 1035,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "60:33:4b:25:f8:81",
+ "value": "60:33:4b:25:f8:81"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 413
+ },
+ "hiddenSeries": false,
+ "id": 4437,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
@@ -16221,7 +19610,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -16275,16 +19664,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 251
+ "y": 423
},
"hiddenSeries": false,
- "id": 2677,
+ "id": 4438,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -16312,7 +19707,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
@@ -16327,7 +19722,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -16381,16 +19776,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 261
+ "y": 433
},
"hiddenSeries": false,
- "id": 2678,
+ "id": 4439,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -16418,7 +19819,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
@@ -16433,7 +19834,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -16487,16 +19888,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 271
+ "y": 443
},
"hiddenSeries": false,
- "id": 2679,
+ "id": 4440,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -16524,7 +19931,567 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 1035,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "6a:03:65:d8:ad:cc",
+ "value": "6a:03:65:d8:ad:cc"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 453
+ },
+ "hiddenSeries": false,
+ "id": 4441,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 1035,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "74:83:c2:d4:11:3d",
+ "value": "74:83:c2:d4:11:3d"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 463
+ },
+ "hiddenSeries": false,
+ "id": 4442,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 1035,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "80:2a:a8:10:ae:0c",
+ "value": "80:2a:a8:10:ae:0c"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 473
+ },
+ "hiddenSeries": false,
+ "id": 4443,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 1035,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "80:2a:a8:10:ae:87",
+ "value": "80:2a:a8:10:ae:87"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 483
+ },
+ "hiddenSeries": false,
+ "id": 4444,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 1035,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "80:2a:a8:5d:86:32",
+ "value": "80:2a:a8:5d:86:32"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 493
+ },
+ "hiddenSeries": false,
+ "id": 4445,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
@@ -16539,7 +20506,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -16593,16 +20560,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 281
+ "y": 503
},
"hiddenSeries": false,
- "id": 2680,
+ "id": 4446,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -16630,13 +20603,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
"selected": false,
- "text": "88:19:08:40:f6:8f",
- "value": "88:19:08:40:f6:8f"
+ "text": "88:71:e5:5a:3e:c1",
+ "value": "88:71:e5:5a:3e:c1"
}
},
"seriesOverrides": [],
@@ -16645,7 +20618,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -16699,16 +20672,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 291
+ "y": 513
},
"hiddenSeries": false,
- "id": 2681,
+ "id": 4447,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -16736,13 +20715,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
"selected": false,
- "text": "88e9fe766535",
- "value": "88e9fe766535"
+ "text": "88:e9:fe:76:65:35",
+ "value": "88:e9:fe:76:65:35"
}
},
"seriesOverrides": [],
@@ -16751,7 +20730,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -16805,16 +20784,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 301
+ "y": 523
},
"hiddenSeries": false,
- "id": 2682,
+ "id": 4448,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -16842,7 +20827,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
@@ -16857,7 +20842,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -16911,16 +20896,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 311
+ "y": 533
},
"hiddenSeries": false,
- "id": 2683,
+ "id": 4449,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -16948,13 +20939,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
"selected": false,
- "text": "Bubbas-iPhone",
- "value": "Bubbas-iPhone"
+ "text": "98:5a:eb:cf:21:0f",
+ "value": "98:5a:eb:cf:21:0f"
}
},
"seriesOverrides": [],
@@ -16963,7 +20954,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -17017,16 +21008,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 321
+ "y": 543
},
"hiddenSeries": false,
- "id": 2684,
+ "id": 4450,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -17054,13 +21051,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
"selected": false,
- "text": "RMPROPLUS-43-3c-88",
- "value": "RMPROPLUS-43-3c-88"
+ "text": "9c:14:63:91:46:df",
+ "value": "9c:14:63:91:46:df"
}
},
"seriesOverrides": [],
@@ -17069,7 +21066,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -17123,16 +21120,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 331
+ "y": 553
},
"hiddenSeries": false,
- "id": 2685,
+ "id": 4451,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -17160,7 +21163,343 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 1035,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "9c:14:63:aa:6a:5e",
+ "value": "9c:14:63:aa:6a:5e"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 563
+ },
+ "hiddenSeries": false,
+ "id": 4452,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 1035,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "TOTAL",
+ "value": "TOTAL"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 573
+ },
+ "hiddenSeries": false,
+ "id": 4453,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 1035,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "a0:02:dc:57:13:35",
+ "value": "a0:02:dc:57:13:35"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 583
+ },
+ "hiddenSeries": false,
+ "id": 4454,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
@@ -17175,7 +21514,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -17229,16 +21568,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 341
+ "y": 593
},
"hiddenSeries": false,
- "id": 2686,
+ "id": 4455,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -17266,7 +21611,231 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 1035,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "a0:ce:c8:0b:9a:8f",
+ "value": "a0:ce:c8:0b:9a:8f"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 603
+ },
+ "hiddenSeries": false,
+ "id": 4456,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 1035,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "ac:63:be:b9:99:06",
+ "value": "ac:63:be:b9:99:06"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Transmit Packets - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "pps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 613
+ },
+ "hiddenSeries": false,
+ "id": 4457,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
@@ -17281,7 +21850,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -17335,16 +21904,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 351
+ "y": 623
},
"hiddenSeries": false,
- "id": 2687,
+ "id": 4458,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -17372,13 +21947,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
"selected": false,
- "text": "amazon-23c8dcf81",
- "value": "amazon-23c8dcf81"
+ "text": "b4:fb:e4:d2:74:39",
+ "value": "b4:fb:e4:d2:74:39"
}
},
"seriesOverrides": [],
@@ -17387,7 +21962,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -17441,16 +22016,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 361
+ "y": 633
},
"hiddenSeries": false,
- "id": 2688,
+ "id": 4459,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -17478,13 +22059,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
"selected": false,
- "text": "amazon-252693b12",
- "value": "amazon-252693b12"
+ "text": "b8:c7:5d:f3:3a:2c",
+ "value": "b8:c7:5d:f3:3a:2c"
}
},
"seriesOverrides": [],
@@ -17493,7 +22074,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -17547,16 +22128,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 371
+ "y": 643
},
"hiddenSeries": false,
- "id": 2689,
+ "id": 4460,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -17584,13 +22171,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
"selected": false,
- "text": "amazon-4c78562d9",
- "value": "amazon-4c78562d9"
+ "text": "c4:95:00:d8:fd:f7",
+ "value": "c4:95:00:d8:fd:f7"
}
},
"seriesOverrides": [],
@@ -17599,7 +22186,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -17653,122 +22240,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 381
- },
- "hiddenSeries": false,
- "id": 2690,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 1035,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "amazon-5f2257848",
- "value": "amazon-5f2257848"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
},
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Packets per Application for $Client",
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 391
+ "y": 653
},
"hiddenSeries": false,
- "id": 2691,
+ "id": 4461,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -17796,1703 +22283,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 1035,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "amazon-6f4e7f46d",
- "value": "amazon-6f4e7f46d"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 401
- },
- "hiddenSeries": false,
- "id": 2692,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 1035,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "amazon-ad9d88695",
- "value": "amazon-ad9d88695"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 411
- },
- "hiddenSeries": false,
- "id": 2693,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 1035,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "amazon-c6157d4f5",
- "value": "amazon-c6157d4f5"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 421
- },
- "hiddenSeries": false,
- "id": 2694,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 1035,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "amazon-c6cfc477c",
- "value": "amazon-c6cfc477c"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 431
- },
- "hiddenSeries": false,
- "id": 2695,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 1035,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "amazon-ccc769152",
- "value": "amazon-ccc769152"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 441
- },
- "hiddenSeries": false,
- "id": 2696,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 1035,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "amazon-e251d20f5",
- "value": "amazon-e251d20f5"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 451
- },
- "hiddenSeries": false,
- "id": 2697,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 1035,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "ann-ipp",
- "value": "ann-ipp"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 461
- },
- "hiddenSeries": false,
- "id": 2698,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 1035,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "ats-rtn",
- "value": "ats-rtn"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 471
- },
- "hiddenSeries": false,
- "id": 2699,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 1035,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "b8:8a:ec:83:56:42",
- "value": "b8:8a:ec:83:56:42"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 481
- },
- "hiddenSeries": false,
- "id": 2700,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 1035,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "baby-cam",
- "value": "baby-cam"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 491
- },
- "hiddenSeries": false,
- "id": 2701,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 1035,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "c4:b3:01:d2:e1:5f",
- "value": "c4:b3:01:d2:e1:5f"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 501
- },
- "hiddenSeries": false,
- "id": 2702,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 1035,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "camera-garage",
- "value": "camera-garage"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 511
- },
- "hiddenSeries": false,
- "id": 2703,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 1035,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "camera-gate",
- "value": "camera-gate"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 521
- },
- "hiddenSeries": false,
- "id": 2704,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 1035,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "camera-pool",
- "value": "camera-pool"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 531
- },
- "hiddenSeries": false,
- "id": 2705,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 1035,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "camera-porch",
- "value": "camera-porch"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 541
- },
- "hiddenSeries": false,
- "id": 2706,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 1035,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "camera-road",
- "value": "camera-road"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 551
- },
- "hiddenSeries": false,
- "id": 2707,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
@@ -19507,7 +22298,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -19561,16 +22352,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 561
+ "y": 663
},
"hiddenSeries": false,
- "id": 2708,
+ "id": 4462,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -19598,13 +22395,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
"selected": false,
- "text": "dns-ipp",
- "value": "dns-ipp"
+ "text": "d8:4c:90:9f:82:5a",
+ "value": "d8:4c:90:9f:82:5a"
}
},
"seriesOverrides": [],
@@ -19613,7 +22410,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -19667,16 +22464,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 571
+ "y": 673
},
"hiddenSeries": false,
- "id": 2709,
+ "id": 4463,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -19704,13 +22507,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
"selected": false,
- "text": "e4:9a:79:6c:07:aa",
- "value": "e4:9a:79:6c:07:aa"
+ "text": "f0:81:73:59:89:19",
+ "value": "f0:81:73:59:89:19"
}
},
"seriesOverrides": [],
@@ -19719,7 +22522,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -19773,16 +22576,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 581
+ "y": 683
},
"hiddenSeries": false,
- "id": 2710,
+ "id": 4464,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -19810,13 +22619,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
"selected": false,
- "text": "homerun",
- "value": "homerun"
+ "text": "fc:65:de:01:d9:38",
+ "value": "fc:65:de:01:d9:38"
}
},
"seriesOverrides": [],
@@ -19825,7 +22634,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -19879,122 +22688,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 591
- },
- "hiddenSeries": false,
- "id": 2711,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 1035,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "iPad",
- "value": "iPad"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
},
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Packets per Application for $Client",
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 601
+ "y": 693
},
"hiddenSeries": false,
- "id": 2712,
+ "id": 4465,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -20022,13 +22731,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 1035,
"scopedVars": {
"Client": {
"selected": false,
- "text": "plex",
- "value": "plex"
+ "text": "fc:a6:67:11:2b:ec",
+ "value": "fc:a6:67:11:2b:ec"
}
},
"seriesOverrides": [],
@@ -20037,537 +22746,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 611
- },
- "hiddenSeries": false,
- "id": 2713,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 1035,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "rzr",
- "value": "rzr"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 621
- },
- "hiddenSeries": false,
- "id": 2714,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 1035,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "security",
- "value": "security"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 631
- },
- "hiddenSeries": false,
- "id": 2715,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 1035,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "switch",
- "value": "switch"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 641
- },
- "hiddenSeries": false,
- "id": 2716,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 1035,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "wap-lower",
- "value": "wap-lower"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Transmit Packets - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "pps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Transmit Packets per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 651
- },
- "hiddenSeries": false,
- "id": 2717,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 1035,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "wap-upper",
- "value": "wap-upper"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -20620,6 +22799,7 @@
},
{
"collapsed": true,
+ "datasource": "${DS_PROMETHEUS}",
"gridPos": {
"h": 1,
"w": 24,
@@ -20635,13 +22815,19 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 72
+ "y": 74
},
"hiddenSeries": false,
"id": 700,
@@ -20675,8 +22861,8 @@
"scopedVars": {
"Client": {
"selected": false,
- "text": "00:50:b6:96:76:6e",
- "value": "00:50:b6:96:76:6e"
+ "text": "00:18:dd:32:12:58",
+ "value": "00:18:dd:32:12:58"
}
},
"seriesOverrides": [],
@@ -20685,7 +22871,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]!~\"TOTAL\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -20739,16 +22926,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 82
+ "y": 84
},
"hiddenSeries": false,
- "id": 2602,
+ "id": 4466,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -20776,7 +22969,120 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 700,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "00:50:b6:96:76:6e",
+ "value": "00:50:b6:96:76:6e"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 94
+ },
+ "hiddenSeries": false,
+ "id": 4467,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
@@ -20791,7 +23097,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -20845,16 +23152,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 92
+ "y": 104
},
"hiddenSeries": false,
- "id": 2603,
+ "id": 4468,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -20882,13 +23195,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
"selected": false,
- "text": "08:00:27:37:1d:15",
- "value": "08:00:27:37:1d:15"
+ "text": "00:c0:b7:b6:e0:ef",
+ "value": "00:c0:b7:b6:e0:ef"
}
},
"seriesOverrides": [],
@@ -20897,7 +23210,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -20951,16 +23265,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 102
+ "y": 114
},
"hiddenSeries": false,
- "id": 2604,
+ "id": 4469,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -20988,13 +23308,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
"selected": false,
- "text": "08:00:27:cf:2c:73",
- "value": "08:00:27:cf:2c:73"
+ "text": "00:ff:a8:b9:34:7e",
+ "value": "00:ff:a8:b9:34:7e"
}
},
"seriesOverrides": [],
@@ -21003,7 +23323,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -21057,16 +23378,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 112
+ "y": 124
},
"hiddenSeries": false,
- "id": 2605,
+ "id": 4470,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -21094,7 +23421,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
@@ -21109,7 +23436,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -21163,16 +23491,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 122
+ "y": 134
},
"hiddenSeries": false,
- "id": 2606,
+ "id": 4471,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -21200,13 +23534,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
"selected": false,
- "text": "10:30:25:d5:7b:97",
- "value": "10:30:25:d5:7b:97"
+ "text": "0c:47:c9:35:f5:50",
+ "value": "0c:47:c9:35:f5:50"
}
},
"seriesOverrides": [],
@@ -21215,7 +23549,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -21269,16 +23604,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 132
+ "y": 144
},
"hiddenSeries": false,
- "id": 2607,
+ "id": 4472,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -21306,7 +23647,120 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 700,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "0c:c4:7a:04:ca:cf",
+ "value": "0c:c4:7a:04:ca:cf"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 154
+ },
+ "hiddenSeries": false,
+ "id": 4473,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
@@ -21321,7 +23775,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -21375,16 +23830,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 142
+ "y": 164
},
"hiddenSeries": false,
- "id": 2608,
+ "id": 4474,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -21412,7 +23873,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
@@ -21427,7 +23888,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -21481,16 +23943,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 152
+ "y": 174
},
"hiddenSeries": false,
- "id": 2609,
+ "id": 4475,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -21518,7 +23986,346 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 700,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "14:a7:8b:1c:50:62",
+ "value": "14:a7:8b:1c:50:62"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 184
+ },
+ "hiddenSeries": false,
+ "id": 4476,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 700,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "14:a7:8b:23:68:0c",
+ "value": "14:a7:8b:23:68:0c"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 194
+ },
+ "hiddenSeries": false,
+ "id": 4477,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 700,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "14:a7:8b:d1:c5:a1",
+ "value": "14:a7:8b:d1:c5:a1"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 204
+ },
+ "hiddenSeries": false,
+ "id": 4478,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
@@ -21533,7 +24340,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -21587,16 +24395,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 162
+ "y": 214
},
"hiddenSeries": false,
- "id": 2610,
+ "id": 4479,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -21624,7 +24438,346 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 700,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "18:65:71:71:89:98",
+ "value": "18:65:71:71:89:98"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 224
+ },
+ "hiddenSeries": false,
+ "id": 4480,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 700,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "24:a0:74:f3:d5:6e",
+ "value": "24:a0:74:f3:d5:6e"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 234
+ },
+ "hiddenSeries": false,
+ "id": 4481,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 700,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "28:ad:3e:0b:af:5e",
+ "value": "28:ad:3e:0b:af:5e"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 244
+ },
+ "hiddenSeries": false,
+ "id": 4482,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
@@ -21639,7 +24792,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -21693,16 +24847,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 172
+ "y": 254
},
"hiddenSeries": false,
- "id": 2611,
+ "id": 4483,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -21730,7 +24890,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
@@ -21745,7 +24905,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -21799,16 +24960,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 182
+ "y": 264
},
"hiddenSeries": false,
- "id": 2612,
+ "id": 4484,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -21836,7 +25003,233 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 700,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "34:d2:70:5d:70:ef",
+ "value": "34:d2:70:5d:70:ef"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 274
+ },
+ "hiddenSeries": false,
+ "id": 4485,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 700,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "34:ea:34:43:3c:88",
+ "value": "34:ea:34:43:3c:88"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 284
+ },
+ "hiddenSeries": false,
+ "id": 4486,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
@@ -21851,7 +25244,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -21905,16 +25299,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 192
+ "y": 294
},
"hiddenSeries": false,
- "id": 2613,
+ "id": 4487,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -21942,7 +25342,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
@@ -21957,7 +25357,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -22011,16 +25412,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 202
+ "y": 304
},
"hiddenSeries": false,
- "id": 2614,
+ "id": 4488,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -22048,7 +25455,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
@@ -22063,7 +25470,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -22117,16 +25525,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 212
+ "y": 314
},
"hiddenSeries": false,
- "id": 2615,
+ "id": 4489,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -22154,7 +25568,233 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 700,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "3c:bf:60:15:7e:bc",
+ "value": "3c:bf:60:15:7e:bc"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 324
+ },
+ "hiddenSeries": false,
+ "id": 4490,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 700,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "40:a8:f0:68:c3:58",
+ "value": "40:a8:f0:68:c3:58"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 334
+ },
+ "hiddenSeries": false,
+ "id": 4491,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
@@ -22169,7 +25809,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -22223,16 +25864,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 222
+ "y": 344
},
"hiddenSeries": false,
- "id": 2616,
+ "id": 4492,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -22260,7 +25907,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
@@ -22275,7 +25922,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -22329,16 +25977,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 232
+ "y": 354
},
"hiddenSeries": false,
- "id": 2617,
+ "id": 4493,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -22366,13 +26020,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
"selected": false,
- "text": "4c:ef:c0:4d:0d:26",
- "value": "4c:ef:c0:4d:0d:26"
+ "text": "50:dc:e7:4f:dc:4d",
+ "value": "50:dc:e7:4f:dc:4d"
}
},
"seriesOverrides": [],
@@ -22381,7 +26035,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -22435,16 +26090,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 242
+ "y": 364
},
"hiddenSeries": false,
- "id": 2618,
+ "id": 4494,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -22472,7 +26133,572 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 700,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "50:f5:da:69:f0:ac",
+ "value": "50:f5:da:69:f0:ac"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 374
+ },
+ "hiddenSeries": false,
+ "id": 4495,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 700,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "52:54:00:5d:bd:0b",
+ "value": "52:54:00:5d:bd:0b"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 384
+ },
+ "hiddenSeries": false,
+ "id": 4496,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 700,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "52:54:00:9a:ea:9e",
+ "value": "52:54:00:9a:ea:9e"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 394
+ },
+ "hiddenSeries": false,
+ "id": 4497,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 700,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "60:30:d4:e3:64:de",
+ "value": "60:30:d4:e3:64:de"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 404
+ },
+ "hiddenSeries": false,
+ "id": 4498,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 700,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "60:33:4b:25:f8:81",
+ "value": "60:33:4b:25:f8:81"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 414
+ },
+ "hiddenSeries": false,
+ "id": 4499,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
@@ -22487,7 +26713,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -22541,16 +26768,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 252
+ "y": 424
},
"hiddenSeries": false,
- "id": 2619,
+ "id": 4500,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -22578,7 +26811,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
@@ -22593,7 +26826,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -22647,16 +26881,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 262
+ "y": 434
},
"hiddenSeries": false,
- "id": 2620,
+ "id": 4501,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -22684,7 +26924,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
@@ -22699,7 +26939,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -22753,16 +26994,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 272
+ "y": 444
},
"hiddenSeries": false,
- "id": 2621,
+ "id": 4502,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -22790,7 +27037,572 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 700,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "6a:03:65:d8:ad:cc",
+ "value": "6a:03:65:d8:ad:cc"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 454
+ },
+ "hiddenSeries": false,
+ "id": 4503,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 700,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "74:83:c2:d4:11:3d",
+ "value": "74:83:c2:d4:11:3d"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 464
+ },
+ "hiddenSeries": false,
+ "id": 4504,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 700,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "80:2a:a8:10:ae:0c",
+ "value": "80:2a:a8:10:ae:0c"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 474
+ },
+ "hiddenSeries": false,
+ "id": 4505,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 700,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "80:2a:a8:10:ae:87",
+ "value": "80:2a:a8:10:ae:87"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 484
+ },
+ "hiddenSeries": false,
+ "id": 4506,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 700,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "80:2a:a8:5d:86:32",
+ "value": "80:2a:a8:5d:86:32"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 494
+ },
+ "hiddenSeries": false,
+ "id": 4507,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
@@ -22805,7 +27617,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -22859,16 +27672,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 282
+ "y": 504
},
"hiddenSeries": false,
- "id": 2622,
+ "id": 4508,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -22896,13 +27715,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
"selected": false,
- "text": "88:19:08:40:f6:8f",
- "value": "88:19:08:40:f6:8f"
+ "text": "88:71:e5:5a:3e:c1",
+ "value": "88:71:e5:5a:3e:c1"
}
},
"seriesOverrides": [],
@@ -22911,7 +27730,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -22965,16 +27785,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 292
+ "y": 514
},
"hiddenSeries": false,
- "id": 2623,
+ "id": 4509,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -23002,13 +27828,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
"selected": false,
- "text": "88e9fe766535",
- "value": "88e9fe766535"
+ "text": "88:e9:fe:76:65:35",
+ "value": "88:e9:fe:76:65:35"
}
},
"seriesOverrides": [],
@@ -23017,7 +27843,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -23071,16 +27898,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 302
+ "y": 524
},
"hiddenSeries": false,
- "id": 2624,
+ "id": 4510,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -23108,7 +27941,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
@@ -23123,7 +27956,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -23177,16 +28011,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 312
+ "y": 534
},
"hiddenSeries": false,
- "id": 2625,
+ "id": 4511,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -23214,13 +28054,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
"selected": false,
- "text": "Bubbas-iPhone",
- "value": "Bubbas-iPhone"
+ "text": "98:5a:eb:cf:21:0f",
+ "value": "98:5a:eb:cf:21:0f"
}
},
"seriesOverrides": [],
@@ -23229,7 +28069,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -23283,16 +28124,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 322
+ "y": 544
},
"hiddenSeries": false,
- "id": 2626,
+ "id": 4512,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -23320,13 +28167,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
"selected": false,
- "text": "RMPROPLUS-43-3c-88",
- "value": "RMPROPLUS-43-3c-88"
+ "text": "9c:14:63:91:46:df",
+ "value": "9c:14:63:91:46:df"
}
},
"seriesOverrides": [],
@@ -23335,7 +28182,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -23389,16 +28237,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 332
+ "y": 554
},
"hiddenSeries": false,
- "id": 2627,
+ "id": 4513,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -23426,7 +28280,346 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 700,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "9c:14:63:aa:6a:5e",
+ "value": "9c:14:63:aa:6a:5e"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 564
+ },
+ "hiddenSeries": false,
+ "id": 4514,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 700,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "TOTAL",
+ "value": "TOTAL"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 574
+ },
+ "hiddenSeries": false,
+ "id": 4515,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 700,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "a0:02:dc:57:13:35",
+ "value": "a0:02:dc:57:13:35"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 584
+ },
+ "hiddenSeries": false,
+ "id": 4516,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
@@ -23441,7 +28634,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -23495,16 +28689,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 342
+ "y": 594
},
"hiddenSeries": false,
- "id": 2628,
+ "id": 4517,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -23532,7 +28732,233 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 700,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "a0:ce:c8:0b:9a:8f",
+ "value": "a0:ce:c8:0b:9a:8f"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 604
+ },
+ "hiddenSeries": false,
+ "id": 4518,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
+ "repeatPanelId": 700,
+ "scopedVars": {
+ "Client": {
+ "selected": false,
+ "text": "ac:63:be:b9:99:06",
+ "value": "ac:63:be:b9:99:06"
+ }
+ },
+ "seriesOverrides": [],
+ "spaceLength": 10,
+ "stack": false,
+ "steppedLine": false,
+ "targets": [
+ {
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
+ "interval": "$Smooth",
+ "legendFormat": "{{application}} ({{category}})",
+ "refId": "A"
+ }
+ ],
+ "thresholds": [],
+ "timeFrom": null,
+ "timeRegions": [],
+ "timeShift": null,
+ "title": "Receive Bytes - $Client",
+ "tooltip": {
+ "shared": true,
+ "sort": 2,
+ "value_type": "individual"
+ },
+ "type": "graph",
+ "xaxis": {
+ "buckets": null,
+ "mode": "time",
+ "name": null,
+ "show": true,
+ "values": []
+ },
+ "yaxes": [
+ {
+ "format": "Bps",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ },
+ {
+ "format": "short",
+ "label": null,
+ "logBase": 1,
+ "max": null,
+ "min": null,
+ "show": true
+ }
+ ],
+ "yaxis": {
+ "align": false,
+ "alignLevel": null
+ }
+ },
+ {
+ "aliasColors": {},
+ "bars": false,
+ "dashLength": 10,
+ "dashes": false,
+ "datasource": "${DS_PROMETHEUS}",
+ "description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
+ "fill": 0,
+ "fillGradient": 0,
+ "gridPos": {
+ "h": 10,
+ "w": 24,
+ "x": 0,
+ "y": 614
+ },
+ "hiddenSeries": false,
+ "id": 4519,
+ "legend": {
+ "alignAsTable": true,
+ "avg": true,
+ "current": false,
+ "hideEmpty": true,
+ "hideZero": false,
+ "max": true,
+ "min": false,
+ "rightSide": true,
+ "show": true,
+ "sort": "max",
+ "sortDesc": true,
+ "total": false,
+ "values": true
+ },
+ "lines": true,
+ "linewidth": 1,
+ "nullPointMode": "null",
+ "options": {
+ "dataLinks": []
+ },
+ "percentage": false,
+ "pointradius": 2,
+ "points": false,
+ "renderer": "flot",
+ "repeat": null,
+ "repeatDirection": "v",
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
@@ -23547,7 +28973,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -23601,16 +29028,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 352
+ "y": 624
},
"hiddenSeries": false,
- "id": 2629,
+ "id": 4520,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -23638,13 +29071,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
"selected": false,
- "text": "amazon-23c8dcf81",
- "value": "amazon-23c8dcf81"
+ "text": "b4:fb:e4:d2:74:39",
+ "value": "b4:fb:e4:d2:74:39"
}
},
"seriesOverrides": [],
@@ -23653,7 +29086,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -23707,16 +29141,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 362
+ "y": 634
},
"hiddenSeries": false,
- "id": 2630,
+ "id": 4521,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -23744,13 +29184,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
"selected": false,
- "text": "amazon-252693b12",
- "value": "amazon-252693b12"
+ "text": "b8:c7:5d:f3:3a:2c",
+ "value": "b8:c7:5d:f3:3a:2c"
}
},
"seriesOverrides": [],
@@ -23759,7 +29199,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -23813,16 +29254,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 372
+ "y": 644
},
"hiddenSeries": false,
- "id": 2631,
+ "id": 4522,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -23850,13 +29297,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
"selected": false,
- "text": "amazon-4c78562d9",
- "value": "amazon-4c78562d9"
+ "text": "c4:95:00:d8:fd:f7",
+ "value": "c4:95:00:d8:fd:f7"
}
},
"seriesOverrides": [],
@@ -23865,7 +29312,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -23919,122 +29367,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 382
- },
- "hiddenSeries": false,
- "id": 2632,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 700,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "amazon-5f2257848",
- "value": "amazon-5f2257848"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
},
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Bytes per Application for $Client",
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 392
+ "y": 654
},
"hiddenSeries": false,
- "id": 2633,
+ "id": 4523,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -24062,1703 +29410,7 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 700,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "amazon-6f4e7f46d",
- "value": "amazon-6f4e7f46d"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 402
- },
- "hiddenSeries": false,
- "id": 2634,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 700,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "amazon-ad9d88695",
- "value": "amazon-ad9d88695"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 412
- },
- "hiddenSeries": false,
- "id": 2635,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 700,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "amazon-c6157d4f5",
- "value": "amazon-c6157d4f5"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 422
- },
- "hiddenSeries": false,
- "id": 2636,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 700,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "amazon-c6cfc477c",
- "value": "amazon-c6cfc477c"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 432
- },
- "hiddenSeries": false,
- "id": 2637,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 700,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "amazon-ccc769152",
- "value": "amazon-ccc769152"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 442
- },
- "hiddenSeries": false,
- "id": 2638,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 700,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "amazon-e251d20f5",
- "value": "amazon-e251d20f5"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 452
- },
- "hiddenSeries": false,
- "id": 2639,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 700,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "ann-ipp",
- "value": "ann-ipp"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 462
- },
- "hiddenSeries": false,
- "id": 2640,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 700,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "ats-rtn",
- "value": "ats-rtn"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 472
- },
- "hiddenSeries": false,
- "id": 2641,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 700,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "b8:8a:ec:83:56:42",
- "value": "b8:8a:ec:83:56:42"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 482
- },
- "hiddenSeries": false,
- "id": 2642,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 700,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "baby-cam",
- "value": "baby-cam"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 492
- },
- "hiddenSeries": false,
- "id": 2643,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 700,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "c4:b3:01:d2:e1:5f",
- "value": "c4:b3:01:d2:e1:5f"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 502
- },
- "hiddenSeries": false,
- "id": 2644,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 700,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "camera-garage",
- "value": "camera-garage"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 512
- },
- "hiddenSeries": false,
- "id": 2645,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 700,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "camera-gate",
- "value": "camera-gate"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 522
- },
- "hiddenSeries": false,
- "id": 2646,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 700,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "camera-pool",
- "value": "camera-pool"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 532
- },
- "hiddenSeries": false,
- "id": 2647,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 700,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "camera-porch",
- "value": "camera-porch"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 542
- },
- "hiddenSeries": false,
- "id": 2648,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 700,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "camera-road",
- "value": "camera-road"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 552
- },
- "hiddenSeries": false,
- "id": 2649,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
@@ -25773,7 +29425,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -25827,16 +29480,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 562
+ "y": 664
},
"hiddenSeries": false,
- "id": 2650,
+ "id": 4524,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -25864,13 +29523,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
"selected": false,
- "text": "dns-ipp",
- "value": "dns-ipp"
+ "text": "d8:4c:90:9f:82:5a",
+ "value": "d8:4c:90:9f:82:5a"
}
},
"seriesOverrides": [],
@@ -25879,7 +29538,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -25933,16 +29593,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 572
+ "y": 674
},
"hiddenSeries": false,
- "id": 2651,
+ "id": 4525,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -25970,13 +29636,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
"selected": false,
- "text": "e4:9a:79:6c:07:aa",
- "value": "e4:9a:79:6c:07:aa"
+ "text": "f0:81:73:59:89:19",
+ "value": "f0:81:73:59:89:19"
}
},
"seriesOverrides": [],
@@ -25985,7 +29651,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -26039,16 +29706,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 582
+ "y": 684
},
"hiddenSeries": false,
- "id": 2652,
+ "id": 4526,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -26076,13 +29749,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
"selected": false,
- "text": "homerun",
- "value": "homerun"
+ "text": "fc:65:de:01:d9:38",
+ "value": "fc:65:de:01:d9:38"
}
},
"seriesOverrides": [],
@@ -26091,7 +29764,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -26145,122 +29819,22 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 592
- },
- "hiddenSeries": false,
- "id": 2653,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 700,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "iPad",
- "value": "iPad"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
},
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Bytes per Application for $Client",
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 24,
"x": 0,
- "y": 602
+ "y": 694
},
"hiddenSeries": false,
- "id": 2654,
+ "id": 4527,
"legend": {
"alignAsTable": true,
"avg": true,
@@ -26288,13 +29862,13 @@
"renderer": "flot",
"repeat": null,
"repeatDirection": "v",
- "repeatIteration": 1577533280988,
+ "repeatIteration": 1592087894861,
"repeatPanelId": 700,
"scopedVars": {
"Client": {
"selected": false,
- "text": "plex",
- "value": "plex"
+ "text": "fc:a6:67:11:2b:ec",
+ "value": "fc:a6:67:11:2b:ec"
}
},
"seriesOverrides": [],
@@ -26303,537 +29877,8 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 612
- },
- "hiddenSeries": false,
- "id": 2655,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 700,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "rzr",
- "value": "rzr"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 622
- },
- "hiddenSeries": false,
- "id": 2656,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 700,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "security",
- "value": "security"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 632
- },
- "hiddenSeries": false,
- "id": 2657,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 700,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "switch",
- "value": "switch"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 642
- },
- "hiddenSeries": false,
- "id": 2658,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 700,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "wap-lower",
- "value": "wap-lower"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
- "interval": "$Smooth",
- "legendFormat": "{{application}} ({{category}})",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Receive Bytes - $Client",
- "tooltip": {
- "shared": true,
- "sort": 2,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "Bps",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_PROMETHEUS}",
- "description": "Receive Bytes per Application for $Client",
- "fill": 0,
- "fillGradient": 0,
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 652
- },
- "hiddenSeries": false,
- "id": 2659,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": false,
- "hideEmpty": true,
- "hideZero": false,
- "max": true,
- "min": false,
- "rightSide": true,
- "show": true,
- "sort": "max",
- "sortDesc": true,
- "total": false,
- "values": true
- },
- "lines": true,
- "linewidth": 1,
- "nullPointMode": "null",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 2,
- "points": false,
- "renderer": "flot",
- "repeat": null,
- "repeatDirection": "v",
- "repeatIteration": 1577533280988,
- "repeatPanelId": 700,
- "scopedVars": {
- "Client": {
- "selected": false,
- "text": "wap-upper",
- "value": "wap-upper"
- }
- },
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\"}[$__interval])",
+ "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\"}[$__interval])",
+ "instant": false,
"interval": "$Smooth",
"legendFormat": "{{application}} ({{category}})",
"refId": "A"
@@ -26887,6 +29932,7 @@
},
{
"collapsed": true,
+ "datasource": "${DS_PROMETHEUS}",
"gridPos": {
"h": 1,
"w": 24,
@@ -26902,13 +29948,19 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Bytes per Client / Application",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 9,
"w": 24,
"x": 0,
- "y": 79
+ "y": 75
},
"hiddenSeries": false,
"id": 40,
@@ -26950,9 +30002,9 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", name=~\"$Client\", category=\"$Category\"}[$__interval])",
+ "expr": "sum by ($Identifier,application) (rate(unifipoller_client_dpi_receive_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", [[Identifier]]!~\"TOTAL\", category=\"$Category\"}[$__interval]))",
"interval": "$Smooth",
- "legendFormat": "{{name}} ({{application}})",
+ "legendFormat": "{{name}} {{mac}} ({{application}})",
"refId": "A"
}
],
@@ -27004,13 +30056,19 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Bytes per Client / Application",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 9,
"w": 24,
"x": 0,
- "y": 88
+ "y": 84
},
"hiddenSeries": false,
"id": 93,
@@ -27051,9 +30109,9 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", name=~\"$Client\", category=\"$Category\"}[$__interval])",
+ "expr": "sum by ($Identifier,application) (rate(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", [[Identifier]]!~\"TOTAL\", category=\"$Category\"}[$__interval]))",
"interval": "$Smooth",
- "legendFormat": "{{name}} ({{application}})",
+ "legendFormat": "{{name}} {{mac}} ({{application}})",
"refId": "A"
}
],
@@ -27105,13 +30163,19 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Receive Packets per Client / Application",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 9,
"w": 24,
"x": 0,
- "y": 97
+ "y": 93
},
"hiddenSeries": false,
"id": 173,
@@ -27153,9 +30217,9 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", name=~\"$Client\", category=\"$Category\"}[$__interval])",
+ "expr": "sum by ($Identifier,application) (rate(unifipoller_client_dpi_receive_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", [[Identifier]]!~\"TOTAL\", category=\"$Category\"}[$__interval]))",
"interval": "$Smooth",
- "legendFormat": "{{name}} ({{application}})",
+ "legendFormat": "{{name}} {{mac}} ({{application}})",
"refId": "A"
}
],
@@ -27207,13 +30271,19 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Transmit Packets per Client / Application",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 9,
"w": 24,
"x": 0,
- "y": 106
+ "y": 102
},
"hiddenSeries": false,
"id": 172,
@@ -27254,9 +30324,9 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", name=~\"$Client\", category=\"$Category\"}[$__interval])",
+ "expr": "sum by ($Identifier,application) (rate(unifipoller_client_dpi_transmit_packets{site_name=~\"$Site\", [[Identifier]]=~\"$Client\", [[Identifier]]!~\"TOTAL\", category=\"$Category\"}[$__interval]))",
"interval": "$Smooth",
- "legendFormat": "{{name}} ({{application}})",
+ "legendFormat": "{{name}} {{mac}} ({{application}})",
"refId": "A"
}
],
@@ -27308,7 +30378,7 @@
}
],
"refresh": "1m",
- "schemaVersion": 22,
+ "schemaVersion": 25,
"style": "dark",
"tags": [
"unifi",
@@ -27360,18 +30430,47 @@
"type": "query",
"useTags": false
},
+ {
+ "allValue": null,
+ "current": {
+ "selected": true,
+ "text": "name",
+ "value": "name"
+ },
+ "hide": 0,
+ "includeAll": false,
+ "label": null,
+ "multi": false,
+ "name": "Identifier",
+ "options": [
+ {
+ "selected": false,
+ "text": "name",
+ "value": "name"
+ },
+ {
+ "selected": true,
+ "text": "mac",
+ "value": "mac"
+ }
+ ],
+ "query": "name,mac",
+ "queryValue": "",
+ "skipUrlSync": false,
+ "type": "custom"
+ },
{
"allValue": "",
"current": {},
"datasource": "${DS_PROMETHEUS}",
- "definition": "label_values(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\"},name)",
+ "definition": "label_values(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\"},[[Identifier]])",
"hide": 0,
"includeAll": true,
"label": null,
"multi": true,
"name": "Client",
"options": [],
- "query": "label_values(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\"},name)",
+ "query": "label_values(unifipoller_client_dpi_transmit_bytes{site_name=~\"$Site\"},[[Identifier]])",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
@@ -27494,5 +30593,5 @@
"timezone": "browser",
"title": "UniFi-Poller: Client DPI - Prometheus",
"uid": "w3usaHLZk",
- "version": 38
+ "version": 50
}
diff --git a/v2.0.0/UniFi-Poller_ Client Insights - InfluxDB.json b/v2.0.0/UniFi-Poller_ Client Insights - InfluxDB.json
index d254e07..6e09da7 100644
--- a/v2.0.0/UniFi-Poller_ Client Insights - InfluxDB.json
+++ b/v2.0.0/UniFi-Poller_ Client Insights - InfluxDB.json
@@ -14,13 +14,13 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
- "version": "6.6.0"
+ "version": "7.0.3"
},
{
"type": "panel",
"id": "grafana-piechart-panel",
"name": "Pie Chart",
- "version": "1.3.9"
+ "version": "1.5.0"
},
{
"type": "panel",
@@ -42,8 +42,8 @@
},
{
"type": "panel",
- "id": "table",
- "name": "Table",
+ "id": "table-old",
+ "name": "Table (old)",
"version": ""
}
],
@@ -60,12 +60,12 @@
}
]
},
- "description": "UniFi Poller v2.0 Displays detailed information for clients in a UniFi network.",
+ "description": "UniFi Poller v2.0.1 Displays detailed information for clients in a UniFi network.",
"editable": true,
"gnetId": 10418,
"graphTooltip": 1,
"id": null,
- "iteration": 1580615238375,
+ "iteration": 1592125484258,
"links": [
{
"asDropdown": true,
@@ -105,6 +105,12 @@
"columns": [],
"datasource": "${DS_UNIFI_POLLER}",
"description": "",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fontSize": "80%",
"gridPos": {
"h": 12,
@@ -114,7 +120,6 @@
},
"id": 21,
"links": [],
- "options": {},
"pageSize": null,
"scroll": true,
"showHeader": true,
@@ -479,12 +484,18 @@
"timeFrom": "5m",
"title": "Wireless Devices",
"transform": "table",
- "type": "table"
+ "type": "table-old"
},
{
"columns": [],
"datasource": "${DS_UNIFI_POLLER}",
"description": "",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fontSize": "80%",
"gridPos": {
"h": 12,
@@ -495,7 +506,6 @@
"hideTimeOverride": false,
"id": 22,
"links": [],
- "options": {},
"pageSize": null,
"scroll": true,
"showHeader": true,
@@ -794,7 +804,7 @@
"timeFrom": "5m",
"title": "Wired Devices",
"transform": "table",
- "type": "table"
+ "type": "table-old"
},
{
"aliasColors": {},
@@ -807,6 +817,12 @@
"datasource": "${DS_UNIFI_POLLER}",
"decimals": 0,
"description": "Visualize wireless channel usage w/ wired client counts.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fontSize": "70%",
"format": "short",
"gridPos": {
@@ -827,7 +843,6 @@
"links": [],
"maxDataPoints": 3,
"nullPointMode": "connected",
- "options": {},
"pieType": "pie",
"pluginVersion": "6.5.1",
"strokeWidth": 1,
@@ -928,6 +943,12 @@
"datasource": "${DS_UNIFI_POLLER}",
"decimals": 0,
"description": "Visualize how many clients are connected to which radios/APs.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fontSize": "70%",
"format": "short",
"gridPos": {
@@ -949,7 +970,6 @@
"links": [],
"maxDataPoints": 3,
"nullPointMode": "connected",
- "options": {},
"pieType": "pie",
"strokeWidth": "3",
"targets": [
@@ -1010,6 +1030,12 @@
"datasource": "${DS_UNIFI_POLLER}",
"decimals": 0,
"description": "This shows an OUI breakdown from Unifi's perspective. e = wired, w = wireless",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fontSize": "70%",
"format": "short",
"gridPos": {
@@ -1032,7 +1058,6 @@
"links": [],
"maxDataPoints": 3,
"nullPointMode": "connected",
- "options": {},
"pieType": "pie",
"strokeWidth": 1,
"targets": [
@@ -1093,6 +1118,12 @@
"datasource": "${DS_UNIFI_POLLER}",
"decimals": 0,
"description": "No real idea what these numbers are, but Unifi provides them, so I made a cool pie chart out of them. What's your pie chart look like?",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fontSize": "70%",
"format": "short",
"gridPos": {
@@ -1113,7 +1144,6 @@
"links": [],
"maxDataPoints": 3,
"nullPointMode": "connected",
- "options": {},
"pieType": "pie",
"strokeWidth": 1,
"targets": [
@@ -1170,6 +1200,12 @@
"dashes": false,
"datasource": "${DS_UNIFI_POLLER}",
"description": "Wired TX / RX bytes per second (calculated in 30 second buckets). Rx is on the negative axis. Does not include amazon and camera devices. Unaffected by the AP setting.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -1206,6 +1242,7 @@
"renderer": "flot",
"seriesOverrides": [
{
+ "$$hashKey": "object:4978",
"alias": "/Rx$/",
"transform": "negative-Y"
}
@@ -1215,7 +1252,7 @@
"steppedLine": false,
"targets": [
{
- "alias": "$tag_name $col",
+ "alias": "[[Identifier]] $col",
"groupBy": [
{
"params": [
@@ -1229,6 +1266,12 @@
],
"type": "tag"
},
+ {
+ "params": [
+ "mac"
+ ],
+ "type": "tag"
+ },
{
"params": [
"none"
@@ -1239,7 +1282,7 @@
"measurement": "clients",
"orderByTime": "ASC",
"policy": "default",
- "query": "SELECT derivative(first(\"wired-rx_bytes\"), 1s) FROM \"clients\" WHERE (\"hostname\" = 'dns-rtn') AND $timeFilter GROUP BY time(10s) fill(none)",
+ "query": "SELECT derivative(sum(\"wired-rx_bytes\"), 1s) AS \"Rx\", derivative(sum(\"wired-tx_bytes\"), 1s) AS \"Tx\" FROM \"clients\" WHERE (\"name\" !~ /^amazon-|camera|cam$/ AND \"name\" =~ /^$Wired$/ AND \"site_name\" =~ /^$Site$/ AND \"sw_name\" =~ /^$Switch$/) AND $timeFilter GROUP BY time($__interval),\"name\",\"mac\"fill(none)",
"rawQuery": false,
"refId": "A",
"resultFormat": "time_series",
@@ -1341,6 +1384,7 @@
},
"yaxes": [
{
+ "$$hashKey": "object:227",
"format": "Bps",
"label": "bytes / sec",
"logBase": 1,
@@ -1349,6 +1393,7 @@
"show": true
},
{
+ "$$hashKey": "object:228",
"format": "short",
"label": null,
"logBase": 1,
@@ -1369,6 +1414,12 @@
"dashes": false,
"datasource": "${DS_UNIFI_POLLER}",
"description": "Bandwidth usage per wireless devices as reported by the UAPs. Rx is on the negative axis. Does not include amazon devices.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
@@ -1405,6 +1456,7 @@
"renderer": "flot",
"seriesOverrides": [
{
+ "$$hashKey": "object:5499",
"alias": "/Rx$/",
"transform": "negative-Y"
}
@@ -1414,7 +1466,7 @@
"steppedLine": false,
"targets": [
{
- "alias": "$tag_name $col",
+ "alias": "[[Identifier]] $col",
"groupBy": [
{
"params": [
@@ -1428,6 +1480,12 @@
],
"type": "tag"
},
+ {
+ "params": [
+ "mac"
+ ],
+ "type": "tag"
+ },
{
"params": [
"none"
@@ -1586,6 +1644,12 @@
"display": "timeline",
"expandFromQueryS": 0,
"extendLastValue": true,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"gridPos": {
"h": 16,
"w": 12,
@@ -1598,7 +1662,6 @@
"lineColor": "rgba(0,0,0,0.1)",
"links": [],
"metricNameColor": "#000000",
- "options": {},
"rangeMaps": [
{
"from": "null",
@@ -1616,13 +1679,19 @@
"showTransitionCount": true,
"targets": [
{
- "alias": "$tag_name",
+ "alias": "[[Identifier]]",
"groupBy": [
{
"params": [
"name"
],
"type": "tag"
+ },
+ {
+ "params": [
+ "mac"
+ ],
+ "type": "tag"
}
],
"measurement": "clients",
@@ -1757,6 +1826,12 @@
"display": "timeline",
"expandFromQueryS": 0,
"extendLastValue": true,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"gridPos": {
"h": 16,
"w": 12,
@@ -1769,7 +1844,6 @@
"lineColor": "rgba(0,0,0,0.1)",
"links": [],
"metricNameColor": "#000000",
- "options": {},
"rangeMaps": [
{
"from": "null",
@@ -1787,13 +1861,19 @@
"showTransitionCount": false,
"targets": [
{
- "alias": "$tag_name",
+ "alias": "[[Identifier]]",
"groupBy": [
{
"params": [
"name"
],
"type": "tag"
+ },
+ {
+ "params": [
+ "mac"
+ ],
+ "type": "tag"
}
],
"hide": false,
@@ -1835,13 +1915,19 @@
]
},
{
- "alias": "$tag_name",
+ "alias": "[[Identifier]]",
"groupBy": [
{
"params": [
"name"
],
"type": "tag"
+ },
+ {
+ "params": [
+ "mac"
+ ],
+ "type": "tag"
}
],
"hide": false,
@@ -1947,6 +2033,12 @@
"dashes": false,
"datasource": "${DS_UNIFI_POLLER}",
"description": "Amazon Devices TX / RX bytes per second (calculated in 30 second buckets). Rx is on the native axis. My home network has a ton of Amazon devices, so I broke them out separately. If you don't have Amazon devices, don't fret, just don't include this graph in the new dashboards you're building. :)",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -1983,6 +2075,7 @@
"renderer": "flot",
"seriesOverrides": [
{
+ "$$hashKey": "object:7363",
"alias": "/Rx$/",
"transform": "negative-Y"
}
@@ -1992,7 +2085,7 @@
"steppedLine": false,
"targets": [
{
- "alias": "e $tag_name $col",
+ "alias": "e [[Identifier]] $col",
"groupBy": [
{
"params": [
@@ -2006,6 +2099,12 @@
],
"type": "tag"
},
+ {
+ "params": [
+ "mac"
+ ],
+ "type": "tag"
+ },
{
"params": [
"none"
@@ -2097,7 +2196,7 @@
]
},
{
- "alias": "w $tag_name $col",
+ "alias": "w [[Identifier]] $col",
"groupBy": [
{
"params": [
@@ -2111,6 +2210,12 @@
],
"type": "tag"
},
+ {
+ "params": [
+ "mac"
+ ],
+ "type": "tag"
+ },
{
"params": [
"none"
@@ -2251,6 +2356,12 @@
"dashes": false,
"datasource": "${DS_UNIFI_POLLER}",
"description": "Cameras TX / RX bytes per second. Rx is on the negative axis. Cameras probably don't do much Tx. If you don't have cameras, don't include this graph on your dashboards. This graph shows any device with the word \"camera\" in its name and has nothing to do with UniFi Protect.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -2287,6 +2398,7 @@
"renderer": "flot",
"seriesOverrides": [
{
+ "$$hashKey": "object:7497",
"alias": "/Rx$/",
"transform": "negative-Y"
}
@@ -2296,7 +2408,7 @@
"steppedLine": false,
"targets": [
{
- "alias": "$tag_name $col",
+ "alias": "[[Identifier]] $col",
"groupBy": [
{
"params": [
@@ -2314,7 +2426,7 @@
"measurement": "clients",
"orderByTime": "ASC",
"policy": "default",
- "query": "SELECT non_negative_derivative(sum(\"wired-rx_bytes\"), 1s) AS \"Rx\", non_negative_derivative(sum(\"wired-tx_bytes\"), 1s) AS \"Tx\" FROM \"clients\" WHERE \"name\" =~ /camera|cam$/ AND \"site_name\" =~ /^$Site$/ AND (\"sw_name\" =~ /^$Switch$/ OR \"ap_name\" =~ /^$AP$/) AND $timeFilter GROUP BY time($__interval), \"name\"",
+ "query": "SELECT non_negative_derivative(sum(\"wired-rx_bytes\"), 1s) AS \"Rx\", non_negative_derivative(sum(\"wired-tx_bytes\"), 1s) AS \"Tx\" FROM \"clients\" WHERE \"name\" =~ /camera|cam$/ AND \"site_name\" =~ /^$Site$/ AND (\"sw_name\" =~ /^$Switch$/ OR \"ap_name\" =~ /^$AP$/) AND $timeFilter GROUP BY time($__interval), \"name\", \"mac\"",
"rawQuery": true,
"refId": "A",
"resultFormat": "time_series",
@@ -2443,6 +2555,12 @@
"dashes": false,
"datasource": "${DS_UNIFI_POLLER}",
"decimals": 0,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -2485,13 +2603,19 @@
"steppedLine": false,
"targets": [
{
- "alias": "$tag_name",
+ "alias": "[[Identifier]]",
"groupBy": [
{
"params": [
"name"
],
"type": "tag"
+ },
+ {
+ "params": [
+ "mac"
+ ],
+ "type": "tag"
}
],
"measurement": "clients",
@@ -2581,6 +2705,12 @@
"dashLength": 10,
"dashes": false,
"datasource": "${DS_UNIFI_POLLER}",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -2623,13 +2753,19 @@
"steppedLine": false,
"targets": [
{
- "alias": "$tag_name",
+ "alias": "[[Identifier]]",
"groupBy": [
{
"params": [
"name"
],
"type": "tag"
+ },
+ {
+ "params": [
+ "mac"
+ ],
+ "type": "tag"
}
],
"measurement": "clients",
@@ -2718,6 +2854,12 @@
"dashLength": 10,
"dashes": false,
"datasource": "${DS_UNIFI_POLLER}",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -2760,13 +2902,19 @@
"steppedLine": false,
"targets": [
{
- "alias": "$tag_name",
+ "alias": "[[Identifier]]",
"groupBy": [
{
"params": [
"name"
],
"type": "tag"
+ },
+ {
+ "params": [
+ "mac"
+ ],
+ "type": "tag"
}
],
"measurement": "clients",
@@ -2856,6 +3004,12 @@
"dashes": false,
"datasource": "${DS_UNIFI_POLLER}",
"description": "Client reported transmit rate.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -2896,13 +3050,19 @@
"steppedLine": false,
"targets": [
{
- "alias": "$tag_name",
+ "alias": "[[Identifier]]",
"groupBy": [
{
"params": [
"name"
],
"type": "tag"
+ },
+ {
+ "params": [
+ "mac"
+ ],
+ "type": "tag"
}
],
"measurement": "clients",
@@ -2991,6 +3151,12 @@
"dashes": false,
"datasource": "${DS_UNIFI_POLLER}",
"decimals": 0,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -3033,13 +3199,19 @@
"steppedLine": false,
"targets": [
{
- "alias": "$tag_name",
+ "alias": "[[Identifier]]",
"groupBy": [
{
"params": [
"name"
],
"type": "tag"
+ },
+ {
+ "params": [
+ "mac"
+ ],
+ "type": "tag"
}
],
"measurement": "clients",
@@ -3136,6 +3308,12 @@
"dashes": false,
"datasource": "${DS_UNIFI_POLLER}",
"description": "Client reported receive rate.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -3176,13 +3354,19 @@
"steppedLine": false,
"targets": [
{
- "alias": "$tag_name",
+ "alias": "[[Identifier]]",
"groupBy": [
{
"params": [
"name"
],
"type": "tag"
+ },
+ {
+ "params": [
+ "mac"
+ ],
+ "type": "tag"
}
],
"measurement": "clients",
@@ -3272,6 +3456,12 @@
"dashes": false,
"datasource": "${DS_UNIFI_POLLER}",
"decimals": 0,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -3314,13 +3504,19 @@
"steppedLine": false,
"targets": [
{
- "alias": "$tag_name",
+ "alias": "[[Identifier]]",
"groupBy": [
{
"params": [
"name"
],
"type": "tag"
+ },
+ {
+ "params": [
+ "mac"
+ ],
+ "type": "tag"
}
],
"measurement": "clients",
@@ -3416,6 +3612,12 @@
"dashes": false,
"datasource": "${DS_UNIFI_POLLER}",
"decimals": 0,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -3458,13 +3660,19 @@
"steppedLine": false,
"targets": [
{
- "alias": "$tag_name",
+ "alias": "[[Identifier]]",
"groupBy": [
{
"params": [
"name"
],
"type": "tag"
+ },
+ {
+ "params": [
+ "mac"
+ ],
+ "type": "tag"
}
],
"measurement": "clients",
@@ -3553,6 +3761,12 @@
"dashes": false,
"datasource": "${DS_UNIFI_POLLER}",
"decimals": 0,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
@@ -3595,13 +3809,19 @@
"steppedLine": false,
"targets": [
{
- "alias": "$tag_name",
+ "alias": "[[Identifier]]",
"groupBy": [
{
"params": [
"name"
],
"type": "tag"
+ },
+ {
+ "params": [
+ "mac"
+ ],
+ "type": "tag"
}
],
"measurement": "clients",
@@ -3693,6 +3913,12 @@
"datasource": "${DS_UNIFI_POLLER}",
"decimals": 0,
"description": "",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -3733,13 +3959,19 @@
"steppedLine": false,
"targets": [
{
- "alias": "$tag_name",
+ "alias": "[[Identifier]]",
"groupBy": [
{
"params": [
"name"
],
"type": "tag"
+ },
+ {
+ "params": [
+ "mac"
+ ],
+ "type": "tag"
}
],
"measurement": "clients",
@@ -3830,6 +4062,12 @@
"dashes": false,
"datasource": "${DS_UNIFI_POLLER}",
"decimals": 0,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -3872,13 +4110,19 @@
"steppedLine": false,
"targets": [
{
- "alias": "$tag_name",
+ "alias": "[[Identifier]]",
"groupBy": [
{
"params": [
"name"
],
"type": "tag"
+ },
+ {
+ "params": [
+ "mac"
+ ],
+ "type": "tag"
}
],
"measurement": "clients",
@@ -3969,6 +4213,12 @@
"datasource": "${DS_UNIFI_POLLER}",
"decimals": 0,
"description": "",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -4009,13 +4259,19 @@
"steppedLine": false,
"targets": [
{
- "alias": "$tag_name",
+ "alias": "[[Identifier]]",
"groupBy": [
{
"params": [
"name"
],
"type": "tag"
+ },
+ {
+ "params": [
+ "mac"
+ ],
+ "type": "tag"
}
],
"measurement": "clients",
@@ -4106,7 +4362,7 @@
}
],
"refresh": false,
- "schemaVersion": 22,
+ "schemaVersion": 25,
"style": "dark",
"tags": [
"unifi",
@@ -4245,6 +4501,40 @@
"tagsQuery": "",
"type": "query",
"useTags": false
+ },
+ {
+ "allValue": null,
+ "current": {
+ "selected": true,
+ "text": "$tag_name",
+ "value": "$tag_name"
+ },
+ "hide": 0,
+ "includeAll": false,
+ "label": null,
+ "multi": false,
+ "name": "Identifier",
+ "options": [
+ {
+ "selected": true,
+ "text": "$tag_name",
+ "value": "$tag_name"
+ },
+ {
+ "selected": false,
+ "text": "$tag_name $tag_mac",
+ "value": "$tag_name $tag_mac"
+ },
+ {
+ "selected": false,
+ "text": "$tag_mac",
+ "value": "$tag_mac"
+ }
+ ],
+ "query": "$tag_name, $tag_name $tag_mac, $tag_mac",
+ "queryValue": "",
+ "skipUrlSync": false,
+ "type": "custom"
}
]
},
@@ -4278,5 +4568,5 @@
"timezone": "browser",
"title": "UniFi-Poller: Client Insights - InfluxDB",
"uid": "YVR23BZiz",
- "version": 12
+ "version": 16
}
\ No newline at end of file
diff --git a/v2.0.0/UniFi-Poller_ Client Insights - Prometheus.json b/v2.0.0/UniFi-Poller_ Client Insights - Prometheus.json
index 81d3091..008e763 100644
--- a/v2.0.0/UniFi-Poller_ Client Insights - Prometheus.json
+++ b/v2.0.0/UniFi-Poller_ Client Insights - Prometheus.json
@@ -14,13 +14,13 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
- "version": "6.6.0"
+ "version": "7.0.3"
},
{
"type": "panel",
"id": "grafana-piechart-panel",
"name": "Pie Chart",
- "version": "1.3.9"
+ "version": "1.5.0"
},
{
"type": "panel",
@@ -36,8 +36,8 @@
},
{
"type": "panel",
- "id": "table",
- "name": "Table",
+ "id": "table-old",
+ "name": "Table (old)",
"version": ""
}
],
@@ -54,12 +54,12 @@
}
]
},
- "description": "UniFi Poller v2.0 Displays detailed information for clients in a UniFi network using Prometheus.",
+ "description": "UniFi Poller v2.0.1 Displays detailed information for clients in a UniFi network using Prometheus.",
"editable": true,
"gnetId": 11315,
"graphTooltip": 1,
"id": null,
- "iteration": 1580615170679,
+ "iteration": 1592125485014,
"links": [
{
"asDropdown": true,
@@ -99,6 +99,12 @@
"columns": [],
"datasource": "${DS_PROMETHEUS}",
"description": "This table represents current (latest) data.\nBytes columns are lifetime totals.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fontSize": "80%",
"gridPos": {
"h": 13,
@@ -108,7 +114,6 @@
},
"id": 21,
"links": [],
- "options": {},
"pageSize": null,
"scroll": true,
"showHeader": true,
@@ -623,12 +628,18 @@
"timeFrom": null,
"title": "Wireless Devices",
"transform": "table",
- "type": "table"
+ "type": "table-old"
},
{
"columns": [],
"datasource": "${DS_PROMETHEUS}",
"description": "This table represents current (latest) data.\nBytes columns are lifetime totals.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fontSize": "80%",
"gridPos": {
"h": 12,
@@ -639,7 +650,6 @@
"hideTimeOverride": false,
"id": 22,
"links": [],
- "options": {},
"pageSize": null,
"scroll": true,
"showHeader": true,
@@ -1025,7 +1035,7 @@
"timeFrom": null,
"title": "Wired Devices",
"transform": "table",
- "type": "table"
+ "type": "table-old"
},
{
"aliasColors": {},
@@ -1038,6 +1048,12 @@
"datasource": "${DS_PROMETHEUS}",
"decimals": 0,
"description": "Visualize wireless channel usage w/ wired client counts.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fontSize": "70%",
"format": "short",
"gridPos": {
@@ -1059,7 +1075,6 @@
"links": [],
"maxDataPoints": 3,
"nullPointMode": "connected",
- "options": {},
"pieType": "pie",
"strokeWidth": "2",
"targets": [
@@ -1094,6 +1109,12 @@
"datasource": "${DS_PROMETHEUS}",
"decimals": 0,
"description": "Visualize how many clients are connected to which radios/APs.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fontSize": "70%",
"format": "short",
"gridPos": {
@@ -1115,7 +1136,6 @@
"links": [],
"maxDataPoints": 3,
"nullPointMode": "connected",
- "options": {},
"pieType": "pie",
"strokeWidth": "3",
"targets": [
@@ -1144,6 +1164,12 @@
"datasource": "${DS_PROMETHEUS}",
"decimals": 0,
"description": "This shows an OUI breakdown from Unifi's perspective. e = wired, w = wireless",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fontSize": "70%",
"format": "short",
"gridPos": {
@@ -1168,7 +1194,6 @@
"links": [],
"maxDataPoints": 3,
"nullPointMode": "connected",
- "options": {},
"pieType": "pie",
"strokeWidth": 1,
"targets": [
@@ -1202,6 +1227,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Bandwidth usage per wireless devices as reported by the UAPs. Rx is on the negative axis. Does not include amazon devices.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -1240,6 +1271,7 @@
"renderer": "flot",
"seriesOverrides": [
{
+ "$$hashKey": "object:323",
"alias": "/Rx$/",
"transform": "negative-Y"
}
@@ -1249,17 +1281,17 @@
"steppedLine": false,
"targets": [
{
- "expr": "sum by (name) (rate(unifipoller_client_transmit_bytes_total{name!~\".*camera.*|.*cam(era)?$\", name=~\"$Wireless\", site_name=~\"$Site\", ap_name=~\"$AP\"}[$__interval]))",
+ "expr": "sum by ($Identifier) (rate(unifipoller_client_transmit_bytes_total{name!~\".*camera.*|.*cam(era)?$\", name=~\"$Wireless\", site_name=~\"$Site\", ap_name=~\"$AP\"}[$__interval]))",
"instant": false,
"interval": "$Smooth",
- "legendFormat": "{{name}} Tx",
+ "legendFormat": "{{name}} {{mac}} Tx",
"refId": "B"
},
{
- "expr": "sum by (name) (rate(unifipoller_client_receive_bytes_total{name!~\".*camera.*|.*cam(era)?$\", name=~\"$Wireless\", site_name=~\"$Site\", ap_name=~\"$AP\"}[$__interval]))",
+ "expr": "sum by ($Identifier) (rate(unifipoller_client_receive_bytes_total{name!~\".*camera.*|.*cam(era)?$\", name=~\"$Wireless\", site_name=~\"$Site\", ap_name=~\"$AP\"}[$__interval]))",
"instant": false,
"interval": "$Smooth",
- "legendFormat": "{{name}} Rx",
+ "legendFormat": "{{name}} {{mac}} Rx",
"refId": "C"
}
],
@@ -1311,6 +1343,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Wired TX / RX bytes per second (calculated in 30 second buckets). Rx is on the negative axis. Does not include amazon and camera devices. Unaffected by the AP setting.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -1348,6 +1386,7 @@
"renderer": "flot",
"seriesOverrides": [
{
+ "$$hashKey": "object:398",
"alias": "/Rx$/",
"transform": "negative-Y"
}
@@ -1357,17 +1396,17 @@
"steppedLine": false,
"targets": [
{
- "expr": "sum by (name) (rate(unifipoller_client_transmit_bytes_total{name!~\".*camera.*|.*cam(era)?$\", name=~\"$Wired\", site_name=~\"$Site\", sw_name=~\"$Switch\"}[$__interval]))",
+ "expr": "sum by ($Identifier) (rate(unifipoller_client_transmit_bytes_total{name!~\".*camera.*|.*cam(era)?$\", name=~\"$Wired\", site_name=~\"$Site\", sw_name=~\"$Switch\"}[$__interval]))",
"interval": "$Smooth",
- "legendFormat": "{{name}} Tx",
+ "legendFormat": "{{name}} {{mac}} Tx",
"refId": "A"
},
{
- "expr": "sum by (name) (rate(unifipoller_client_receive_bytes_total{name!~\".*camera.*|.*cam(era)?$\", name=~\"$Wired\", site_name=~\"$Site\", sw_name=~\"$Switch\"}[$__interval]))",
+ "expr": "sum by ($Identifier) (rate(unifipoller_client_receive_bytes_total{name!~\".*camera.*|.*cam(era)?$\", name=~\"$Wired\", site_name=~\"$Site\", sw_name=~\"$Switch\"}[$__interval]))",
"hide": false,
"interval": "$Smooth",
"intervalFactor": 1,
- "legendFormat": "{{name}} Rx",
+ "legendFormat": "{{name}} {{mac}} Rx",
"refId": "B"
}
],
@@ -1420,6 +1459,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Amazon Devices TX / RX bytes per second. Rx is on the negative axis. My home network has a ton of Amazon devices, so I broke them out separately. If you don't have Amazon devices, or they have different names, you can edit the query to use a different name. e = wired, w = wireless",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -1456,6 +1501,7 @@
"renderer": "flot",
"seriesOverrides": [
{
+ "$$hashKey": "object:469",
"alias": "/Rx$/",
"transform": "negative-Y"
}
@@ -1465,31 +1511,31 @@
"steppedLine": false,
"targets": [
{
- "expr": "sum by (name) (rate(unifipoller_client_transmit_bytes_total{name=~\"^amazon.*\", name=~\"$Wireless\", site_name=~\"$Site\", ap_name=~\"$AP\"}[$__interval]))",
+ "expr": "sum by ($Identifier) (rate(unifipoller_client_transmit_bytes_total{name=~\"^amazon.*\", name=~\"$Wireless\", site_name=~\"$Site\", ap_name=~\"$AP\"}[$__interval]))",
"hide": false,
"interval": "$Smooth",
- "legendFormat": "w {{name}} Tx",
+ "legendFormat": "w {{name}} {{mac}} Tx",
"refId": "A"
},
{
- "expr": "sum by (name) (rate(unifipoller_client_receive_bytes_total{name=~\"^amazon.*\", name=~\"$Wireless\", site_name=~\"$Site\", ap_name=~\"$AP\"}[$__interval]))",
+ "expr": "sum by ($Identifier) (rate(unifipoller_client_receive_bytes_total{name=~\"^amazon.*\", name=~\"$Wireless\", site_name=~\"$Site\", ap_name=~\"$AP\"}[$__interval]))",
"hide": false,
"interval": "$Smooth",
- "legendFormat": "w {{name}} Rx",
+ "legendFormat": "w {{name}} {{mac}} Rx",
"refId": "B"
},
{
- "expr": "sum by (name) (rate(unifipoller_client_transmit_bytes_total{name=~\"^amazon.*\", name=~\"$Wired\", site_name=~\"$Site\", sw_name=~\"$Switch\"}[$__interval]))",
+ "expr": "sum by ($Identifier) (rate(unifipoller_client_transmit_bytes_total{name=~\"^amazon.*\", name=~\"$Wired\", site_name=~\"$Site\", sw_name=~\"$Switch\"}[$__interval]))",
"hide": false,
"interval": "$Smooth",
- "legendFormat": "e {{name}} Tx",
+ "legendFormat": "e {{name}} {{mac}} Tx",
"refId": "C"
},
{
- "expr": "sum by (name) (rate(unifipoller_client_receive_bytes_total{name=~\"^amazon.*\", name=~\"$Wired\", site_name=~\"$Site\", sw_name=~\"$Switch\"}[$__interval]))",
+ "expr": "sum by ($Identifier) (rate(unifipoller_client_receive_bytes_total{name=~\"^amazon.*\", name=~\"$Wired\", site_name=~\"$Site\", sw_name=~\"$Switch\"}[$__interval]))",
"hide": false,
"interval": "$Smooth",
- "legendFormat": "e {{name}} Rx",
+ "legendFormat": "e {{name}} {{mac}} Rx",
"refId": "D"
}
],
@@ -1541,6 +1587,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Cameras TX / RX bytes per second. Rx is on the negative axis. This graph shows any device with the word \"camera\" in its name and has nothing to do with UniFi Protect/video products. e = wired, w = wireless",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -1578,6 +1630,7 @@
"renderer": "flot",
"seriesOverrides": [
{
+ "$$hashKey": "object:510",
"alias": "/Rx$/",
"transform": "negative-Y"
}
@@ -1587,32 +1640,32 @@
"steppedLine": false,
"targets": [
{
- "expr": "sum by (name) (rate(unifipoller_client_transmit_bytes_total{ap_name=~\"$AP\", name=~\".*camera.*|.*cam$\", site_name=~\"$Site\"}[$__interval]))",
+ "expr": "sum by ($Identifier) (rate(unifipoller_client_transmit_bytes_total{ap_name=~\"$AP\", name=~\".*camera.*|.*cam$\", site_name=~\"$Site\"}[$__interval]))",
"hide": false,
"instant": false,
"interval": "$Smooth",
- "legendFormat": "w {{name}} Tx",
+ "legendFormat": "w {{name}} {{mac}} Tx",
"refId": "A"
},
{
- "expr": "sum by (name) (rate(unifipoller_client_receive_bytes_total{ap_name=~\"$AP\", name=~\".*camera.*|.*cam$\", site_name=~\"$Site\"}[$__interval]))",
+ "expr": "sum by ($Identifier) (rate(unifipoller_client_receive_bytes_total{ap_name=~\"$AP\", name=~\".*camera.*|.*cam$\", site_name=~\"$Site\"}[$__interval]))",
"hide": false,
"interval": "$Smooth",
- "legendFormat": "w {{name}} Rx",
+ "legendFormat": "w {{name}} {{mac}} Rx",
"refId": "B"
},
{
- "expr": "sum by (name) (rate(unifipoller_client_transmit_bytes_total{sw_name=~\"$Switch\", name=~\".*camera.*|.*cam$\", site_name=~\"$Site\"}[$__interval]))",
+ "expr": "sum by ($Identifier) (rate(unifipoller_client_transmit_bytes_total{sw_name=~\"$Switch\", name=~\".*camera.*|.*cam$\", site_name=~\"$Site\"}[$__interval]))",
"hide": false,
"interval": "$Smooth",
- "legendFormat": "e {{name}} Tx",
+ "legendFormat": "e {{name}} {{mac}} Tx",
"refId": "C"
},
{
- "expr": "sum by (name) (rate(unifipoller_client_receive_bytes_total{sw_name=~\"$Switch\", name=~\".*camera.*|.*cam$\", site_name=~\"$Site\"}[$__interval]))",
+ "expr": "sum by ($Identifier) (rate(unifipoller_client_receive_bytes_total{sw_name=~\"$Switch\", name=~\".*camera.*|.*cam$\", site_name=~\"$Site\"}[$__interval]))",
"hide": false,
"interval": "$Smooth",
- "legendFormat": "e {{name}} Rx",
+ "legendFormat": "e {{name}} {{mac}} Rx",
"refId": "D"
}
],
@@ -1664,6 +1717,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"decimals": 0,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -1706,9 +1765,9 @@
"steppedLine": false,
"targets": [
{
- "expr": "sum by (name) (unifipoller_client_rssi_db{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})",
+ "expr": "sum by ($Identifier) (unifipoller_client_rssi_db{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})",
"interval": "1m",
- "legendFormat": "{{name}}",
+ "legendFormat": "{{name}} {{mac}}",
"refId": "A"
}
],
@@ -1762,6 +1821,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"decimals": 0,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -1804,11 +1869,11 @@
"steppedLine": false,
"targets": [
{
- "expr": "sum by (name) (unifipoller_client_radio_signal_db{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})",
+ "expr": "sum by ($Identifier) (unifipoller_client_radio_signal_db{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})",
"instant": false,
"interval": "$Smooth",
"intervalFactor": 1,
- "legendFormat": "{{name}}",
+ "legendFormat": "{{name}} {{mac}}",
"refId": "A"
}
],
@@ -1862,6 +1927,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"decimals": 0,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -1904,10 +1975,10 @@
"steppedLine": false,
"targets": [
{
- "expr": "sum by (name) (unifipoller_client_noise_db{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})",
+ "expr": "sum by ($Identifier) (unifipoller_client_noise_db{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})",
"instant": false,
"interval": "$Smooth",
- "legendFormat": "{{name}}",
+ "legendFormat": "{{name}} {{mac}}",
"refId": "A"
}
],
@@ -1960,6 +2031,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Client reported transmit rate.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -2000,9 +2077,9 @@
"steppedLine": false,
"targets": [
{
- "expr": "sum by (name) (unifipoller_client_radio_transmit_rate_bps{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})",
+ "expr": "sum by ($Identifier) (unifipoller_client_radio_transmit_rate_bps{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})",
"interval": "$Smooth",
- "legendFormat": "{{name}}",
+ "legendFormat": "{{name}} {{mac}}",
"refId": "A"
}
],
@@ -2055,6 +2132,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"decimals": 0,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -2097,9 +2180,9 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_wifi_attempts_transmit_total{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"}[$__interval])",
+ "expr": "avg by ($Identifier) (rate(unifipoller_client_wifi_attempts_transmit_total{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"}[$__interval]))",
"interval": "$Smooth",
- "legendFormat": "{{name}}",
+ "legendFormat": "{{name}} {{mac}}",
"refId": "A"
}
],
@@ -2153,6 +2236,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Client reported receive rate.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -2195,9 +2284,9 @@
"steppedLine": false,
"targets": [
{
- "expr": "sum by (name) (unifipoller_client_radio_receive_rate_bps{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})",
+ "expr": "sum by ($Identifier) (unifipoller_client_radio_receive_rate_bps{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})",
"interval": "$Smooth",
- "legendFormat": "{{name}}",
+ "legendFormat": "{{name}} {{mac}}",
"refId": "A"
}
],
@@ -2251,6 +2340,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"decimals": 0,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -2293,9 +2388,9 @@
"steppedLine": false,
"targets": [
{
- "expr": "rate(unifipoller_client_transmit_retries_total{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"}[$__interval])",
+ "expr": "sum by ($Identifier) (rate(unifipoller_client_transmit_retries_total{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"}[$__interval]))",
"interval": "$Smooth",
- "legendFormat": "{{name}}",
+ "legendFormat": "{{name}} {{mac}}",
"refId": "A"
}
],
@@ -2348,6 +2443,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"decimals": 0,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -2390,9 +2491,9 @@
"steppedLine": false,
"targets": [
{
- "expr": "sum by (name) (unifipoller_client_radio_transmit_power_dbm{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})",
+ "expr": "sum by ($Identifier) (unifipoller_client_radio_transmit_power_dbm{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})",
"interval": "$Smooth",
- "legendFormat": "{{name}}",
+ "legendFormat": "{{name}} {{mac}}",
"refId": "A"
}
],
@@ -2445,6 +2546,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"decimals": 0,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
@@ -2487,9 +2594,9 @@
"steppedLine": false,
"targets": [
{
- "expr": "sum by (name) (unifipoller_client_anomalies{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})",
+ "expr": "sum by ($Identifier) (unifipoller_client_anomalies{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})",
"interval": "$Smooth",
- "legendFormat": "{{name}}",
+ "legendFormat": "{{name}} {{mac}}",
"refId": "A"
}
],
@@ -2543,6 +2650,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"decimals": 0,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -2585,9 +2698,9 @@
"steppedLine": false,
"targets": [
{
- "expr": "sum by (name) (unifipoller_client_satisfaction_ratio{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})",
+ "expr": "sum by ($Identifier) (unifipoller_client_satisfaction_ratio{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})",
"interval": "$Smooth",
- "legendFormat": "{{name}}",
+ "legendFormat": "{{name}} {{mac}}",
"refId": "A"
}
],
@@ -2641,6 +2754,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"decimals": 0,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -2683,9 +2802,9 @@
"steppedLine": false,
"targets": [
{
- "expr": "sum by (name) (unifipoller_client_roam_count_total{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})",
+ "expr": "sum by ($Identifier) (unifipoller_client_roam_count_total{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})",
"interval": "$Smooth",
- "legendFormat": "{{name}}",
+ "legendFormat": "{{name}} {{mac}}",
"refId": "A"
}
],
@@ -2738,6 +2857,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"decimals": 0,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -2780,9 +2905,9 @@
"steppedLine": false,
"targets": [
{
- "expr": "sum by (name) (unifipoller_client_ccq_ratio{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})",
+ "expr": "sum by ($Identifier) (unifipoller_client_ccq_ratio{ap_name=~\"$AP\", site_name=~\"$Site\", name=~\"$Wireless\"})",
"interval": "$Smooth",
- "legendFormat": "{{name}}",
+ "legendFormat": "{{name}} {{mac}}",
"refId": "A"
}
],
@@ -2830,7 +2955,7 @@
}
],
"refresh": "1m",
- "schemaVersion": 22,
+ "schemaVersion": 25,
"style": "dark",
"tags": [
"unifi",
@@ -2989,12 +3114,12 @@
"value": "30s"
},
{
- "selected": true,
+ "selected": false,
"text": "1m",
"value": "1m"
},
{
- "selected": false,
+ "selected": true,
"text": "2m",
"value": "2m"
},
@@ -3027,11 +3152,40 @@
"query": "30s,1m,2m,5m,10m,15m,30m,1h",
"skipUrlSync": false,
"type": "custom"
+ },
+ {
+ "allValue": null,
+ "current": {
+ "selected": true,
+ "text": "name",
+ "value": "name"
+ },
+ "hide": 0,
+ "includeAll": false,
+ "label": null,
+ "multi": false,
+ "name": "Identifier",
+ "options": [
+ {
+ "selected": true,
+ "text": "name",
+ "value": "name"
+ },
+ {
+ "selected": false,
+ "text": "name,mac",
+ "value": "name,mac"
+ }
+ ],
+ "query": "name, name\\,mac",
+ "queryValue": "",
+ "skipUrlSync": false,
+ "type": "custom"
}
]
},
"time": {
- "from": "now-2d",
+ "from": "now-3h",
"to": "now"
},
"timepicker": {
@@ -3060,5 +3214,5 @@
"timezone": "browser",
"title": "UniFi-Poller: Client Insights - Prometheus",
"uid": "jMfvAjxWz",
- "version": 25
+ "version": 30
}
\ No newline at end of file
diff --git a/v2.0.0/UniFi-Poller_ UAP Insights - Prometheus.json b/v2.0.0/UniFi-Poller_ UAP Insights - Prometheus.json
index ef00cf1..e703a22 100644
--- a/v2.0.0/UniFi-Poller_ UAP Insights - Prometheus.json
+++ b/v2.0.0/UniFi-Poller_ UAP Insights - Prometheus.json
@@ -14,19 +14,19 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
- "version": "6.6.0"
+ "version": "7.0.3"
},
{
"type": "panel",
"id": "grafana-clock-panel",
"name": "Clock",
- "version": "1.0.3"
+ "version": "1.1.1"
},
{
"type": "panel",
"id": "grafana-piechart-panel",
"name": "Pie Chart",
- "version": "1.3.9"
+ "version": "1.5.0"
},
{
"type": "panel",
@@ -48,8 +48,8 @@
},
{
"type": "panel",
- "id": "table",
- "name": "Table",
+ "id": "table-old",
+ "name": "Table (old)",
"version": ""
},
{
@@ -62,6 +62,7 @@
"annotations": {
"list": [
{
+ "$$hashKey": "object:69",
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
@@ -72,12 +73,12 @@
}
]
},
- "description": "UniFi Poller v2.0 Displays detailed information for wireless access points in a UniFi network using Prometheus.",
+ "description": "UniFi Poller v2.0.1 Displays detailed information for wireless access points in a UniFi network using Prometheus.",
"editable": true,
"gnetId": 11314,
"graphTooltip": 1,
"id": null,
- "iteration": 1580616501060,
+ "iteration": 1592125488769,
"links": [
{
"asDropdown": true,
@@ -116,6 +117,13 @@
"panels": [
{
"content": "
\n
\nUnifi UAP\n",
+ "datasource": "${DS_UNIFI_POLLER}",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"gridPos": {
"h": 3,
"w": 4,
@@ -125,7 +133,6 @@
"id": 34,
"links": [],
"mode": "html",
- "options": {},
"title": "",
"transparent": true,
"type": "text"
@@ -145,6 +152,12 @@
"datasource": "${DS_PROMETHEUS}",
"decimals": 0,
"description": "Visualize wireless channel usage w/ wired client counts.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fontSize": "70%",
"format": "short",
"gridPos": {
@@ -167,7 +180,6 @@
"links": [],
"maxDataPoints": 3,
"nullPointMode": "connected",
- "options": {},
"pieType": "pie",
"strokeWidth": "3",
"targets": [
@@ -201,6 +213,12 @@
"datasource": "${DS_PROMETHEUS}",
"decimals": 0,
"description": "Visualize how many clients are connected to which radios/APs.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fontSize": "70%",
"format": "short",
"gridPos": {
@@ -224,7 +242,6 @@
"links": [],
"maxDataPoints": 3,
"nullPointMode": "connected",
- "options": {},
"pieType": "pie",
"strokeWidth": "3",
"targets": [
@@ -253,6 +270,12 @@
"datasource": "${DS_PROMETHEUS}",
"decimals": 0,
"description": "This shows an OUI breakdown from Unifi's perspective.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fontSize": "70%",
"format": "short",
"gridPos": {
@@ -276,7 +299,6 @@
"links": [],
"maxDataPoints": 3,
"nullPointMode": "connected",
- "options": {},
"pieType": "pie",
"strokeWidth": 1,
"targets": [
@@ -307,6 +329,12 @@
"description": "",
"editable": true,
"error": false,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"format": "none",
"gauge": {
"maxValue": 100,
@@ -339,7 +367,6 @@
"maxDataPoints": 100,
"nullPointMode": "connected",
"nullText": null,
- "options": {},
"postfix": "",
"postfixFontSize": "80%",
"prefix": "",
@@ -386,6 +413,12 @@
"description": "",
"editable": true,
"error": false,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"format": "none",
"gauge": {
"maxValue": 100,
@@ -418,7 +451,6 @@
"maxDataPoints": 100,
"nullPointMode": "connected",
"nullText": null,
- "options": {},
"postfix": "",
"postfixFontSize": "80%",
"prefix": "",
@@ -460,12 +492,19 @@
"endCountdownTime": "2018-04-29T21:47:00.000Z",
"endText": "00:00:00"
},
+ "datasource": "${DS_UNIFI_POLLER}",
"dateSettings": {
"dateFormat": "YYYY-MM-DD",
"fontSize": "12px",
"fontWeight": "bold",
"showDate": true
},
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"gridPos": {
"h": 3,
"w": 4,
@@ -477,7 +516,32 @@
"mode": "time",
"offsetFromUtc": null,
"offsetFromUtcMinutes": null,
- "options": {},
+ "options": {
+ "bgColor": "",
+ "clockType": "24 hour",
+ "countdownSettings": {
+ "endCountdownTime": "2020-06-14T00:36:42-07:00",
+ "endText": "00:00:00"
+ },
+ "dateSettings": {
+ "dateFormat": "YYYY-MM-DD",
+ "fontSize": "20px",
+ "fontWeight": "normal",
+ "showDate": false
+ },
+ "mode": "time",
+ "timeSettings": {
+ "fontSize": "12px",
+ "fontWeight": "normal"
+ },
+ "timezone": "",
+ "timezoneSettings": {
+ "fontSize": "12px",
+ "fontWeight": "normal",
+ "showTimezone": false,
+ "zoneFormat": "offsetAbbv"
+ }
+ },
"refreshSettings": {
"syncWithDashboard": false
},
@@ -501,6 +565,12 @@
"datasource": "${DS_PROMETHEUS}",
"editable": true,
"error": false,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fontSize": "100%",
"gridPos": {
"h": 6,
@@ -511,7 +581,6 @@
"id": 1,
"isNew": true,
"links": [],
- "options": {},
"pageSize": null,
"scroll": false,
"showHeader": true,
@@ -521,6 +590,7 @@
},
"styles": [
{
+ "$$hashKey": "object:9911",
"alias": "",
"align": "auto",
"colorMode": null,
@@ -537,6 +607,7 @@
"unit": "short"
},
{
+ "$$hashKey": "object:9912",
"alias": "Uptime",
"align": "auto",
"colorMode": null,
@@ -547,12 +618,13 @@
],
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
- "pattern": "Value",
+ "pattern": "Value #A",
"thresholds": [],
"type": "hidden",
"unit": "dtdurations"
},
{
+ "$$hashKey": "object:9913",
"alias": "Name",
"align": "auto",
"colorMode": null,
@@ -574,22 +646,7 @@
"unit": "short"
},
{
- "alias": "ID",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "pattern": "id",
- "thresholds": [],
- "type": "hidden",
- "unit": "short"
- },
- {
+ "$$hashKey": "object:9915",
"alias": "Model",
"align": "auto",
"colorMode": null,
@@ -606,6 +663,7 @@
"unit": "short"
},
{
+ "$$hashKey": "object:9916",
"alias": "Device MAC",
"align": "auto",
"colorMode": null,
@@ -622,6 +680,7 @@
"unit": "short"
},
{
+ "$$hashKey": "object:9917",
"alias": "Unifi Serial #",
"align": "auto",
"colorMode": null,
@@ -638,6 +697,7 @@
"unit": "short"
},
{
+ "$$hashKey": "object:9918",
"alias": "Site",
"align": "auto",
"colorMode": null,
@@ -654,6 +714,7 @@
"unit": "short"
},
{
+ "$$hashKey": "object:9919",
"alias": "Version",
"align": "auto",
"colorMode": null,
@@ -670,57 +731,7 @@
"unit": "short"
},
{
- "alias": "",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "mappingType": 1,
- "pattern": "__name__",
- "thresholds": [],
- "type": "hidden",
- "unit": "short"
- },
- {
- "alias": "",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "mappingType": 1,
- "pattern": "instance",
- "thresholds": [],
- "type": "hidden",
- "unit": "short"
- },
- {
- "alias": "",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "mappingType": 1,
- "pattern": "job",
- "thresholds": [],
- "type": "hidden",
- "unit": "short"
- },
- {
+ "$$hashKey": "object:9923",
"alias": "Address",
"align": "auto",
"colorMode": null,
@@ -738,6 +749,7 @@
"unit": "short"
},
{
+ "$$hashKey": "object:9924",
"alias": "Type",
"align": "auto",
"colorMode": null,
@@ -755,6 +767,7 @@
"unit": "short"
},
{
+ "$$hashKey": "object:9925",
"alias": "Type",
"align": "auto",
"colorMode": null,
@@ -772,6 +785,7 @@
"unit": "decbytes"
},
{
+ "$$hashKey": "object:9926",
"alias": "Uptime",
"align": "auto",
"colorMode": null,
@@ -783,13 +797,14 @@
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"mappingType": 1,
- "pattern": "uptime",
+ "pattern": "Value #B",
"thresholds": [],
"type": "number",
"unit": "s"
},
{
- "alias": "Controller",
+ "$$hashKey": "object:9928",
+ "alias": "Bytes",
"align": "auto",
"colorMode": null,
"colors": [
@@ -798,43 +813,46 @@
"rgba(50, 172, 45, 0.97)"
],
"dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
+ "decimals": 1,
"mappingType": 1,
- "pattern": "source",
+ "pattern": "Value #C",
"thresholds": [],
- "type": "hidden",
- "unit": "short"
- },
- {
- "alias": "",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "mappingType": 1,
- "pattern": "bytes",
- "thresholds": [],
- "type": "hidden",
- "unit": "short"
+ "type": "number",
+ "unit": "bytes"
}
],
"targets": [
{
- "expr": "unifipoller_device_info{site_name=~\"$Site\", name=~\"$AP\"}",
+ "expr": "sum by (ip,mac,model,name,serial,site_name,type,version) (unifipoller_device_info{site_name=~\"$Site\", name=~\"$AP\"})",
"format": "table",
"instant": true,
+ "interval": "",
+ "legendFormat": "",
"refId": "A"
+ },
+ {
+ "expr": "sum by (ip,mac,model,name,serial,site_name,type,version) (unifipoller_device_uptime_seconds{site_name=~\"$Site\", name=~\"$AP\"})",
+ "format": "table",
+ "hide": false,
+ "instant": true,
+ "interval": "",
+ "legendFormat": "",
+ "refId": "B"
+ },
+ {
+ "expr": "sum by (ip,mac,model,name,serial,site_name,type,version) (unifipoller_device_bytes_total{site_name=~\"$Site\", name=~\"$AP\"})",
+ "format": "table",
+ "hide": false,
+ "instant": true,
+ "interval": "",
+ "legendFormat": "",
+ "refId": "C"
}
],
"timeFrom": null,
"title": "Access Point Details",
"transform": "table",
- "type": "table"
+ "type": "table-old"
},
{
"columns": [],
@@ -842,6 +860,12 @@
"description": "The counters in this table represent uptime totals and do not change with the time range selector. ",
"editable": true,
"error": false,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fontSize": "100%",
"gridPos": {
"h": 10,
@@ -852,7 +876,6 @@
"id": 49,
"isNew": true,
"links": [],
- "options": {},
"pageSize": null,
"scroll": false,
"showHeader": true,
@@ -1376,7 +1399,7 @@
"title": "Networks / UAP",
"transform": "table",
"transparent": true,
- "type": "table"
+ "type": "table-old"
},
{
"aliasColors": {
@@ -1389,6 +1412,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -1486,6 +1515,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -1585,6 +1620,12 @@
"datasource": "${DS_PROMETHEUS}",
"editable": true,
"error": false,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
@@ -1705,6 +1746,12 @@
"decimals": 0,
"editable": true,
"error": false,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -1804,6 +1851,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Devices TX / RX bytes per second grouped by OUI. RX on negative axis.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -1912,6 +1965,12 @@
"decimals": 0,
"editable": true,
"error": false,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -2029,6 +2088,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"decimals": 0,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -2127,6 +2192,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"decimals": 0,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -2226,6 +2297,12 @@
"datasource": "${DS_PROMETHEUS}",
"editable": true,
"error": false,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -2323,6 +2400,12 @@
"datasource": "${DS_PROMETHEUS}",
"editable": true,
"error": false,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -2422,6 +2505,12 @@
"decimals": 0,
"editable": true,
"error": false,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -2533,6 +2622,12 @@
"description": "Displays 2.4GHz usage.",
"editable": true,
"error": false,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -2641,6 +2736,12 @@
"description": "RX is on the negative Axis.",
"editable": true,
"error": false,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -2754,6 +2855,12 @@
"description": "RX is on the negative Axis.",
"editable": true,
"error": false,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -2866,6 +2973,12 @@
"description": "PPS on the na band. In is on the negative Axis.",
"editable": true,
"error": false,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -2977,6 +3090,12 @@
"description": "PPS on the ng band calculated in 30 second buckets. In is on the negative Axis.",
"editable": true,
"error": false,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -3089,6 +3208,12 @@
"description": "Visualize packet errors (several types) per second in the 5GHz band.",
"editable": true,
"error": false,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -3238,6 +3363,12 @@
"description": "In is on the negative axis.",
"editable": true,
"error": false,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -3379,7 +3510,7 @@
}
],
"refresh": "1m",
- "schemaVersion": 22,
+ "schemaVersion": 25,
"style": "dark",
"tags": [
"unifi",
@@ -3545,5 +3676,5 @@
"timezone": "browser",
"title": "UniFi-Poller: UAP Insights - Prometheus",
"uid": "g5wFWqxZk",
- "version": 19
+ "version": 24
}
diff --git a/v2.0.0/UniFi-Poller_ USG Insights - Prometheus.json b/v2.0.0/UniFi-Poller_ USG Insights - Prometheus.json
index 368eb9b..6214e32 100644
--- a/v2.0.0/UniFi-Poller_ USG Insights - Prometheus.json
+++ b/v2.0.0/UniFi-Poller_ USG Insights - Prometheus.json
@@ -14,7 +14,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
- "version": "6.6.0"
+ "version": "7.0.3"
},
{
"type": "panel",
@@ -42,8 +42,8 @@
},
{
"type": "panel",
- "id": "table",
- "name": "Table",
+ "id": "table-old",
+ "name": "Table (old)",
"version": ""
}
],
@@ -62,12 +62,12 @@
}
]
},
- "description": "UniFi Poller v2.0 Displays detailed information for security gateways in a UniFi network using Prometheus.",
+ "description": "UniFi Poller v2.0.1 Displays detailed information for security gateways in a UniFi network using Prometheus.",
"editable": true,
"gnetId": 11313,
"graphTooltip": 2,
"id": null,
- "iteration": 1580616613299,
+ "iteration": 1592125878109,
"links": [
{
"asDropdown": true,
@@ -108,6 +108,12 @@
"datasource": "${DS_PROMETHEUS}",
"editable": true,
"error": false,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fontSize": "100%",
"gridPos": {
"h": 5,
@@ -118,7 +124,6 @@
"id": 60,
"isNew": true,
"links": [],
- "options": {},
"pageSize": null,
"scroll": false,
"showHeader": true,
@@ -128,6 +133,7 @@
},
"styles": [
{
+ "$$hashKey": "object:1420",
"alias": "",
"align": "auto",
"colorMode": null,
@@ -144,6 +150,7 @@
"unit": "short"
},
{
+ "$$hashKey": "object:1421",
"alias": "",
"align": "auto",
"colorMode": null,
@@ -154,12 +161,13 @@
],
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
- "pattern": "Value",
+ "pattern": "Value #A",
"thresholds": [],
"type": "hidden",
"unit": "dtdurations"
},
{
+ "$$hashKey": "object:1422",
"alias": "Name",
"align": "auto",
"colorMode": null,
@@ -181,22 +189,7 @@
"unit": "short"
},
{
- "alias": "ID",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "pattern": "id",
- "thresholds": [],
- "type": "hidden",
- "unit": "short"
- },
- {
+ "$$hashKey": "object:1424",
"alias": "Model",
"align": "auto",
"colorMode": null,
@@ -213,6 +206,7 @@
"unit": "short"
},
{
+ "$$hashKey": "object:1425",
"alias": "Device MAC",
"align": "auto",
"colorMode": null,
@@ -229,6 +223,7 @@
"unit": "short"
},
{
+ "$$hashKey": "object:1426",
"alias": "Unifi Serial #",
"align": "auto",
"colorMode": null,
@@ -245,6 +240,7 @@
"unit": "short"
},
{
+ "$$hashKey": "object:1427",
"alias": "Site",
"align": "auto",
"colorMode": null,
@@ -261,6 +257,7 @@
"unit": "short"
},
{
+ "$$hashKey": "object:1428",
"alias": "Version",
"align": "auto",
"colorMode": null,
@@ -277,57 +274,7 @@
"unit": "short"
},
{
- "alias": "",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "mappingType": 1,
- "pattern": "__name__",
- "thresholds": [],
- "type": "hidden",
- "unit": "short"
- },
- {
- "alias": "",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "mappingType": 1,
- "pattern": "instance",
- "thresholds": [],
- "type": "hidden",
- "unit": "short"
- },
- {
- "alias": "",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "mappingType": 1,
- "pattern": "job",
- "thresholds": [],
- "type": "hidden",
- "unit": "short"
- },
- {
+ "$$hashKey": "object:1432",
"alias": "Address",
"align": "auto",
"colorMode": null,
@@ -345,6 +292,7 @@
"unit": "short"
},
{
+ "$$hashKey": "object:1433",
"alias": "Data",
"align": "auto",
"colorMode": null,
@@ -356,12 +304,13 @@
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"mappingType": 1,
- "pattern": "bytes",
+ "pattern": "Value #C",
"thresholds": [],
"type": "number",
"unit": "decbytes"
},
{
+ "$$hashKey": "object:1434",
"alias": "Uptime",
"align": "auto",
"colorMode": null,
@@ -373,12 +322,13 @@
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"mappingType": 1,
- "pattern": "uptime",
+ "pattern": "Value #B",
"thresholds": [],
"type": "number",
"unit": "s"
},
{
+ "$$hashKey": "object:1435",
"alias": "Controller",
"align": "auto",
"colorMode": null,
@@ -396,6 +346,7 @@
"unit": "short"
},
{
+ "$$hashKey": "object:1436",
"alias": "Type",
"align": "auto",
"colorMode": null,
@@ -415,19 +366,38 @@
],
"targets": [
{
- "expr": "unifipoller_device_info{site_name=~\"$Site\", name=~\"$Gateway\"}",
+ "expr": "sum by (ip,mac,model,name,serial,site_name,type,version,source) (unifipoller_device_info{site_name=~\"$Site\", name=~\"$Gateway\"})",
"format": "table",
"instant": true,
+ "interval": "",
+ "legendFormat": "",
"refId": "A"
+ },
+ {
+ "expr": "sum by (ip,mac,model,name,serial,site_name,type,version,source) (unifipoller_device_uptime_seconds{site_name=~\"$Site\", name=~\"$Gateway\"})",
+ "format": "table",
+ "instant": true,
+ "interval": "",
+ "legendFormat": "",
+ "refId": "B"
+ },
+ {
+ "expr": "sum by (ip,mac,model,name,serial,site_name,type,version,source) (unifipoller_device_bytes_total{site_name=~\"$Site\", name=~\"$Gateway\"})",
+ "format": "table",
+ "instant": true,
+ "interval": "",
+ "legendFormat": "",
+ "refId": "C"
}
],
"timeFrom": null,
"title": "Gateway Details",
"transform": "table",
- "type": "table"
+ "type": "table-old"
},
{
"collapsed": true,
+ "datasource": "${DS_UNIFI_POLLER}",
"gridPos": {
"h": 1,
"w": 24,
@@ -440,6 +410,33 @@
"cacheTimeout": null,
"datasource": "${DS_PROMETHEUS}",
"description": "",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {},
+ "mappings": [
+ {
+ "id": 0,
+ "op": "=",
+ "text": "N/A",
+ "type": 1,
+ "value": "null"
+ }
+ ],
+ "min": 0,
+ "nullValueMode": "connected",
+ "thresholds": {
+ "mode": "absolute",
+ "steps": [
+ {
+ "color": "dark-purple",
+ "value": null
+ }
+ ]
+ },
+ "unit": "s"
+ },
+ "overrides": []
+ },
"gridPos": {
"h": 3,
"w": 4,
@@ -451,46 +448,21 @@
"links": [],
"options": {
"colorMode": "value",
- "fieldOptions": {
+ "graphMode": "area",
+ "justifyMode": "auto",
+ "orientation": "horizontal",
+ "reduceOptions": {
"calcs": [
"mean"
],
- "defaults": {
- "mappings": [
- {
- "id": 0,
- "op": "=",
- "text": "N/A",
- "type": 1,
- "value": "null"
- }
- ],
- "min": 0,
- "nullValueMode": "connected",
- "thresholds": {
- "mode": "absolute",
- "steps": [
- {
- "color": "dark-purple",
- "value": null
- }
- ]
- },
- "unit": "s"
- },
- "overrides": [],
+ "fields": "",
"values": false
- },
- "graphMode": "area",
- "justifyMode": "auto",
- "orientation": "horizontal"
+ }
},
- "pluginVersion": "6.6.0",
+ "pluginVersion": "7.0.3",
"scopedVars": {
"Site": {
- "selected": false,
- "text": "Home (default)",
- "value": "Home (default)"
+ "selected": false
}
},
"targets": [
@@ -512,6 +484,34 @@
"cacheTimeout": null,
"datasource": "${DS_PROMETHEUS}",
"description": "",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {},
+ "mappings": [
+ {
+ "id": 0,
+ "op": "=",
+ "text": "N/A",
+ "type": 1,
+ "value": "null"
+ }
+ ],
+ "max": 100,
+ "min": 0,
+ "nullValueMode": "connected",
+ "thresholds": {
+ "mode": "absolute",
+ "steps": [
+ {
+ "color": "dark-purple",
+ "value": null
+ }
+ ]
+ },
+ "unit": "Mbits"
+ },
+ "overrides": []
+ },
"gridPos": {
"h": 9,
"w": 6,
@@ -523,47 +523,21 @@
"links": [],
"options": {
"colorMode": "value",
- "fieldOptions": {
+ "graphMode": "area",
+ "justifyMode": "auto",
+ "orientation": "horizontal",
+ "reduceOptions": {
"calcs": [
"lastNotNull"
],
- "defaults": {
- "mappings": [
- {
- "id": 0,
- "op": "=",
- "text": "N/A",
- "type": 1,
- "value": "null"
- }
- ],
- "max": 100,
- "min": 0,
- "nullValueMode": "connected",
- "thresholds": {
- "mode": "absolute",
- "steps": [
- {
- "color": "dark-purple",
- "value": null
- }
- ]
- },
- "unit": "Mbits"
- },
- "overrides": [],
+ "fields": "",
"values": false
- },
- "graphMode": "area",
- "justifyMode": "auto",
- "orientation": "horizontal"
+ }
},
- "pluginVersion": "6.6.0",
+ "pluginVersion": "7.0.3",
"scopedVars": {
"Site": {
- "selected": false,
- "text": "Home (default)",
- "value": "Home (default)"
+ "selected": false
}
},
"targets": [
@@ -592,6 +566,34 @@
"cacheTimeout": null,
"datasource": "${DS_PROMETHEUS}",
"description": "",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {},
+ "displayName": "${__series.name}",
+ "links": [],
+ "mappings": [
+ {
+ "id": 0,
+ "op": "=",
+ "text": "N/A",
+ "type": 1,
+ "value": "null"
+ }
+ ],
+ "nullValueMode": "connected",
+ "thresholds": {
+ "mode": "absolute",
+ "steps": [
+ {
+ "color": "dark-purple",
+ "value": null
+ }
+ ]
+ },
+ "unit": "s"
+ },
+ "overrides": []
+ },
"gridPos": {
"h": 9,
"w": 9,
@@ -603,47 +605,21 @@
"links": [],
"options": {
"colorMode": "value",
- "fieldOptions": {
+ "graphMode": "area",
+ "justifyMode": "auto",
+ "orientation": "horizontal",
+ "reduceOptions": {
"calcs": [
"lastNotNull"
],
- "defaults": {
- "links": [],
- "mappings": [
- {
- "id": 0,
- "op": "=",
- "text": "N/A",
- "type": 1,
- "value": "null"
- }
- ],
- "nullValueMode": "connected",
- "thresholds": {
- "mode": "absolute",
- "steps": [
- {
- "color": "dark-purple",
- "value": null
- }
- ]
- },
- "title": "${__series.name}",
- "unit": "s"
- },
- "overrides": [],
+ "fields": "",
"values": false
- },
- "graphMode": "area",
- "justifyMode": "auto",
- "orientation": "horizontal"
+ }
},
- "pluginVersion": "6.6.0",
+ "pluginVersion": "7.0.3",
"scopedVars": {
"Site": {
- "selected": false,
- "text": "Home (default)",
- "value": "Home (default)"
+ "selected": false
}
},
"targets": [
@@ -671,6 +647,40 @@
{
"cacheTimeout": null,
"datasource": "${DS_PROMETHEUS}",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {},
+ "mappings": [
+ {
+ "id": 0,
+ "op": "=",
+ "text": "N/A",
+ "type": 1,
+ "value": "null"
+ }
+ ],
+ "nullValueMode": "connected",
+ "thresholds": {
+ "mode": "absolute",
+ "steps": [
+ {
+ "color": "dark-purple",
+ "value": null
+ },
+ {
+ "color": "rgba(237, 129, 40, 0.89)",
+ "value": 50
+ },
+ {
+ "color": "#d44a3a",
+ "value": 80
+ }
+ ]
+ },
+ "unit": "percentunit"
+ },
+ "overrides": []
+ },
"gridPos": {
"h": 9,
"w": 5,
@@ -682,53 +692,21 @@
"links": [],
"options": {
"colorMode": "value",
- "fieldOptions": {
+ "graphMode": "area",
+ "justifyMode": "auto",
+ "orientation": "horizontal",
+ "reduceOptions": {
"calcs": [
"lastNotNull"
],
- "defaults": {
- "mappings": [
- {
- "id": 0,
- "op": "=",
- "text": "N/A",
- "type": 1,
- "value": "null"
- }
- ],
- "nullValueMode": "connected",
- "thresholds": {
- "mode": "absolute",
- "steps": [
- {
- "color": "dark-purple",
- "value": null
- },
- {
- "color": "rgba(237, 129, 40, 0.89)",
- "value": 50
- },
- {
- "color": "#d44a3a",
- "value": 80
- }
- ]
- },
- "unit": "percentunit"
- },
- "overrides": [],
+ "fields": "",
"values": false
- },
- "graphMode": "area",
- "justifyMode": "auto",
- "orientation": "horizontal"
+ }
},
- "pluginVersion": "6.6.0",
+ "pluginVersion": "7.0.3",
"scopedVars": {
"Site": {
- "selected": false,
- "text": "Home (default)",
- "value": "Home (default)"
+ "selected": false
}
},
"targets": [
@@ -766,6 +744,12 @@
"datasource": "${DS_PROMETHEUS}",
"decimals": 0,
"description": "WAN Port Speed",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"format": "none",
"gauge": {
"maxValue": 100,
@@ -798,7 +782,6 @@
"maxDataPoints": 100,
"nullPointMode": "connected",
"nullText": null,
- "options": {},
"postfix": "M",
"postfixFontSize": "50%",
"prefix": "",
@@ -812,9 +795,7 @@
],
"scopedVars": {
"Site": {
- "selected": false,
- "text": "Home (default)",
- "value": "Home (default)"
+ "selected": false
}
},
"sparkline": {
@@ -823,7 +804,7 @@
"lineColor": "rgb(31, 120, 193)",
"show": false
},
- "tableColumn": "",
+ "tableColumn": "unifipoller_device_uplink_speed_mbps{instance=\"UniFi-Poller:9130\", job=\"unifipoller\", name=\"gateway\", port=\"all\", site_name=\"Home (default)\", source=\"https://unifi-controller:8443\"}",
"targets": [
{
"expr": "unifipoller_device_uplink_speed_mbps{site_name=~\"$Site\", name=~\"$Gateway\"}",
@@ -857,6 +838,12 @@
],
"datasource": "${DS_PROMETHEUS}",
"decimals": 0,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"format": "none",
"gauge": {
"maxValue": 100,
@@ -889,7 +876,6 @@
"maxDataPoints": 100,
"nullPointMode": "connected",
"nullText": null,
- "options": {},
"postfix": "",
"postfixFontSize": "50%",
"prefix": "",
@@ -903,9 +889,7 @@
],
"scopedVars": {
"Site": {
- "selected": false,
- "text": "Home (default)",
- "value": "Home (default)"
+ "selected": false
}
},
"sparkline": {
@@ -914,7 +898,7 @@
"lineColor": "rgb(31, 120, 193)",
"show": true
},
- "tableColumn": "",
+ "tableColumn": "unifipoller_device_stations{instance=\"UniFi-Poller:9130\", job=\"unifipoller\", name=\"gateway\", site_name=\"Home (default)\", source=\"https://unifi-controller:8443\", station_type=\"desktop\", type=\"ugw\"}",
"targets": [
{
"expr": "unifipoller_device_stations{site_name=~\"$Site\", name=~\"$Gateway\",station_type=\"desktop\"}",
@@ -949,6 +933,12 @@
],
"datasource": "${DS_PROMETHEUS}",
"decimals": 0,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"format": "none",
"gauge": {
"maxValue": 100,
@@ -981,7 +971,6 @@
"maxDataPoints": 100,
"nullPointMode": "connected",
"nullText": null,
- "options": {},
"postfix": "",
"postfixFontSize": "50%",
"prefix": "",
@@ -995,9 +984,7 @@
],
"scopedVars": {
"Site": {
- "selected": false,
- "text": "Home (default)",
- "value": "Home (default)"
+ "selected": false
}
},
"sparkline": {
@@ -1006,7 +993,7 @@
"lineColor": "rgb(31, 120, 193)",
"show": true
},
- "tableColumn": "",
+ "tableColumn": "unifipoller_device_stations{instance=\"UniFi-Poller:9130\", job=\"unifipoller\", name=\"gateway\", site_name=\"Home (default)\", source=\"https://unifi-controller:8443\", station_type=\"user\", type=\"ugw\"}",
"targets": [
{
"expr": "unifipoller_device_stations{site_name=~\"$Site\", name=~\"$Gateway\",station_type=\"user\"}",
@@ -1040,6 +1027,12 @@
],
"datasource": "${DS_PROMETHEUS}",
"decimals": 0,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"format": "none",
"gauge": {
"maxValue": 100,
@@ -1072,7 +1065,6 @@
"maxDataPoints": 100,
"nullPointMode": "connected",
"nullText": null,
- "options": {},
"postfix": "",
"postfixFontSize": "50%",
"prefix": "",
@@ -1086,9 +1078,7 @@
],
"scopedVars": {
"Site": {
- "selected": false,
- "text": "Home (default)",
- "value": "Home (default)"
+ "selected": false
}
},
"sparkline": {
@@ -1097,7 +1087,7 @@
"lineColor": "rgb(31, 120, 193)",
"show": true
},
- "tableColumn": "",
+ "tableColumn": "unifipoller_device_stations{instance=\"UniFi-Poller:9130\", job=\"unifipoller\", name=\"gateway\", site_name=\"Home (default)\", source=\"https://unifi-controller:8443\", station_type=\"mobile\", type=\"ugw\"}",
"targets": [
{
"expr": "unifipoller_device_stations{site_name=~\"$Site\", name=~\"$Gateway\",station_type=\"mobile\"}",
@@ -1132,6 +1122,12 @@
],
"datasource": "${DS_PROMETHEUS}",
"decimals": 0,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"format": "none",
"gauge": {
"maxValue": 100,
@@ -1164,7 +1160,6 @@
"maxDataPoints": 100,
"nullPointMode": "connected",
"nullText": null,
- "options": {},
"postfix": "",
"postfixFontSize": "50%",
"prefix": "",
@@ -1178,9 +1173,7 @@
],
"scopedVars": {
"Site": {
- "selected": false,
- "text": "Home (default)",
- "value": "Home (default)"
+ "selected": false
}
},
"sparkline": {
@@ -1189,7 +1182,7 @@
"lineColor": "rgb(31, 120, 193)",
"show": true
},
- "tableColumn": "",
+ "tableColumn": "unifipoller_device_stations{instance=\"UniFi-Poller:9130\", job=\"unifipoller\", name=\"gateway\", site_name=\"Home (default)\", source=\"https://unifi-controller:8443\", station_type=\"guest\", type=\"ugw\"}",
"targets": [
{
"expr": "unifipoller_device_stations{site_name=~\"$Site\", name=~\"$Gateway\",station_type=\"guest\"}",
@@ -1223,6 +1216,12 @@
],
"datasource": "${DS_PROMETHEUS}",
"decimals": 0,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"format": "none",
"gauge": {
"maxValue": 100,
@@ -1255,7 +1254,6 @@
"maxDataPoints": 100,
"nullPointMode": "connected",
"nullText": null,
- "options": {},
"postfix": "",
"postfixFontSize": "50%",
"prefix": "",
@@ -1269,9 +1267,7 @@
],
"scopedVars": {
"Site": {
- "selected": false,
- "text": "Home (default)",
- "value": "Home (default)"
+ "selected": false
}
},
"sparkline": {
@@ -1280,7 +1276,7 @@
"lineColor": "rgb(31, 120, 193)",
"show": true
},
- "tableColumn": "",
+ "tableColumn": "unifipoller_device_stations{instance=\"UniFi-Poller:9130\", job=\"unifipoller\", name=\"gateway\", site_name=\"Home (default)\", source=\"https://unifi-controller:8443\", station_type=\"handheld\", type=\"ugw\"}",
"targets": [
{
"expr": "unifipoller_device_stations{site_name=~\"$Site\", name=~\"$Gateway\",station_type=\"handheld\"}",
@@ -1315,6 +1311,12 @@
"datasource": "${DS_PROMETHEUS}",
"editable": true,
"error": false,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
@@ -1351,9 +1353,7 @@
"renderer": "flot",
"scopedVars": {
"Site": {
- "selected": false,
- "text": "Home (default)",
- "value": "Home (default)"
+ "selected": false
}
},
"seriesOverrides": [
@@ -1444,6 +1444,12 @@
"description": "Spikes on this graph that are missing from the LAN graph indicate gateway-originated traffic, like a scheduled speed test. Rx is on the negative axis.",
"editable": true,
"error": false,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
@@ -1480,9 +1486,7 @@
"renderer": "flot",
"scopedVars": {
"Site": {
- "selected": false,
- "text": "Home (default)",
- "value": "Home (default)"
+ "selected": false
}
},
"seriesOverrides": [
@@ -1577,6 +1581,12 @@
"description": "Spikes on this graph that do not appear on the WAN graph indicate inter-VLAN-routing. Rx is on the negative axis.",
"editable": true,
"error": false,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
@@ -1613,9 +1623,7 @@
"renderer": "flot",
"scopedVars": {
"Site": {
- "selected": false,
- "text": "Home (default)",
- "value": "Home (default)"
+ "selected": false
}
},
"seriesOverrides": [
@@ -1697,6 +1705,12 @@
"description": "PPS on the WAN interface. Rx is on the negative axis.",
"editable": true,
"error": false,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
@@ -1735,9 +1749,7 @@
"renderer": "flot",
"scopedVars": {
"Site": {
- "selected": false,
- "text": "Home (default)",
- "value": "Home (default)"
+ "selected": false
}
},
"seriesOverrides": [
@@ -1820,6 +1832,12 @@
"description": "PPS on the LAN interface. Rx is on the negative axis.",
"editable": true,
"error": false,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
@@ -1858,9 +1876,7 @@
"renderer": "flot",
"scopedVars": {
"Site": {
- "selected": false,
- "text": "Home (default)",
- "value": "Home (default)"
+ "selected": false
}
},
"seriesOverrides": [
@@ -1945,6 +1961,12 @@
"description": "",
"editable": true,
"error": false,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 2,
"fillGradient": 0,
"gridPos": {
@@ -1982,9 +2004,7 @@
"renderer": "flot",
"scopedVars": {
"Site": {
- "selected": false,
- "text": "Home (default)",
- "value": "Home (default)"
+ "selected": false
}
},
"seriesOverrides": [
@@ -2080,6 +2100,12 @@
"description": "May show problems with your WAN interface. Rx on negative axis.",
"editable": true,
"error": false,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 2,
"fillGradient": 0,
"gridPos": {
@@ -2118,9 +2144,7 @@
"renderer": "flot",
"scopedVars": {
"Site": {
- "selected": false,
- "text": "Home (default)",
- "value": "Home (default)"
+ "selected": false
}
},
"seriesOverrides": [
@@ -2213,6 +2237,12 @@
"description": "",
"editable": true,
"error": false,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
@@ -2251,9 +2281,7 @@
"renderer": "flot",
"scopedVars": {
"Site": {
- "selected": false,
- "text": "Home (default)",
- "value": "Home (default)"
+ "selected": false
}
},
"seriesOverrides": [
@@ -2325,6 +2353,7 @@
},
{
"collapsed": true,
+ "datasource": "${DS_UNIFI_POLLER}",
"gridPos": {
"h": 1,
"w": 24,
@@ -2338,7 +2367,7 @@
}
],
"refresh": "1m",
- "schemaVersion": 22,
+ "schemaVersion": 25,
"style": "dark",
"tags": [
"unifi",
@@ -2351,14 +2380,14 @@
"allValue": ".*",
"current": {},
"datasource": "${DS_PROMETHEUS}",
- "definition": "label_values(unifipoller_device_info{type=~\"ugw|udm\"},source)",
+ "definition": "label_values(unifipoller_device_info{type=~\"udm|usg|ugw\"},source)",
"hide": 2,
"includeAll": true,
"label": "",
"multi": true,
"name": "Controller",
"options": [],
- "query": "label_values(unifipoller_device_info{type=~\"ugw|udm\"},source)",
+ "query": "label_values(unifipoller_device_info{type=~\"udm|usg|ugw\"},source)",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
@@ -2373,14 +2402,14 @@
"allValue": "",
"current": {},
"datasource": "${DS_PROMETHEUS}",
- "definition": "label_values(unifipoller_device_info{source=~\"$Controller\", type=~\"ugw|udm\"},site_name)",
+ "definition": "label_values(unifipoller_device_info{source=~\"$Controller\", type=~\"udm|usg|ugw\"},site_name)",
"hide": 0,
"includeAll": true,
"label": "",
"multi": true,
"name": "Site",
"options": [],
- "query": "label_values(unifipoller_device_info{source=~\"$Controller\", type=~\"ugw|udm\"},site_name)",
+ "query": "label_values(unifipoller_device_info{source=~\"$Controller\", type=~\"udm|usg|ugw\"},site_name)",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
@@ -2395,14 +2424,14 @@
"allValue": "",
"current": {},
"datasource": "${DS_PROMETHEUS}",
- "definition": "label_values(unifipoller_device_info{site_name=~\"$Site\", type=~\"udmp|udm|usg|ugw\"},name)",
+ "definition": "label_values(unifipoller_device_info{site_name=~\"$Site\", type=~\"udm|usg|ugw\"},name)",
"hide": 2,
"includeAll": true,
"label": "",
"multi": true,
"name": "Gateway",
"options": [],
- "query": "label_values(unifipoller_device_info{site_name=~\"$Site\", type=~\"udmp|udm|usg|ugw\"},name)",
+ "query": "label_values(unifipoller_device_info{site_name=~\"$Site\", type=~\"udm|usg|ugw\"},name)",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
@@ -2493,5 +2522,5 @@
"timezone": "browser",
"title": "UniFi-Poller: USG Insights - Prometheus",
"uid": "4Yo8IZ-Wk",
- "version": 31
+ "version": 36
}
diff --git a/v2.0.0/UniFi-Poller_ USW Insights - InfluxDB.json b/v2.0.0/UniFi-Poller_ USW Insights - InfluxDB.json
index 0184064..6d070cd 100644
--- a/v2.0.0/UniFi-Poller_ USW Insights - InfluxDB.json
+++ b/v2.0.0/UniFi-Poller_ USW Insights - InfluxDB.json
@@ -14,7 +14,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
- "version": "6.6.0"
+ "version": "7.0.3"
},
{
"type": "panel",
@@ -30,8 +30,8 @@
},
{
"type": "panel",
- "id": "table",
- "name": "Table",
+ "id": "table-old",
+ "name": "Table (old)",
"version": ""
}
],
@@ -48,12 +48,12 @@
}
]
},
- "description": "UniFi Poller v2.0 Displays detailed information for network switches in a UniFi network.",
+ "description": "UniFi Poller v2.0.1 Displays detailed information for network switches in a UniFi network.",
"editable": true,
"gnetId": 10417,
"graphTooltip": 1,
"id": null,
- "iteration": 1580615240821,
+ "iteration": 1592179735404,
"links": [
{
"asDropdown": true,
@@ -108,6 +108,12 @@
"datasource": "${DS_UNIFI_POLLER}",
"editable": true,
"error": false,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fontSize": "100%",
"gridPos": {
"h": 6,
@@ -118,7 +124,6 @@
"id": 1857,
"isNew": true,
"links": [],
- "options": {},
"pageSize": null,
"scroll": false,
"showHeader": true,
@@ -455,7 +460,7 @@
"title": "USW Details",
"transform": "table",
"transparent": true,
- "type": "table"
+ "type": "table-old"
},
{
"aliasColors": {
@@ -467,10 +472,16 @@
"dashes": false,
"datasource": "${DS_UNIFI_POLLER}",
"decimals": 1,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
- "h": 7,
+ "h": 10,
"w": 17,
"x": 0,
"y": 7
@@ -532,6 +543,7 @@
"type": "fill"
}
],
+ "hide": true,
"measurement": "usw",
"orderByTime": "ASC",
"policy": "default",
@@ -566,7 +578,7 @@
]
},
{
- "alias": "$tag_name Temperature F",
+ "alias": "$tag_name $col F",
"groupBy": [
{
"params": [
@@ -587,6 +599,7 @@
"type": "fill"
}
],
+ "hide": false,
"measurement": "usw",
"orderByTime": "ASC",
"policy": "default",
@@ -609,6 +622,225 @@
"*9/5+32"
],
"type": "math"
+ },
+ {
+ "params": [
+ "General Temp"
+ ],
+ "type": "alias"
+ }
+ ]
+ ],
+ "tags": [
+ {
+ "key": "site_name",
+ "operator": "=~",
+ "value": "/^$Site$/"
+ },
+ {
+ "condition": "AND",
+ "key": "name",
+ "operator": "=~",
+ "value": "/^$Switch$/"
+ }
+ ]
+ },
+ {
+ "alias": "$tag_name $col F",
+ "groupBy": [
+ {
+ "params": [
+ "$__interval"
+ ],
+ "type": "time"
+ },
+ {
+ "params": [
+ "name"
+ ],
+ "type": "tag"
+ },
+ {
+ "params": [
+ "null"
+ ],
+ "type": "fill"
+ }
+ ],
+ "measurement": "udm",
+ "orderByTime": "ASC",
+ "policy": "default",
+ "refId": "C",
+ "resultFormat": "time_series",
+ "select": [
+ [
+ {
+ "params": [
+ "temp_Local"
+ ],
+ "type": "field"
+ },
+ {
+ "params": [],
+ "type": "mean"
+ },
+ {
+ "params": [
+ "*9/5+32"
+ ],
+ "type": "math"
+ },
+ {
+ "params": [
+ "Local Temp"
+ ],
+ "type": "alias"
+ }
+ ],
+ [
+ {
+ "params": [
+ "temp_PHY"
+ ],
+ "type": "field"
+ },
+ {
+ "params": [],
+ "type": "mean"
+ },
+ {
+ "params": [
+ "*9/5+32"
+ ],
+ "type": "math"
+ },
+ {
+ "params": [
+ "Physical Temp"
+ ],
+ "type": "alias"
+ }
+ ],
+ [
+ {
+ "params": [
+ "temp_CPU"
+ ],
+ "type": "field"
+ },
+ {
+ "params": [],
+ "type": "mean"
+ },
+ {
+ "params": [
+ "*9/5+32"
+ ],
+ "type": "math"
+ },
+ {
+ "params": [
+ "CPU Temp"
+ ],
+ "type": "alias"
+ }
+ ]
+ ],
+ "tags": [
+ {
+ "key": "site_name",
+ "operator": "=~",
+ "value": "/^$Site$/"
+ },
+ {
+ "condition": "AND",
+ "key": "name",
+ "operator": "=~",
+ "value": "/^$Switch$/"
+ }
+ ]
+ },
+ {
+ "alias": "$tag_name $col C",
+ "groupBy": [
+ {
+ "params": [
+ "$__interval"
+ ],
+ "type": "time"
+ },
+ {
+ "params": [
+ "name"
+ ],
+ "type": "tag"
+ },
+ {
+ "params": [
+ "null"
+ ],
+ "type": "fill"
+ }
+ ],
+ "hide": true,
+ "measurement": "udm",
+ "orderByTime": "ASC",
+ "policy": "default",
+ "refId": "D",
+ "resultFormat": "time_series",
+ "select": [
+ [
+ {
+ "params": [
+ "temp_Local"
+ ],
+ "type": "field"
+ },
+ {
+ "params": [],
+ "type": "mean"
+ },
+ {
+ "params": [
+ "Local Temp"
+ ],
+ "type": "alias"
+ }
+ ],
+ [
+ {
+ "params": [
+ "temp_PHY"
+ ],
+ "type": "field"
+ },
+ {
+ "params": [],
+ "type": "mean"
+ },
+ {
+ "params": [
+ "Physical Temp"
+ ],
+ "type": "alias"
+ }
+ ],
+ [
+ {
+ "params": [
+ "temp_CPU"
+ ],
+ "type": "field"
+ },
+ {
+ "params": [],
+ "type": "mean"
+ },
+ {
+ "params": [
+ "CPU Temp"
+ ],
+ "type": "alias"
}
]
],
@@ -647,15 +879,17 @@
},
"yaxes": [
{
+ "$$hashKey": "object:1189",
"decimals": 1,
"format": "celsius",
"label": "Celcius",
"logBase": 1,
"max": null,
"min": null,
- "show": true
+ "show": false
},
{
+ "$$hashKey": "object:1190",
"decimals": null,
"format": "fahrenheit",
"label": "Farenheit",
@@ -679,10 +913,16 @@
"dashes": false,
"datasource": "${DS_UNIFI_POLLER}",
"decimals": 0,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
- "h": 7,
+ "h": 10,
"w": 7,
"x": 17,
"y": 7
@@ -775,6 +1015,128 @@
"value": "/^$Switch$/"
}
]
+ },
+ {
+ "alias": "$tag_name $col",
+ "groupBy": [
+ {
+ "params": [
+ "$__interval"
+ ],
+ "type": "time"
+ },
+ {
+ "params": [
+ "name"
+ ],
+ "type": "tag"
+ },
+ {
+ "params": [
+ "null"
+ ],
+ "type": "fill"
+ }
+ ],
+ "measurement": "uap",
+ "orderByTime": "ASC",
+ "policy": "default",
+ "refId": "B",
+ "resultFormat": "time_series",
+ "select": [
+ [
+ {
+ "params": [
+ "mem"
+ ],
+ "type": "field"
+ },
+ {
+ "params": [],
+ "type": "mean"
+ },
+ {
+ "params": [
+ "Total"
+ ],
+ "type": "alias"
+ }
+ ]
+ ],
+ "tags": [
+ {
+ "key": "site_name",
+ "operator": "=~",
+ "value": "/^$Site$/"
+ },
+ {
+ "condition": "AND",
+ "key": "name",
+ "operator": "=~",
+ "value": "/^$Switch$/"
+ }
+ ]
+ },
+ {
+ "alias": "$tag_name $col",
+ "groupBy": [
+ {
+ "params": [
+ "$__interval"
+ ],
+ "type": "time"
+ },
+ {
+ "params": [
+ "name"
+ ],
+ "type": "tag"
+ },
+ {
+ "params": [
+ "null"
+ ],
+ "type": "fill"
+ }
+ ],
+ "measurement": "udm",
+ "orderByTime": "ASC",
+ "policy": "default",
+ "refId": "C",
+ "resultFormat": "time_series",
+ "select": [
+ [
+ {
+ "params": [
+ "mem"
+ ],
+ "type": "field"
+ },
+ {
+ "params": [],
+ "type": "mean"
+ },
+ {
+ "params": [
+ "Total"
+ ],
+ "type": "alias"
+ }
+ ]
+ ],
+ "tags": [
+ {
+ "key": "site_name",
+ "operator": "=~",
+ "value": "/^$Site$/"
+ },
+ {
+ "condition": "AND",
+ "key": "name",
+ "operator": "=~",
+ "value": "/^$Switch$/"
+ }
+ ]
}
],
"thresholds": [],
@@ -797,6 +1159,7 @@
},
"yaxes": [
{
+ "$$hashKey": "object:1330",
"decimals": 0,
"format": "percent",
"label": "",
@@ -806,6 +1169,7 @@
"show": true
},
{
+ "$$hashKey": "object:1331",
"format": "short",
"label": null,
"logBase": 1,
@@ -832,13 +1196,19 @@
"dashes": false,
"datasource": "${DS_UNIFI_POLLER}",
"decimals": null,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
- "h": 8,
+ "h": 11,
"w": 17,
"x": 0,
- "y": 14
+ "y": 17
},
"hiddenSeries": false,
"id": 1150,
@@ -928,7 +1298,7 @@
[
{
"params": [
- "loadavg_5"
+ "loadavg_15"
],
"type": "field"
},
@@ -938,11 +1308,115 @@
},
{
"params": [
- "Load 5"
+ "Load 15"
],
"type": "alias"
}
- ],
+ ]
+ ],
+ "tags": [
+ {
+ "key": "site_name",
+ "operator": "=~",
+ "value": "/^$Site$/"
+ },
+ {
+ "condition": "AND",
+ "key": "name",
+ "operator": "=~",
+ "value": "/^$Switch$/"
+ }
+ ]
+ },
+ {
+ "alias": "$tag_name $col",
+ "groupBy": [
+ {
+ "params": [
+ "$__interval"
+ ],
+ "type": "time"
+ },
+ {
+ "params": [
+ "name"
+ ],
+ "type": "tag"
+ },
+ {
+ "params": [
+ "null"
+ ],
+ "type": "fill"
+ }
+ ],
+ "measurement": "uap",
+ "orderByTime": "ASC",
+ "policy": "default",
+ "refId": "B",
+ "resultFormat": "time_series",
+ "select": [
+ [
+ {
+ "params": [
+ "loadavg_15"
+ ],
+ "type": "field"
+ },
+ {
+ "params": [],
+ "type": "mean"
+ },
+ {
+ "params": [
+ "Load 15"
+ ],
+ "type": "alias"
+ }
+ ]
+ ],
+ "tags": [
+ {
+ "key": "site_name",
+ "operator": "=~",
+ "value": "/^$Site$/"
+ },
+ {
+ "condition": "AND",
+ "key": "name",
+ "operator": "=~",
+ "value": "/^$Switch$/"
+ }
+ ]
+ },
+ {
+ "alias": "$tag_name $col",
+ "groupBy": [
+ {
+ "params": [
+ "$__interval"
+ ],
+ "type": "time"
+ },
+ {
+ "params": [
+ "name"
+ ],
+ "type": "tag"
+ },
+ {
+ "params": [
+ "null"
+ ],
+ "type": "fill"
+ }
+ ],
+ "measurement": "udm",
+ "orderByTime": "ASC",
+ "policy": "default",
+ "refId": "C",
+ "resultFormat": "time_series",
+ "select": [
[
{
"params": [
@@ -997,6 +1471,7 @@
},
"yaxes": [
{
+ "$$hashKey": "object:355",
"decimals": null,
"format": "short",
"label": null,
@@ -1006,6 +1481,7 @@
"show": true
},
{
+ "$$hashKey": "object:356",
"format": "short",
"label": null,
"logBase": 1,
@@ -1028,13 +1504,19 @@
"dashes": false,
"datasource": "${DS_UNIFI_POLLER}",
"decimals": null,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
- "h": 8,
+ "h": 11,
"w": 7,
"x": 17,
- "y": 14
+ "y": 17
},
"hiddenSeries": false,
"id": 1169,
@@ -1124,6 +1606,128 @@
"value": "/^$Switch$/"
}
]
+ },
+ {
+ "alias": "$tag_name $col",
+ "groupBy": [
+ {
+ "params": [
+ "$__interval"
+ ],
+ "type": "time"
+ },
+ {
+ "params": [
+ "name"
+ ],
+ "type": "tag"
+ },
+ {
+ "params": [
+ "null"
+ ],
+ "type": "fill"
+ }
+ ],
+ "measurement": "uap",
+ "orderByTime": "ASC",
+ "policy": "default",
+ "refId": "B",
+ "resultFormat": "time_series",
+ "select": [
+ [
+ {
+ "params": [
+ "cpu"
+ ],
+ "type": "field"
+ },
+ {
+ "params": [],
+ "type": "mean"
+ },
+ {
+ "params": [
+ "CPU %"
+ ],
+ "type": "alias"
+ }
+ ]
+ ],
+ "tags": [
+ {
+ "key": "site_name",
+ "operator": "=~",
+ "value": "/^$Site$/"
+ },
+ {
+ "condition": "AND",
+ "key": "name",
+ "operator": "=~",
+ "value": "/^$Switch$/"
+ }
+ ]
+ },
+ {
+ "alias": "$tag_name $col",
+ "groupBy": [
+ {
+ "params": [
+ "$__interval"
+ ],
+ "type": "time"
+ },
+ {
+ "params": [
+ "name"
+ ],
+ "type": "tag"
+ },
+ {
+ "params": [
+ "null"
+ ],
+ "type": "fill"
+ }
+ ],
+ "measurement": "udm",
+ "orderByTime": "ASC",
+ "policy": "default",
+ "refId": "C",
+ "resultFormat": "time_series",
+ "select": [
+ [
+ {
+ "params": [
+ "cpu"
+ ],
+ "type": "field"
+ },
+ {
+ "params": [],
+ "type": "mean"
+ },
+ {
+ "params": [
+ "CPU %"
+ ],
+ "type": "alias"
+ }
+ ]
+ ],
+ "tags": [
+ {
+ "key": "site_name",
+ "operator": "=~",
+ "value": "/^$Site$/"
+ },
+ {
+ "condition": "AND",
+ "key": "name",
+ "operator": "=~",
+ "value": "/^$Switch$/"
+ }
+ ]
}
],
"thresholds": [],
@@ -1146,6 +1750,7 @@
},
"yaxes": [
{
+ "$$hashKey": "object:1812",
"decimals": null,
"format": "percent",
"label": "CPU %",
@@ -1155,6 +1760,7 @@
"show": true
},
{
+ "$$hashKey": "object:1813",
"format": "short",
"label": null,
"logBase": 1,
@@ -1175,13 +1781,19 @@
"dashes": false,
"datasource": "${DS_UNIFI_POLLER}",
"description": "Shows data transferred for ports: Selected Switch ports. Rx is on the negative axis.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 17,
"w": 24,
"x": 0,
- "y": 22
+ "y": 28
},
"hiddenSeries": false,
"id": 135,
@@ -1338,6 +1950,7 @@
},
"yaxes": [
{
+ "$$hashKey": "object:2225",
"format": "Bps",
"label": "Bytes Per Second",
"logBase": 1,
@@ -1346,6 +1959,7 @@
"show": true
},
{
+ "$$hashKey": "object:2226",
"format": "short",
"label": null,
"logBase": 1,
@@ -1363,16 +1977,21 @@
"columns": [],
"datasource": "${DS_UNIFI_POLLER}",
"description": "This panel displays lifetime totals and current data as of now.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fontSize": "90%",
"gridPos": {
"h": 21,
"w": 24,
"x": 0,
- "y": 39
+ "y": 45
},
"id": 214,
"links": [],
- "options": {},
"pageSize": null,
"scroll": true,
"showHeader": true,
@@ -1910,7 +2529,7 @@
"title": "All Port Information",
"transform": "table",
"transparent": true,
- "type": "table"
+ "type": "table-old"
},
{
"collapsed": true,
@@ -1919,7 +2538,7 @@
"h": 1,
"w": 24,
"x": 0,
- "y": 60
+ "y": 66
},
"id": 4,
"panels": [
@@ -1927,22 +2546,27 @@
"columns": [],
"datasource": "${DS_UNIFI_POLLER}",
"description": "If you do not see data here, the port is probably not up!",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fontSize": "90%",
"gridPos": {
"h": 3,
"w": 24,
"x": 0,
- "y": 2
+ "y": 61
},
"id": 291,
"links": [],
- "options": {},
"pageSize": null,
"scopedVars": {
"Port": {
"selected": false,
- "text": "switch Port 2",
- "value": "switch Port 2"
+ "text": "switch Port 1",
+ "value": "switch Port 1"
}
},
"scroll": true,
@@ -2388,7 +3012,7 @@
],
"title": "Switch $Port Information",
"transform": "table",
- "type": "table"
+ "type": "table-old"
},
{
"aliasColors": {
@@ -2400,13 +3024,19 @@
"dashes": false,
"datasource": "${DS_UNIFI_POLLER}",
"description": "Shows data transfer rate per second for Switch $Port. TX on positive axis and RX on negative axis.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 9,
"w": 24,
"x": 0,
- "y": 5
+ "y": 64
},
"hiddenSeries": false,
"id": 1396,
@@ -2435,8 +3065,8 @@
"scopedVars": {
"Port": {
"selected": false,
- "text": "switch Port 2",
- "value": "switch Port 2"
+ "text": "switch Port 1",
+ "value": "switch Port 1"
}
},
"seriesOverrides": [
@@ -2595,13 +3225,19 @@
"dashes": false,
"datasource": "${DS_UNIFI_POLLER}",
"description": "Shows broadcast and multicast packets per second for Switch $Port. TX on positive axis and RX on negative axis.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 7,
"w": 12,
"x": 0,
- "y": 14
+ "y": 73
},
"hiddenSeries": false,
"id": 594,
@@ -2630,8 +3266,8 @@
"scopedVars": {
"Port": {
"selected": false,
- "text": "switch Port 2",
- "value": "switch Port 2"
+ "text": "switch Port 1",
+ "value": "switch Port 1"
}
},
"seriesOverrides": [
@@ -2815,13 +3451,19 @@
"datasource": "${DS_UNIFI_POLLER}",
"decimals": 0,
"description": "Shows errors and dropped packets for Switch $Port. RX on negative axis.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 7,
"w": 12,
"x": 12,
- "y": 14
+ "y": 73
},
"hiddenSeries": false,
"id": 367,
@@ -2850,8 +3492,8 @@
"scopedVars": {
"Port": {
"selected": false,
- "text": "switch Port 2",
- "value": "switch Port 2"
+ "text": "switch Port 1",
+ "value": "switch Port 1"
}
},
"seriesOverrides": [
@@ -3059,13 +3701,19 @@
"dashes": false,
"datasource": "${DS_UNIFI_POLLER}",
"description": "Shows packet counters for Switch $Port. TX on positive axis and RX on negative axis.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 7,
"w": 12,
"x": 0,
- "y": 21
+ "y": 80
},
"hiddenSeries": false,
"id": 468,
@@ -3094,8 +3742,8 @@
"scopedVars": {
"Port": {
"selected": false,
- "text": "switch Port 2",
- "value": "switch Port 2"
+ "text": "switch Port 1",
+ "value": "switch Port 1"
}
},
"seriesOverrides": [
@@ -3254,13 +3902,19 @@
"dashes": false,
"datasource": "${DS_UNIFI_POLLER}",
"description": "Display POE Power for Switch $Port.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 7,
"w": 4,
"x": 12,
- "y": 21
+ "y": 80
},
"hiddenSeries": false,
"id": 745,
@@ -3289,8 +3943,8 @@
"scopedVars": {
"Port": {
"selected": false,
- "text": "switch Port 2",
- "value": "switch Port 2"
+ "text": "switch Port 1",
+ "value": "switch Port 1"
}
},
"seriesOverrides": [],
@@ -3408,13 +4062,19 @@
"dashes": false,
"datasource": "${DS_UNIFI_POLLER}",
"description": "Display POE Voltage for Switch $Port.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 7,
"w": 4,
"x": 16,
- "y": 21
+ "y": 80
},
"hiddenSeries": false,
"id": 921,
@@ -3443,8 +4103,8 @@
"scopedVars": {
"Port": {
"selected": false,
- "text": "switch Port 2",
- "value": "switch Port 2"
+ "text": "switch Port 1",
+ "value": "switch Port 1"
}
},
"seriesOverrides": [],
@@ -3562,13 +4222,19 @@
"dashes": false,
"datasource": "${DS_UNIFI_POLLER}",
"description": "Display POE Current for Switch $Port.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 7,
"w": 4,
"x": 20,
- "y": 21
+ "y": 80
},
"hiddenSeries": false,
"id": 922,
@@ -3597,8 +4263,8 @@
"scopedVars": {
"Port": {
"selected": false,
- "text": "switch Port 2",
- "value": "switch Port 2"
+ "text": "switch Port 1",
+ "value": "switch Port 1"
}
},
"seriesOverrides": [],
@@ -3716,7 +4382,7 @@
}
],
"refresh": false,
- "schemaVersion": 22,
+ "schemaVersion": 25,
"style": "dark",
"tags": [
"unifi",
@@ -3729,14 +4395,14 @@
"allValue": ".*",
"current": {},
"datasource": "${DS_UNIFI_POLLER}",
- "definition": "show tag values from \"usw\" with key=\"source\"",
+ "definition": "show tag values from \"usw_ports\" with key=\"source\"",
"hide": 2,
"includeAll": true,
"label": null,
"multi": true,
"name": "Controller",
"options": [],
- "query": "show tag values from \"usw\" with key=\"source\"",
+ "query": "show tag values from \"usw_ports\" with key=\"source\"",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
@@ -3751,14 +4417,14 @@
"allValue": "",
"current": {},
"datasource": "${DS_UNIFI_POLLER}",
- "definition": "show tag values from \"usw\" with key=\"site_name\" WHERE source =~ /^$Controller$/",
+ "definition": "show tag values from \"usw_ports\" with key=\"site_name\" WHERE source =~ /^$Controller$/ ",
"hide": 0,
"includeAll": true,
"label": null,
"multi": true,
"name": "Site",
"options": [],
- "query": "show tag values from \"usw\" with key=\"site_name\" WHERE source =~ /^$Controller$/",
+ "query": "show tag values from \"usw_ports\" with key=\"site_name\" WHERE source =~ /^$Controller$/ ",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
@@ -3769,18 +4435,60 @@
"type": "query",
"useTags": false
},
+ {
+ "allValue": ".*",
+ "current": {
+ "selected": true,
+ "tags": [],
+ "text": "All",
+ "value": [
+ "$__all"
+ ]
+ },
+ "hide": 0,
+ "includeAll": true,
+ "label": null,
+ "multi": true,
+ "name": "Devices",
+ "options": [
+ {
+ "selected": true,
+ "text": "All",
+ "value": "$__all"
+ },
+ {
+ "selected": false,
+ "text": "uap",
+ "value": "uap"
+ },
+ {
+ "selected": false,
+ "text": "udm",
+ "value": "udm"
+ },
+ {
+ "selected": false,
+ "text": "usw",
+ "value": "usw"
+ }
+ ],
+ "query": "uap,udm,usw",
+ "queryValue": "",
+ "skipUrlSync": false,
+ "type": "custom"
+ },
{
"allValue": "",
"current": {},
"datasource": "${DS_UNIFI_POLLER}",
- "definition": "show tag values from \"usw_ports\" with key=\"device_name\" where site_name =~ /^$Site$/",
+ "definition": "show tag values from \"usw_ports\" with key=\"device_name\" where site_name =~ /^$Site$/ AND type=~/^$Devices$/",
"hide": 0,
"includeAll": true,
"label": null,
"multi": true,
"name": "Switch",
"options": [],
- "query": "show tag values from \"usw_ports\" with key=\"device_name\" where site_name =~ /^$Site$/",
+ "query": "show tag values from \"usw_ports\" with key=\"device_name\" where site_name =~ /^$Site$/ AND type=~/^$Devices$/",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
@@ -3845,5 +4553,5 @@
"timezone": "browser",
"title": "UniFi-Poller: USW Insights - InfluxDB",
"uid": "HIKZ98GZz",
- "version": 15
+ "version": 21
}
\ No newline at end of file
diff --git a/v2.0.0/UniFi-Poller_ USW Insights - Prometheus.json b/v2.0.0/UniFi-Poller_ USW Insights - Prometheus.json
index 905cf68..22c5937 100644
--- a/v2.0.0/UniFi-Poller_ USW Insights - Prometheus.json
+++ b/v2.0.0/UniFi-Poller_ USW Insights - Prometheus.json
@@ -14,7 +14,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
- "version": "6.6.0"
+ "version": "7.0.3"
},
{
"type": "panel",
@@ -30,8 +30,8 @@
},
{
"type": "panel",
- "id": "table",
- "name": "Table",
+ "id": "table-old",
+ "name": "Table (old)",
"version": ""
}
],
@@ -48,12 +48,12 @@
}
]
},
- "description": "UniFi Poller v2.0 Displays detailed information for network switches in a UniFi network using Prometheus.",
+ "description": "UniFi Poller v2.0.1 Displays detailed information for network switches in a UniFi network using Prometheus.",
"editable": true,
"gnetId": 11312,
"graphTooltip": 1,
"id": null,
- "iteration": 1580615469479,
+ "iteration": 1592125490470,
"links": [
{
"asDropdown": true,
@@ -91,6 +91,7 @@
"panels": [
{
"collapsed": false,
+ "datasource": "${DS_UNIFI_POLLER}",
"gridPos": {
"h": 1,
"w": 24,
@@ -105,8 +106,15 @@
{
"columns": [],
"datasource": "${DS_PROMETHEUS}",
+ "description": "If you have access points and gateways they will also show up here because they have switch ports.",
"editable": true,
"error": false,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fontSize": "100%",
"gridPos": {
"h": 6,
@@ -117,7 +125,6 @@
"id": 2297,
"isNew": true,
"links": [],
- "options": {},
"pageSize": null,
"scroll": false,
"showHeader": true,
@@ -127,6 +134,7 @@
},
"styles": [
{
+ "$$hashKey": "object:10978",
"alias": "",
"align": "auto",
"colorMode": null,
@@ -143,6 +151,7 @@
"unit": "short"
},
{
+ "$$hashKey": "object:10979",
"alias": "",
"align": "auto",
"colorMode": null,
@@ -153,12 +162,13 @@
],
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
- "pattern": "Value",
+ "pattern": "Value #A",
"thresholds": [],
"type": "hidden",
"unit": "dtdurations"
},
{
+ "$$hashKey": "object:10980",
"alias": "Name",
"align": "auto",
"colorMode": null,
@@ -180,22 +190,7 @@
"unit": "short"
},
{
- "alias": "ID",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "pattern": "id",
- "thresholds": [],
- "type": "string",
- "unit": "short"
- },
- {
+ "$$hashKey": "object:10982",
"alias": "Model",
"align": "auto",
"colorMode": null,
@@ -212,6 +207,7 @@
"unit": "short"
},
{
+ "$$hashKey": "object:10983",
"alias": "Device MAC",
"align": "auto",
"colorMode": null,
@@ -228,7 +224,8 @@
"unit": "short"
},
{
- "alias": "Unifi Serial #",
+ "$$hashKey": "object:10984",
+ "alias": "UniFi Serial #",
"align": "auto",
"colorMode": null,
"colors": [
@@ -244,6 +241,7 @@
"unit": "short"
},
{
+ "$$hashKey": "object:10985",
"alias": "Site",
"align": "auto",
"colorMode": null,
@@ -260,6 +258,7 @@
"unit": "short"
},
{
+ "$$hashKey": "object:10986",
"alias": "Version",
"align": "auto",
"colorMode": null,
@@ -276,57 +275,7 @@
"unit": "short"
},
{
- "alias": "",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "mappingType": 1,
- "pattern": "__name__",
- "thresholds": [],
- "type": "hidden",
- "unit": "short"
- },
- {
- "alias": "",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "mappingType": 1,
- "pattern": "instance",
- "thresholds": [],
- "type": "hidden",
- "unit": "short"
- },
- {
- "alias": "",
- "align": "auto",
- "colorMode": null,
- "colors": [
- "rgba(245, 54, 54, 0.9)",
- "rgba(237, 129, 40, 0.89)",
- "rgba(50, 172, 45, 0.97)"
- ],
- "dateFormat": "YYYY-MM-DD HH:mm:ss",
- "decimals": 2,
- "mappingType": 1,
- "pattern": "job",
- "thresholds": [],
- "type": "hidden",
- "unit": "short"
- },
- {
+ "$$hashKey": "object:10990",
"alias": "IP",
"align": "auto",
"colorMode": null,
@@ -344,6 +293,7 @@
"unit": "short"
},
{
+ "$$hashKey": "object:10991",
"alias": "Type",
"align": "auto",
"colorMode": null,
@@ -361,6 +311,7 @@
"unit": "short"
},
{
+ "$$hashKey": "object:10992",
"alias": "Data",
"align": "auto",
"colorMode": null,
@@ -372,12 +323,13 @@
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"mappingType": 1,
- "pattern": "bytes",
+ "pattern": "Value #C",
"thresholds": [],
"type": "number",
"unit": "decbytes"
},
{
+ "$$hashKey": "object:10993",
"alias": "Uptime",
"align": "auto",
"colorMode": null,
@@ -389,12 +341,13 @@
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"mappingType": 1,
- "pattern": "uptime",
+ "pattern": "Value #B",
"thresholds": [],
"type": "number",
"unit": "s"
},
{
+ "$$hashKey": "object:10994",
"alias": "Controller",
"align": "auto",
"colorMode": null,
@@ -408,22 +361,40 @@
"mappingType": 1,
"pattern": "source",
"thresholds": [],
- "type": "string",
+ "type": "hidden",
"unit": "short"
}
],
"targets": [
{
- "expr": "unifipoller_device_info{site_name=~\"$Site\", name=~\"$Switch\",type=~\"usw|udm|udmp\"}",
+ "expr": "sum by (ip,mac,model,name,serial,site_name,type,version,source) (unifipoller_device_info{site_name=~\"$Site\", name=~\"$Switch\"})",
"format": "table",
"instant": true,
+ "interval": "",
+ "legendFormat": "",
"refId": "A"
+ },
+ {
+ "expr": "sum by (ip,mac,model,name,serial,site_name,type,version,source) (unifipoller_device_uptime_seconds{site_name=~\"$Site\", name=~\"$Switch\"})",
+ "format": "table",
+ "instant": true,
+ "interval": "",
+ "legendFormat": "",
+ "refId": "B"
+ },
+ {
+ "expr": "sum by (ip,mac,model,name,serial,site_name,type,version,source) (unifipoller_device_bytes_total{site_name=~\"$Site\", name=~\"$Switch\"})",
+ "format": "table",
+ "instant": true,
+ "interval": "",
+ "legendFormat": "",
+ "refId": "C"
}
],
"timeFrom": null,
"title": "Switch Details",
"transform": "table",
- "type": "table"
+ "type": "table-old"
},
{
"aliasColors": {
@@ -435,6 +406,13 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"decimals": 1,
+ "description": "",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
@@ -470,6 +448,7 @@
"renderer": "flot",
"seriesOverrides": [
{
+ "$$hashKey": "object:11469",
"alias": "/F$/",
"yaxis": 2
}
@@ -479,15 +458,17 @@
"steppedLine": false,
"targets": [
{
- "expr": "unifipoller_device_temperature_celsius{site_name=~\"$Site\",name=~\"$Switch\",type=~\"usw|udm|udmp\"}",
+ "expr": "sum by (name,temp_area,temp_type) (unifipoller_device_temperature_celsius{site_name=~\"$Site\",name=~\"$Switch\"})",
"interval": "$Smooth",
- "legendFormat": "{{name}} C",
+ "legendFormat": "{{name}} {{temp_area}} {{temp_type}} C ",
"refId": "A"
},
{
- "expr": "unifipoller_device_temperature_celsius{site_name=~\"$Site\",name=~\"$Switch\",type=~\"usw|udm|udmp\"}*9/5+32",
+ "expr": "sum by (name,temp_area,temp_type) (unifipoller_device_temperature_celsius{site_name=~\"$Site\",name=~\"$Switch\"}*9/5+32)",
+ "hide": false,
+ "instant": false,
"interval": "$Smooth",
- "legendFormat": "{{name}} F",
+ "legendFormat": "{{name}} {{temp_area}} {{temp_type}} F",
"refId": "B"
}
],
@@ -495,9 +476,9 @@
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
- "title": "Switch Tmperature",
+ "title": "Device Temperature(s)",
"tooltip": {
- "shared": false,
+ "shared": true,
"sort": 0,
"value_type": "individual"
},
@@ -511,6 +492,7 @@
},
"yaxes": [
{
+ "$$hashKey": "object:11514",
"decimals": 1,
"format": "celsius",
"label": "Celcius",
@@ -520,7 +502,8 @@
"show": true
},
{
- "decimals": null,
+ "$$hashKey": "object:11515",
+ "decimals": 1,
"format": "fahrenheit",
"label": "Farenheit",
"logBase": 1,
@@ -545,6 +528,12 @@
"datasource": "${DS_PROMETHEUS}",
"decimals": 0,
"description": "",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -645,6 +634,12 @@
"datasource": "${DS_PROMETHEUS}",
"editable": true,
"error": false,
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
@@ -697,19 +692,21 @@
"steppedLine": false,
"targets": [
{
- "expr": "unifipoller_device_load_average_1{site_name=~\"$Site\",name=~\"$Switch\",type=~\"usw|udm|udmp\"}",
+ "expr": "unifipoller_device_load_average_1{site_name=~\"$Site\",name=~\"$Switch\"}",
"interval": "$Smooth",
"legendFormat": "{{name}} load1",
"refId": "A"
},
{
- "expr": "unifipoller_device_load_average_5{site_name=~\"$Site\",name=~\"$Switch\",type=~\"usw|udm|udmp\"}",
+ "expr": "unifipoller_device_load_average_5{site_name=~\"$Site\",name=~\"$Switch\"}",
+ "hide": true,
"interval": "$Smooth",
"legendFormat": "{{name}} load5",
"refId": "B"
},
{
- "expr": "unifipoller_device_load_average_15{site_name=~\"$Site\",name=~\"$Switch\",type=~\"usw|udm|udmp\"}",
+ "expr": "unifipoller_device_load_average_15{site_name=~\"$Site\",name=~\"$Switch\"}",
+ "hide": false,
"interval": "$Smooth",
"legendFormat": "{{name}} load15",
"refId": "C"
@@ -719,7 +716,7 @@
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
- "title": "USW Load Average",
+ "title": "Device Load Average",
"tooltip": {
"msResolution": false,
"shared": true,
@@ -737,6 +734,7 @@
},
"yaxes": [
{
+ "$$hashKey": "object:13149",
"format": "none",
"label": null,
"logBase": 1,
@@ -745,6 +743,7 @@
"show": true
},
{
+ "$$hashKey": "object:13150",
"format": "short",
"label": null,
"logBase": 1,
@@ -769,6 +768,12 @@
"datasource": "${DS_PROMETHEUS}",
"decimals": 0,
"description": "",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 0,
"fillGradient": 0,
"gridPos": {
@@ -863,6 +868,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Shows data transferred for selected switch ports.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
@@ -968,6 +979,12 @@
"columns": [],
"datasource": "${DS_PROMETHEUS}",
"description": "This panel displays lifetime totals and current data as of now.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fontSize": "90%",
"gridPos": {
"h": 21,
@@ -977,7 +994,6 @@
},
"id": 214,
"links": [],
- "options": {},
"pageSize": null,
"scroll": true,
"showHeader": true,
@@ -1490,10 +1506,11 @@
"title": "All Port Information",
"transform": "table",
"transparent": true,
- "type": "table"
+ "type": "table-old"
},
{
"collapsed": true,
+ "datasource": "${DS_UNIFI_POLLER}",
"gridPos": {
"h": 1,
"w": 24,
@@ -1506,6 +1523,12 @@
"columns": [],
"datasource": "${DS_PROMETHEUS}",
"description": "These are total \"lifetime\" counters.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fontSize": "90%",
"gridPos": {
"h": 3,
@@ -1515,13 +1538,10 @@
},
"id": 291,
"links": [],
- "options": {},
"pageSize": null,
"scopedVars": {
"Port": {
- "selected": false,
- "text": "switch Port 6",
- "value": "switch Port 6"
+ "selected": false
}
},
"scroll": true,
@@ -1811,7 +1831,7 @@
],
"title": "Switch $Port Information",
"transform": "timeseries_to_columns",
- "type": "table"
+ "type": "table-old"
},
{
"aliasColors": {},
@@ -1820,6 +1840,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Shows data transfer rate per second for Switch $Port. TX on positive axis and RX on negative axis.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
@@ -1854,9 +1880,7 @@
"renderer": "flot",
"scopedVars": {
"Port": {
- "selected": false,
- "text": "switch Port 6",
- "value": "switch Port 6"
+ "selected": false
}
},
"seriesOverrides": [
@@ -1930,6 +1954,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Shows broadcast and multicast packets per second for Switch $Port. TX on positive axis and RX on negative axis.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
@@ -1964,9 +1994,7 @@
"renderer": "flot",
"scopedVars": {
"Port": {
- "selected": false,
- "text": "switch Port 6",
- "value": "switch Port 6"
+ "selected": false
}
},
"seriesOverrides": [
@@ -2053,6 +2081,12 @@
"datasource": "${DS_PROMETHEUS}",
"decimals": null,
"description": "Shows errors and dropped packets for Switch $Port. RX on negative axis.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
@@ -2088,9 +2122,7 @@
"renderer": "flot",
"scopedVars": {
"Port": {
- "selected": false,
- "text": "switch Port 6",
- "value": "switch Port 6"
+ "selected": false
}
},
"seriesOverrides": [
@@ -2148,6 +2180,7 @@
},
"yaxes": [
{
+ "$$hashKey": "object:4320",
"decimals": null,
"format": "pps",
"label": "packets per second",
@@ -2157,6 +2190,7 @@
"show": true
},
{
+ "$$hashKey": "object:4321",
"format": "short",
"label": null,
"logBase": 1,
@@ -2177,6 +2211,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Shows packet counters for Switch $Port. TX on positive axis and RX on negative axis.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
@@ -2211,9 +2251,7 @@
"renderer": "flot",
"scopedVars": {
"Port": {
- "selected": false,
- "text": "switch Port 6",
- "value": "switch Port 6"
+ "selected": false
}
},
"seriesOverrides": [
@@ -2287,6 +2325,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Display POE Power for Switch $Port.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
@@ -2321,9 +2365,7 @@
"renderer": "flot",
"scopedVars": {
"Port": {
- "selected": false,
- "text": "switch Port 6",
- "value": "switch Port 6"
+ "selected": false
}
},
"seriesOverrides": [],
@@ -2386,6 +2428,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Display POE Voltage for Switch $Port.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
@@ -2421,9 +2469,7 @@
"renderer": "flot",
"scopedVars": {
"Port": {
- "selected": false,
- "text": "switch Port 6",
- "value": "switch Port 6"
+ "selected": false
}
},
"seriesOverrides": [],
@@ -2486,6 +2532,12 @@
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Display POE Current for Switch $Port.",
+ "fieldConfig": {
+ "defaults": {
+ "custom": {}
+ },
+ "overrides": []
+ },
"fill": 1,
"fillGradient": 0,
"gridPos": {
@@ -2520,9 +2572,7 @@
"renderer": "flot",
"scopedVars": {
"Port": {
- "selected": false,
- "text": "switch Port 6",
- "value": "switch Port 6"
+ "selected": false
}
},
"seriesOverrides": [],
@@ -2585,11 +2635,12 @@
},
{
"collapsed": true,
+ "datasource": "${DS_UNIFI_POLLER}",
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
- "y": 61
+ "y": 85
},
"id": 2299,
"panels": [],
@@ -2598,7 +2649,7 @@
}
],
"refresh": "1m",
- "schemaVersion": 22,
+ "schemaVersion": 25,
"style": "dark",
"tags": [
"unifi",
@@ -2611,14 +2662,14 @@
"allValue": ".*",
"current": {},
"datasource": "${DS_PROMETHEUS}",
- "definition": "label_values(unifipoller_device_info{type=\"usw\"},source)",
+ "definition": "label_values(unifipoller_device_info,source)",
"hide": 2,
"includeAll": true,
"label": null,
"multi": true,
"name": "Controller",
"options": [],
- "query": "label_values(unifipoller_device_info{type=\"usw\"},source)",
+ "query": "label_values(unifipoller_device_info,source)",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
@@ -2629,18 +2680,60 @@
"type": "query",
"useTags": false
},
+ {
+ "allValue": "",
+ "current": {
+ "selected": true,
+ "tags": [],
+ "text": "All",
+ "value": [
+ "$__all"
+ ]
+ },
+ "hide": 0,
+ "includeAll": true,
+ "label": null,
+ "multi": true,
+ "name": "Devices",
+ "options": [
+ {
+ "selected": true,
+ "text": "All",
+ "value": "$__all"
+ },
+ {
+ "selected": false,
+ "text": "udm",
+ "value": "udm"
+ },
+ {
+ "selected": false,
+ "text": "usw",
+ "value": "usw"
+ },
+ {
+ "selected": false,
+ "text": "uap",
+ "value": "uap"
+ }
+ ],
+ "query": "udm,usw,uap",
+ "queryValue": "",
+ "skipUrlSync": false,
+ "type": "custom"
+ },
{
"allValue": ".*",
"current": {},
"datasource": "${DS_PROMETHEUS}",
- "definition": "label_values(unifipoller_device_info{source=~\"$Controller\",type=~\"usw|udm|udmp\"},site_name)",
+ "definition": "label_values(unifipoller_device_info{source=~\"$Controller\"},site_name)",
"hide": 0,
"includeAll": true,
"label": null,
"multi": true,
"name": "Site",
"options": [],
- "query": "label_values(unifipoller_device_info{source=~\"$Controller\",type=~\"usw|udm|udmp\"},site_name)",
+ "query": "label_values(unifipoller_device_info{source=~\"$Controller\"},site_name)",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
@@ -2652,17 +2745,17 @@
"useTags": false
},
{
- "allValue": ".*",
+ "allValue": "",
"current": {},
"datasource": "${DS_PROMETHEUS}",
- "definition": "label_values(unifipoller_device_info{site_name=~\"$Site\", type=~\"usw|udm|udmp\"},name)",
+ "definition": "label_values(unifipoller_device_info{site_name=~\"$Site\", type=~\"$Devices\"},name)",
"hide": 0,
"includeAll": true,
"label": null,
"multi": true,
"name": "Switch",
"options": [],
- "query": "label_values(unifipoller_device_info{site_name=~\"$Site\", type=~\"usw|udm|udmp\"},name)",
+ "query": "label_values(unifipoller_device_info{site_name=~\"$Site\", type=~\"$Devices\"},name)",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
@@ -2780,5 +2873,5 @@
"timezone": "browser",
"title": "UniFi-Poller: USW Insights - Prometheus",
"uid": "FsfxpWaZz",
- "version": 26
+ "version": 35
}