diff --git a/v2.0.0/UniFi-Poller_ Client DPI - InfluxDB.json b/v2.0.0/UniFi-Poller_ Client DPI - InfluxDB.json index 7bbb587..8a9bdc3 100644 --- a/v2.0.0/UniFi-Poller_ Client DPI - InfluxDB.json +++ b/v2.0.0/UniFi-Poller_ Client DPI - InfluxDB.json @@ -326,7 +326,7 @@ "measurement": "clientdpi", "orderByTime": "ASC", "policy": "default", - "query": "SELECT last(\"rx_bytes\") AS \"Bytes Rx Total\", last(\"tx_bytes\") AS \"Bytes Tx Total\" FROM \"clientdpi\" WHERE (\"site_name\" =~ /^${Site:regex}$/ AND \"name\" = 'TOTAL' AND \"category\" =~ /^$Category$/ AND \"application\" = 'TOTAL' AND \"mac\" = 'TOTAL') AND $timeFilter GROUP BY \"site_name\", \"category\", \"source\", \"application\", \"name\", \"mac\"", + "query": "SELECT last(\"rx_bytes\") AS \"Bytes Rx Total\", last(\"tx_bytes\") AS \"Bytes Tx Total\" FROM \"clientdpi\" WHERE (\"site_name\" =~ /^${Site:regex}$/ AND \"name\" = 'TOTAL' AND \"category\" =~ /^${Category:regex}$/ AND \"application\" = 'TOTAL' AND \"mac\" = 'TOTAL') AND $timeFilter GROUP BY \"site_name\", \"category\", \"source\", \"application\", \"name\", \"mac\"", "rawQuery": false, "refId": "A", "resultFormat": "table", @@ -456,7 +456,7 @@ "condition": "AND", "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -538,7 +538,7 @@ "measurement": "clientdpi", "orderByTime": "ASC", "policy": "default", - "query": "SELECT last(\"rx_bytes\")+last(\"tx_bytes\") FROM \"clientdpi\" WHERE (\"category\" =~ /^$Category$/ AND \"source\" =~ /^$Controller$/ AND \"site_name\" =~ /^${Site:regex}$/ AND \"name\" =~ /^$Client$/ AND \"application\" != 'TOTAL') AND $timeFilter GROUP BY \"application\", \"category\"", + "query": "SELECT last(\"rx_bytes\")+last(\"tx_bytes\") FROM \"clientdpi\" WHERE (\"category\" =~ /^${Category:regex}$/ AND \"source\" =~ /^${Controller:regex}$/ AND \"site_name\" =~ /^${Site:regex}$/ AND \"name\" =~ /^${Client:regex}$/ AND \"application\" != 'TOTAL') AND $timeFilter GROUP BY \"application\", \"category\"", "rawQuery": true, "refId": "A", "resultFormat": "time_series", @@ -560,13 +560,13 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", @@ -578,7 +578,7 @@ "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -628,13 +628,13 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", @@ -646,7 +646,7 @@ "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -722,7 +722,7 @@ "measurement": "clientdpi", "orderByTime": "ASC", "policy": "default", - "query": "SELECT last(\"rx_bytes\")+last(\"tx_bytes\") FROM \"clientdpi\" WHERE (\"category\" =~ /^$Category$/ AND \"source\" =~ /^$Controller$/ AND \"site_name\" =~ /^${Site:regex}$/ AND \"name\" =~ /^$Client$/ AND \"application\" = 'TOTAL') AND $timeFilter GROUP BY \"application\", \"category\"", + "query": "SELECT last(\"rx_bytes\")+last(\"tx_bytes\") FROM \"clientdpi\" WHERE (\"category\" =~ /^${Category:regex}$/ AND \"source\" =~ /^${Controller:regex}$/ AND \"site_name\" =~ /^${Site:regex}$/ AND \"name\" =~ /^${Client:regex}$/ AND \"application\" = 'TOTAL') AND $timeFilter GROUP BY \"application\", \"category\"", "rawQuery": true, "refId": "A", "resultFormat": "time_series", @@ -744,13 +744,13 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", @@ -762,7 +762,7 @@ "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -812,13 +812,13 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", @@ -830,7 +830,7 @@ "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -986,7 +986,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -998,13 +998,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -1195,7 +1195,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -1207,13 +1207,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -1282,7 +1282,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -1413,7 +1413,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -1425,13 +1425,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -1446,7 +1446,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -1489,7 +1489,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -1622,7 +1622,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -1634,13 +1634,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -1655,7 +1655,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -1698,7 +1698,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -1831,7 +1831,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -1843,13 +1843,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -1864,7 +1864,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -1907,7 +1907,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -2040,7 +2040,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -2052,13 +2052,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -2073,7 +2073,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -2116,7 +2116,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -2249,7 +2249,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -2261,13 +2261,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -2282,7 +2282,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -2325,7 +2325,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -2458,7 +2458,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -2470,13 +2470,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -2491,7 +2491,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -2534,7 +2534,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -2667,7 +2667,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -2679,13 +2679,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -2700,7 +2700,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -2743,7 +2743,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -2876,7 +2876,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -2888,13 +2888,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -2909,7 +2909,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -2952,7 +2952,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -3085,7 +3085,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -3097,13 +3097,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -3118,7 +3118,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -3161,7 +3161,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -3294,7 +3294,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -3306,13 +3306,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -3327,7 +3327,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -3370,7 +3370,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -3503,7 +3503,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -3515,13 +3515,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -3536,7 +3536,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -3579,7 +3579,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -3712,7 +3712,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -3724,13 +3724,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -3745,7 +3745,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -3788,7 +3788,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -3921,7 +3921,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -3933,13 +3933,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -3954,7 +3954,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -3997,7 +3997,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -4130,7 +4130,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -4142,13 +4142,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -4163,7 +4163,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -4206,7 +4206,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -4339,7 +4339,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -4351,13 +4351,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -4372,7 +4372,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -4415,7 +4415,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -4548,7 +4548,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -4560,13 +4560,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -4581,7 +4581,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -4624,7 +4624,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -4757,7 +4757,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -4769,13 +4769,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -4790,7 +4790,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -4833,7 +4833,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -4966,7 +4966,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -4978,13 +4978,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -4999,7 +4999,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -5042,7 +5042,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -5175,7 +5175,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -5187,13 +5187,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -5208,7 +5208,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -5251,7 +5251,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -5384,7 +5384,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -5396,13 +5396,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -5417,7 +5417,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -5460,7 +5460,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -5593,7 +5593,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -5605,13 +5605,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -5626,7 +5626,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -5669,7 +5669,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -5802,7 +5802,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -5814,13 +5814,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -5835,7 +5835,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -5878,7 +5878,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -6011,7 +6011,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -6023,13 +6023,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -6044,7 +6044,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -6087,7 +6087,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -6220,7 +6220,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -6232,13 +6232,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -6253,7 +6253,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -6296,7 +6296,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -6429,7 +6429,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -6441,13 +6441,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -6462,7 +6462,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -6505,7 +6505,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -6638,7 +6638,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -6650,13 +6650,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -6671,7 +6671,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -6714,7 +6714,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -6847,7 +6847,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -6859,13 +6859,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -6880,7 +6880,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -6923,7 +6923,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -7056,7 +7056,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -7068,13 +7068,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -7089,7 +7089,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -7132,7 +7132,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -7265,7 +7265,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -7277,13 +7277,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -7298,7 +7298,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -7341,7 +7341,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -7474,7 +7474,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -7486,13 +7486,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -7507,7 +7507,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -7550,7 +7550,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -7683,7 +7683,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -7695,13 +7695,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -7716,7 +7716,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -7759,7 +7759,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -7892,7 +7892,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -7904,13 +7904,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -7925,7 +7925,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -7968,7 +7968,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -8101,7 +8101,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -8113,13 +8113,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -8134,7 +8134,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -8177,7 +8177,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -8310,7 +8310,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -8322,13 +8322,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -8343,7 +8343,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -8386,7 +8386,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -8519,7 +8519,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -8531,13 +8531,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -8552,7 +8552,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -8595,7 +8595,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -8728,7 +8728,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -8740,13 +8740,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -8761,7 +8761,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -8804,7 +8804,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -8937,7 +8937,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -8949,13 +8949,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -8970,7 +8970,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -9013,7 +9013,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -9146,7 +9146,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -9158,13 +9158,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -9179,7 +9179,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -9222,7 +9222,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -9355,7 +9355,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -9367,13 +9367,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -9388,7 +9388,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -9431,7 +9431,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -9564,7 +9564,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -9576,13 +9576,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -9597,7 +9597,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -9640,7 +9640,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -9773,7 +9773,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -9785,13 +9785,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -9806,7 +9806,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -9849,7 +9849,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -9982,7 +9982,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -9994,13 +9994,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -10015,7 +10015,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -10058,7 +10058,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -10191,7 +10191,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -10203,13 +10203,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -10224,7 +10224,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -10267,7 +10267,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -10400,7 +10400,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -10412,13 +10412,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -10433,7 +10433,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -10476,7 +10476,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -10609,7 +10609,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -10621,13 +10621,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -10642,7 +10642,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -10685,7 +10685,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -10818,7 +10818,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -10830,13 +10830,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -10851,7 +10851,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -10894,7 +10894,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -11027,7 +11027,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -11039,13 +11039,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -11060,7 +11060,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -11103,7 +11103,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -11236,7 +11236,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -11248,13 +11248,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -11269,7 +11269,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -11312,7 +11312,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -11445,7 +11445,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -11457,13 +11457,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -11478,7 +11478,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -11521,7 +11521,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -11654,7 +11654,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -11666,13 +11666,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -11687,7 +11687,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -11730,7 +11730,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -11863,7 +11863,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -11875,13 +11875,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -11896,7 +11896,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -11939,7 +11939,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -12072,7 +12072,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -12084,13 +12084,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -12105,7 +12105,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -12148,7 +12148,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -12281,7 +12281,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -12293,13 +12293,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -12314,7 +12314,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -12357,7 +12357,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -12490,7 +12490,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -12502,13 +12502,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -12523,7 +12523,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -12566,7 +12566,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -12699,7 +12699,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -12711,13 +12711,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -12732,7 +12732,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -12775,7 +12775,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -12908,7 +12908,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -12920,13 +12920,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -12941,7 +12941,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -12984,7 +12984,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -13117,7 +13117,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -13129,13 +13129,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -13150,7 +13150,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -13193,7 +13193,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -13326,7 +13326,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -13338,13 +13338,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -13359,7 +13359,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -13402,7 +13402,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -13535,7 +13535,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -13547,13 +13547,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -13568,7 +13568,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -13611,7 +13611,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -13744,7 +13744,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -13756,13 +13756,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -13777,7 +13777,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -13820,7 +13820,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -13953,7 +13953,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -13965,13 +13965,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -13986,7 +13986,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -14029,7 +14029,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -14162,7 +14162,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -14174,13 +14174,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -14195,7 +14195,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -14238,7 +14238,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -14371,7 +14371,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -14383,13 +14383,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -14404,7 +14404,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -14447,7 +14447,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -14580,7 +14580,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -14592,13 +14592,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -14613,7 +14613,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -14656,7 +14656,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -14789,7 +14789,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -14801,13 +14801,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -14822,7 +14822,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -14865,7 +14865,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -14998,7 +14998,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -15010,13 +15010,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -15031,7 +15031,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -15074,7 +15074,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -15207,7 +15207,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -15219,13 +15219,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -15240,7 +15240,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -15283,7 +15283,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -15416,7 +15416,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -15428,13 +15428,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -15449,7 +15449,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -15492,7 +15492,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -15625,7 +15625,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -15637,13 +15637,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -15658,7 +15658,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -15701,7 +15701,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -15834,7 +15834,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -15846,13 +15846,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -15867,7 +15867,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -15910,7 +15910,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -16043,7 +16043,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -16055,13 +16055,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -16076,7 +16076,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -16119,7 +16119,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -16252,7 +16252,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -16264,13 +16264,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -16285,7 +16285,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -16328,7 +16328,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -16461,7 +16461,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -16473,13 +16473,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -16494,7 +16494,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -16537,7 +16537,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -16670,7 +16670,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -16682,13 +16682,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -16703,7 +16703,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -16746,7 +16746,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -16879,7 +16879,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -16891,13 +16891,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -16912,7 +16912,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -16955,7 +16955,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -17088,7 +17088,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -17100,13 +17100,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -17121,7 +17121,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -17164,7 +17164,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -17297,7 +17297,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -17309,13 +17309,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -17330,7 +17330,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -17373,7 +17373,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -17506,7 +17506,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -17518,13 +17518,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -17539,7 +17539,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -17582,7 +17582,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -17715,7 +17715,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -17727,13 +17727,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -17748,7 +17748,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -17791,7 +17791,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -17924,7 +17924,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -17936,13 +17936,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -17957,7 +17957,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -18000,7 +18000,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -18133,7 +18133,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -18145,13 +18145,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -18166,7 +18166,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -18209,7 +18209,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -18342,7 +18342,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -18354,13 +18354,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -18375,7 +18375,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -18418,7 +18418,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmit Bytes per Application for $Client", + "description": "Transmit Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -18551,7 +18551,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -18563,13 +18563,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -18584,7 +18584,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes - $Client", + "title": "Transmit Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -18642,7 +18642,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -18773,7 +18773,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -18785,13 +18785,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -18806,7 +18806,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -18849,7 +18849,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -18982,7 +18982,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -18994,13 +18994,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -19015,7 +19015,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -19058,7 +19058,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -19191,7 +19191,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -19203,13 +19203,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -19224,7 +19224,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -19267,7 +19267,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -19400,7 +19400,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -19412,13 +19412,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -19433,7 +19433,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -19476,7 +19476,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -19609,7 +19609,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -19621,13 +19621,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -19642,7 +19642,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -19685,7 +19685,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -19818,7 +19818,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -19830,13 +19830,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -19851,7 +19851,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -19894,7 +19894,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -20027,7 +20027,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -20039,13 +20039,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -20060,7 +20060,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -20103,7 +20103,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -20236,7 +20236,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -20248,13 +20248,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -20269,7 +20269,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -20312,7 +20312,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -20445,7 +20445,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -20457,13 +20457,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -20478,7 +20478,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -20521,7 +20521,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -20654,7 +20654,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -20666,13 +20666,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -20687,7 +20687,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -20730,7 +20730,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -20863,7 +20863,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -20875,13 +20875,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -20896,7 +20896,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -20939,7 +20939,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -21072,7 +21072,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -21084,13 +21084,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -21105,7 +21105,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -21148,7 +21148,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -21281,7 +21281,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -21293,13 +21293,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -21314,7 +21314,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -21357,7 +21357,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -21490,7 +21490,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -21502,13 +21502,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -21523,7 +21523,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -21566,7 +21566,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -21699,7 +21699,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -21711,13 +21711,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -21732,7 +21732,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -21775,7 +21775,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -21908,7 +21908,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -21920,13 +21920,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -21941,7 +21941,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -21984,7 +21984,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -22117,7 +22117,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -22129,13 +22129,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -22150,7 +22150,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -22193,7 +22193,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -22326,7 +22326,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -22338,13 +22338,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -22359,7 +22359,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -22402,7 +22402,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -22535,7 +22535,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -22547,13 +22547,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -22568,7 +22568,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -22611,7 +22611,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -22744,7 +22744,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -22756,13 +22756,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -22777,7 +22777,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -22820,7 +22820,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -22953,7 +22953,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -22965,13 +22965,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -22986,7 +22986,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -23029,7 +23029,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -23162,7 +23162,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -23174,13 +23174,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -23195,7 +23195,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -23238,7 +23238,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -23371,7 +23371,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -23383,13 +23383,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -23404,7 +23404,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -23447,7 +23447,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -23580,7 +23580,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -23592,13 +23592,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -23613,7 +23613,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -23656,7 +23656,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -23789,7 +23789,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -23801,13 +23801,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -23822,7 +23822,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -23865,7 +23865,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -23998,7 +23998,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -24010,13 +24010,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -24031,7 +24031,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -24074,7 +24074,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -24207,7 +24207,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -24219,13 +24219,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -24240,7 +24240,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -24283,7 +24283,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -24416,7 +24416,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -24428,13 +24428,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -24449,7 +24449,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -24492,7 +24492,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -24625,7 +24625,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -24637,13 +24637,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -24658,7 +24658,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -24701,7 +24701,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -24834,7 +24834,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -24846,13 +24846,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -24867,7 +24867,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -24910,7 +24910,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -25043,7 +25043,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -25055,13 +25055,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -25076,7 +25076,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -25119,7 +25119,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -25252,7 +25252,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -25264,13 +25264,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -25285,7 +25285,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -25328,7 +25328,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -25461,7 +25461,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -25473,13 +25473,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -25494,7 +25494,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -25537,7 +25537,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -25670,7 +25670,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -25682,13 +25682,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -25703,7 +25703,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -25746,7 +25746,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -25879,7 +25879,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -25891,13 +25891,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -25912,7 +25912,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -25955,7 +25955,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -26088,7 +26088,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -26100,13 +26100,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -26121,7 +26121,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -26164,7 +26164,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -26297,7 +26297,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -26309,13 +26309,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -26330,7 +26330,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -26373,7 +26373,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -26506,7 +26506,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -26518,13 +26518,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -26539,7 +26539,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -26582,7 +26582,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -26715,7 +26715,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -26727,13 +26727,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -26748,7 +26748,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -26791,7 +26791,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -26924,7 +26924,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -26936,13 +26936,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -26957,7 +26957,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -27000,7 +27000,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -27133,7 +27133,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -27145,13 +27145,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -27166,7 +27166,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -27209,7 +27209,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -27342,7 +27342,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -27354,13 +27354,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -27375,7 +27375,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -27418,7 +27418,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -27551,7 +27551,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -27563,13 +27563,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -27584,7 +27584,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -27627,7 +27627,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -27760,7 +27760,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -27772,13 +27772,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -27793,7 +27793,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -27836,7 +27836,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -27969,7 +27969,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -27981,13 +27981,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -28002,7 +28002,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -28045,7 +28045,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -28178,7 +28178,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -28190,13 +28190,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -28211,7 +28211,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -28254,7 +28254,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -28387,7 +28387,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -28399,13 +28399,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -28420,7 +28420,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -28463,7 +28463,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -28596,7 +28596,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -28608,13 +28608,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -28629,7 +28629,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -28672,7 +28672,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -28805,7 +28805,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -28817,13 +28817,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -28838,7 +28838,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -28881,7 +28881,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -29014,7 +29014,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -29026,13 +29026,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -29047,7 +29047,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -29090,7 +29090,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -29223,7 +29223,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -29235,13 +29235,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -29256,7 +29256,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -29299,7 +29299,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -29432,7 +29432,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -29444,13 +29444,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -29465,7 +29465,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -29508,7 +29508,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -29641,7 +29641,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -29653,13 +29653,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -29674,7 +29674,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -29717,7 +29717,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -29850,7 +29850,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -29862,13 +29862,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -29883,7 +29883,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -29926,7 +29926,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -30059,7 +30059,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -30071,13 +30071,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -30092,7 +30092,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -30135,7 +30135,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -30268,7 +30268,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -30280,13 +30280,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -30301,7 +30301,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -30344,7 +30344,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -30477,7 +30477,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -30489,13 +30489,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -30510,7 +30510,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -30553,7 +30553,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -30686,7 +30686,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -30698,13 +30698,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -30719,7 +30719,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -30762,7 +30762,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -30895,7 +30895,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -30907,13 +30907,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -30928,7 +30928,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -30971,7 +30971,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -31104,7 +31104,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -31116,13 +31116,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -31137,7 +31137,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -31180,7 +31180,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -31313,7 +31313,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -31325,13 +31325,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -31346,7 +31346,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -31389,7 +31389,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -31522,7 +31522,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -31534,13 +31534,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -31555,7 +31555,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -31598,7 +31598,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -31731,7 +31731,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -31743,13 +31743,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -31764,7 +31764,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -31807,7 +31807,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -31940,7 +31940,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -31952,13 +31952,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -31973,7 +31973,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -32016,7 +32016,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -32149,7 +32149,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -32161,13 +32161,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -32182,7 +32182,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -32225,7 +32225,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -32358,7 +32358,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -32370,13 +32370,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -32391,7 +32391,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -32434,7 +32434,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -32567,7 +32567,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -32579,13 +32579,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -32600,7 +32600,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -32643,7 +32643,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -32776,7 +32776,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -32788,13 +32788,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -32809,7 +32809,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -32852,7 +32852,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -32985,7 +32985,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -32997,13 +32997,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -33018,7 +33018,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -33061,7 +33061,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -33194,7 +33194,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -33206,13 +33206,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -33227,7 +33227,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -33270,7 +33270,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -33403,7 +33403,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -33415,13 +33415,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -33436,7 +33436,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -33479,7 +33479,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -33612,7 +33612,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -33624,13 +33624,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -33645,7 +33645,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -33688,7 +33688,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -33821,7 +33821,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -33833,13 +33833,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -33854,7 +33854,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -33897,7 +33897,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -34030,7 +34030,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -34042,13 +34042,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -34063,7 +34063,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -34106,7 +34106,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -34239,7 +34239,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -34251,13 +34251,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -34272,7 +34272,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -34315,7 +34315,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -34448,7 +34448,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -34460,13 +34460,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -34481,7 +34481,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -34524,7 +34524,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -34657,7 +34657,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -34669,13 +34669,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -34690,7 +34690,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -34733,7 +34733,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -34866,7 +34866,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -34878,13 +34878,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -34899,7 +34899,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -34942,7 +34942,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -35075,7 +35075,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -35087,13 +35087,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -35108,7 +35108,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -35151,7 +35151,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -35284,7 +35284,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -35296,13 +35296,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -35317,7 +35317,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -35360,7 +35360,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -35493,7 +35493,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -35505,13 +35505,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -35526,7 +35526,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -35569,7 +35569,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -35702,7 +35702,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -35714,13 +35714,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -35735,7 +35735,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -35778,7 +35778,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -35911,7 +35911,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -35923,13 +35923,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -35944,7 +35944,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -35987,7 +35987,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -36120,7 +36120,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -36132,13 +36132,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -36153,7 +36153,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -36196,7 +36196,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -36329,7 +36329,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -36341,13 +36341,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -36362,7 +36362,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -36405,7 +36405,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -36538,7 +36538,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -36550,13 +36550,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -36571,7 +36571,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -36614,7 +36614,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -36747,7 +36747,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -36759,13 +36759,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -36780,7 +36780,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -36823,7 +36823,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -36956,7 +36956,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -36968,13 +36968,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -36989,7 +36989,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -37032,7 +37032,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -37165,7 +37165,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -37177,13 +37177,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -37198,7 +37198,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -37241,7 +37241,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -37374,7 +37374,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -37386,13 +37386,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -37407,7 +37407,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -37450,7 +37450,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -37583,7 +37583,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -37595,13 +37595,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -37616,7 +37616,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -37659,7 +37659,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -37792,7 +37792,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -37804,13 +37804,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -37825,7 +37825,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -37868,7 +37868,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -38001,7 +38001,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -38013,13 +38013,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -38034,7 +38034,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -38077,7 +38077,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -38210,7 +38210,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -38222,13 +38222,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -38243,7 +38243,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -38286,7 +38286,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -38419,7 +38419,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -38431,13 +38431,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -38452,7 +38452,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -38495,7 +38495,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -38628,7 +38628,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -38640,13 +38640,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -38661,7 +38661,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -38704,7 +38704,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -38837,7 +38837,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -38849,13 +38849,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -38870,7 +38870,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -38913,7 +38913,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -39046,7 +39046,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -39058,13 +39058,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -39079,7 +39079,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -39122,7 +39122,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -39255,7 +39255,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -39267,13 +39267,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -39288,7 +39288,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -39331,7 +39331,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -39464,7 +39464,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -39476,13 +39476,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -39497,7 +39497,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -39540,7 +39540,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -39673,7 +39673,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -39685,13 +39685,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -39706,7 +39706,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -39749,7 +39749,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -39882,7 +39882,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -39894,13 +39894,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -39915,7 +39915,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -39958,7 +39958,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -40091,7 +40091,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -40103,13 +40103,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -40124,7 +40124,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -40167,7 +40167,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -40300,7 +40300,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -40312,13 +40312,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -40333,7 +40333,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -40376,7 +40376,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -40509,7 +40509,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -40521,13 +40521,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -40542,7 +40542,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -40585,7 +40585,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -40718,7 +40718,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -40730,13 +40730,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -40751,7 +40751,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -40794,7 +40794,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -40927,7 +40927,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -40939,13 +40939,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -40960,7 +40960,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -41003,7 +41003,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -41136,7 +41136,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -41148,13 +41148,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -41169,7 +41169,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -41212,7 +41212,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -41345,7 +41345,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -41357,13 +41357,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -41378,7 +41378,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -41421,7 +41421,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -41554,7 +41554,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -41566,13 +41566,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -41587,7 +41587,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -41630,7 +41630,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -41763,7 +41763,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -41775,13 +41775,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -41796,7 +41796,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -41839,7 +41839,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -41972,7 +41972,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -41984,13 +41984,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -42005,7 +42005,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -42048,7 +42048,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -42181,7 +42181,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -42193,13 +42193,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -42214,7 +42214,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -42257,7 +42257,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -42390,7 +42390,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -42402,13 +42402,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -42423,7 +42423,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -42466,7 +42466,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -42599,7 +42599,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -42611,13 +42611,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -42632,7 +42632,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -42675,7 +42675,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -42808,7 +42808,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -42820,13 +42820,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -42841,7 +42841,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -42884,7 +42884,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -43017,7 +43017,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -43029,13 +43029,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -43050,7 +43050,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -43093,7 +43093,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Bytes per Application for $Client", + "description": "Receive Bytes per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -43226,7 +43226,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -43238,13 +43238,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -43259,7 +43259,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes - $Client", + "title": "Receive Bytes - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -43317,7 +43317,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -43448,7 +43448,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -43460,13 +43460,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -43481,7 +43481,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -43524,7 +43524,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -43657,7 +43657,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -43669,13 +43669,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -43690,7 +43690,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -43733,7 +43733,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -43866,7 +43866,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -43878,13 +43878,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -43899,7 +43899,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -43942,7 +43942,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -44075,7 +44075,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -44087,13 +44087,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -44108,7 +44108,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -44151,7 +44151,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -44284,7 +44284,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -44296,13 +44296,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -44317,7 +44317,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -44360,7 +44360,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -44493,7 +44493,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -44505,13 +44505,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -44526,7 +44526,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -44569,7 +44569,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -44702,7 +44702,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -44714,13 +44714,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -44735,7 +44735,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -44778,7 +44778,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -44911,7 +44911,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -44923,13 +44923,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -44944,7 +44944,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -44987,7 +44987,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -45120,7 +45120,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -45132,13 +45132,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -45153,7 +45153,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -45196,7 +45196,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -45329,7 +45329,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -45341,13 +45341,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -45362,7 +45362,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -45405,7 +45405,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -45538,7 +45538,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -45550,13 +45550,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -45571,7 +45571,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -45614,7 +45614,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -45747,7 +45747,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -45759,13 +45759,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -45780,7 +45780,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -45823,7 +45823,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -45956,7 +45956,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -45968,13 +45968,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -45989,7 +45989,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -46032,7 +46032,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -46165,7 +46165,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -46177,13 +46177,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -46198,7 +46198,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -46241,7 +46241,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -46374,7 +46374,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -46386,13 +46386,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -46407,7 +46407,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -46450,7 +46450,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -46583,7 +46583,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -46595,13 +46595,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -46616,7 +46616,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -46659,7 +46659,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -46792,7 +46792,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -46804,13 +46804,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -46825,7 +46825,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -46868,7 +46868,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -47001,7 +47001,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -47013,13 +47013,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -47034,7 +47034,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -47077,7 +47077,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -47210,7 +47210,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -47222,13 +47222,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -47243,7 +47243,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -47286,7 +47286,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -47419,7 +47419,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -47431,13 +47431,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -47452,7 +47452,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -47495,7 +47495,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -47628,7 +47628,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -47640,13 +47640,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -47661,7 +47661,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -47704,7 +47704,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -47837,7 +47837,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -47849,13 +47849,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -47870,7 +47870,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -47913,7 +47913,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -48046,7 +48046,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -48058,13 +48058,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -48079,7 +48079,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -48122,7 +48122,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -48255,7 +48255,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -48267,13 +48267,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -48288,7 +48288,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -48331,7 +48331,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -48464,7 +48464,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -48476,13 +48476,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -48497,7 +48497,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -48540,7 +48540,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -48673,7 +48673,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -48685,13 +48685,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -48706,7 +48706,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -48749,7 +48749,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -48882,7 +48882,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -48894,13 +48894,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -48915,7 +48915,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -48958,7 +48958,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -49091,7 +49091,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -49103,13 +49103,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -49124,7 +49124,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -49167,7 +49167,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -49300,7 +49300,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -49312,13 +49312,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -49333,7 +49333,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -49376,7 +49376,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -49509,7 +49509,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -49521,13 +49521,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -49542,7 +49542,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -49585,7 +49585,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -49718,7 +49718,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -49730,13 +49730,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -49751,7 +49751,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -49794,7 +49794,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -49927,7 +49927,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -49939,13 +49939,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -49960,7 +49960,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -50003,7 +50003,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -50136,7 +50136,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -50148,13 +50148,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -50169,7 +50169,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -50212,7 +50212,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -50345,7 +50345,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -50357,13 +50357,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -50378,7 +50378,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -50421,7 +50421,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -50554,7 +50554,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -50566,13 +50566,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -50587,7 +50587,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -50630,7 +50630,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -50763,7 +50763,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -50775,13 +50775,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -50796,7 +50796,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -50839,7 +50839,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -50972,7 +50972,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -50984,13 +50984,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -51005,7 +51005,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -51048,7 +51048,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -51181,7 +51181,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -51193,13 +51193,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -51214,7 +51214,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -51257,7 +51257,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -51390,7 +51390,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -51402,13 +51402,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -51423,7 +51423,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -51466,7 +51466,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Transmitd Packets per Application for $Client", + "description": "Transmitd Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -51599,7 +51599,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -51611,13 +51611,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -51632,7 +51632,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets - $Client", + "title": "Transmit Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -51690,7 +51690,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -51815,7 +51815,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -51827,13 +51827,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -51848,7 +51848,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -51891,7 +51891,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -52018,7 +52018,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -52030,13 +52030,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -52051,7 +52051,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -52094,7 +52094,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -52221,7 +52221,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -52233,13 +52233,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -52254,7 +52254,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -52297,7 +52297,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -52424,7 +52424,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -52436,13 +52436,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -52457,7 +52457,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -52500,7 +52500,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -52627,7 +52627,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -52639,13 +52639,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -52660,7 +52660,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -52703,7 +52703,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -52830,7 +52830,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -52842,13 +52842,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -52863,7 +52863,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -52906,7 +52906,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -53033,7 +53033,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -53045,13 +53045,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -53066,7 +53066,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -53109,7 +53109,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -53236,7 +53236,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -53248,13 +53248,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -53269,7 +53269,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -53312,7 +53312,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -53439,7 +53439,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -53451,13 +53451,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -53472,7 +53472,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -53515,7 +53515,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -53642,7 +53642,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -53654,13 +53654,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -53675,7 +53675,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -53718,7 +53718,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -53845,7 +53845,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -53857,13 +53857,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -53878,7 +53878,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -53921,7 +53921,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -54048,7 +54048,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -54060,13 +54060,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -54081,7 +54081,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -54124,7 +54124,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -54251,7 +54251,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -54263,13 +54263,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -54284,7 +54284,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -54327,7 +54327,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -54454,7 +54454,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -54466,13 +54466,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -54487,7 +54487,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -54530,7 +54530,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -54657,7 +54657,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -54669,13 +54669,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -54690,7 +54690,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -54733,7 +54733,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -54860,7 +54860,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -54872,13 +54872,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -54893,7 +54893,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -54936,7 +54936,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -55063,7 +55063,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -55075,13 +55075,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -55096,7 +55096,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -55139,7 +55139,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -55266,7 +55266,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -55278,13 +55278,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -55299,7 +55299,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -55342,7 +55342,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -55469,7 +55469,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -55481,13 +55481,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -55502,7 +55502,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -55545,7 +55545,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -55672,7 +55672,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -55684,13 +55684,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -55705,7 +55705,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -55748,7 +55748,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -55875,7 +55875,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -55887,13 +55887,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -55908,7 +55908,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -55951,7 +55951,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -56078,7 +56078,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -56090,13 +56090,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -56111,7 +56111,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -56154,7 +56154,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -56281,7 +56281,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -56293,13 +56293,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -56314,7 +56314,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -56357,7 +56357,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -56484,7 +56484,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -56496,13 +56496,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -56517,7 +56517,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -56560,7 +56560,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -56687,7 +56687,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -56699,13 +56699,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -56720,7 +56720,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -56763,7 +56763,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -56890,7 +56890,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -56902,13 +56902,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -56923,7 +56923,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -56966,7 +56966,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -57093,7 +57093,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -57105,13 +57105,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -57126,7 +57126,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -57169,7 +57169,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -57296,7 +57296,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -57308,13 +57308,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -57329,7 +57329,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -57372,7 +57372,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -57499,7 +57499,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -57511,13 +57511,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -57532,7 +57532,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -57575,7 +57575,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -57702,7 +57702,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -57714,13 +57714,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -57735,7 +57735,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -57778,7 +57778,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -57905,7 +57905,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -57917,13 +57917,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -57938,7 +57938,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -57981,7 +57981,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -58108,7 +58108,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -58120,13 +58120,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -58141,7 +58141,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -58184,7 +58184,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -58311,7 +58311,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -58323,13 +58323,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -58344,7 +58344,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -58387,7 +58387,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -58514,7 +58514,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -58526,13 +58526,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -58547,7 +58547,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -58590,7 +58590,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -58717,7 +58717,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -58729,13 +58729,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -58750,7 +58750,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -58793,7 +58793,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -58920,7 +58920,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -58932,13 +58932,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -58953,7 +58953,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -58996,7 +58996,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -59123,7 +59123,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -59135,13 +59135,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -59156,7 +59156,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -59199,7 +59199,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -59326,7 +59326,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -59338,13 +59338,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -59359,7 +59359,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -59402,7 +59402,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -59529,7 +59529,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -59541,13 +59541,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -59562,7 +59562,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -59605,7 +59605,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -59732,7 +59732,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -59744,13 +59744,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -59765,7 +59765,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -59808,7 +59808,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -59935,7 +59935,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -59947,13 +59947,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -59968,7 +59968,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -60011,7 +60011,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -60138,7 +60138,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -60150,13 +60150,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -60171,7 +60171,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -60214,7 +60214,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -60341,7 +60341,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -60353,13 +60353,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -60374,7 +60374,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -60417,7 +60417,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -60544,7 +60544,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -60556,13 +60556,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -60577,7 +60577,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -60620,7 +60620,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -60747,7 +60747,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -60759,13 +60759,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -60780,7 +60780,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -60823,7 +60823,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -60950,7 +60950,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -60962,13 +60962,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -60983,7 +60983,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -61026,7 +61026,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -61153,7 +61153,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -61165,13 +61165,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -61186,7 +61186,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -61229,7 +61229,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -61356,7 +61356,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -61368,13 +61368,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -61389,7 +61389,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -61432,7 +61432,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -61559,7 +61559,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -61571,13 +61571,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -61592,7 +61592,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -61635,7 +61635,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -61762,7 +61762,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -61774,13 +61774,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -61795,7 +61795,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -61838,7 +61838,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -61965,7 +61965,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -61977,13 +61977,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -61998,7 +61998,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -62041,7 +62041,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -62168,7 +62168,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -62180,13 +62180,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -62201,7 +62201,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -62244,7 +62244,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -62371,7 +62371,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -62383,13 +62383,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -62404,7 +62404,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -62447,7 +62447,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -62574,7 +62574,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -62586,13 +62586,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -62607,7 +62607,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -62650,7 +62650,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -62777,7 +62777,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -62789,13 +62789,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -62810,7 +62810,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -62853,7 +62853,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -62980,7 +62980,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -62992,13 +62992,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -63013,7 +63013,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -63056,7 +63056,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -63183,7 +63183,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -63195,13 +63195,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -63216,7 +63216,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -63259,7 +63259,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -63386,7 +63386,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -63398,13 +63398,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -63419,7 +63419,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -63462,7 +63462,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -63589,7 +63589,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -63601,13 +63601,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -63622,7 +63622,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -63665,7 +63665,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -63792,7 +63792,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -63804,13 +63804,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -63825,7 +63825,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -63868,7 +63868,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -63995,7 +63995,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -64007,13 +64007,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -64028,7 +64028,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -64071,7 +64071,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -64198,7 +64198,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -64210,13 +64210,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -64231,7 +64231,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -64274,7 +64274,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -64401,7 +64401,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -64413,13 +64413,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -64434,7 +64434,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -64477,7 +64477,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -64604,7 +64604,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -64616,13 +64616,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -64637,7 +64637,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -64680,7 +64680,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -64807,7 +64807,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -64819,13 +64819,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -64840,7 +64840,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -64883,7 +64883,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -65010,7 +65010,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -65022,13 +65022,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -65043,7 +65043,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -65086,7 +65086,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -65213,7 +65213,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -65225,13 +65225,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -65246,7 +65246,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -65289,7 +65289,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -65416,7 +65416,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -65428,13 +65428,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -65449,7 +65449,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -65492,7 +65492,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -65619,7 +65619,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -65631,13 +65631,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -65652,7 +65652,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -65695,7 +65695,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -65822,7 +65822,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -65834,13 +65834,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -65855,7 +65855,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -65898,7 +65898,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -66025,7 +66025,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -66037,13 +66037,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -66058,7 +66058,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -66101,7 +66101,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -66228,7 +66228,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -66240,13 +66240,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -66261,7 +66261,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -66304,7 +66304,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -66431,7 +66431,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -66443,13 +66443,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -66464,7 +66464,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -66507,7 +66507,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -66634,7 +66634,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -66646,13 +66646,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -66667,7 +66667,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -66710,7 +66710,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -66837,7 +66837,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -66849,13 +66849,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -66870,7 +66870,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -66913,7 +66913,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -67040,7 +67040,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -67052,13 +67052,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -67073,7 +67073,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -67116,7 +67116,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -67243,7 +67243,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -67255,13 +67255,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -67276,7 +67276,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -67319,7 +67319,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -67446,7 +67446,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -67458,13 +67458,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -67479,7 +67479,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -67522,7 +67522,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -67649,7 +67649,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -67661,13 +67661,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -67682,7 +67682,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -67725,7 +67725,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -67852,7 +67852,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -67864,13 +67864,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -67885,7 +67885,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -67928,7 +67928,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -68055,7 +68055,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -68067,13 +68067,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -68088,7 +68088,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -68131,7 +68131,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -68258,7 +68258,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -68270,13 +68270,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -68291,7 +68291,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -68334,7 +68334,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -68461,7 +68461,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -68473,13 +68473,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -68494,7 +68494,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -68537,7 +68537,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -68664,7 +68664,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -68676,13 +68676,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -68697,7 +68697,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -68740,7 +68740,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -68867,7 +68867,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -68879,13 +68879,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -68900,7 +68900,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -68943,7 +68943,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -69070,7 +69070,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -69082,13 +69082,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -69103,7 +69103,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -69146,7 +69146,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -69273,7 +69273,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -69285,13 +69285,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -69306,7 +69306,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -69349,7 +69349,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -69476,7 +69476,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -69488,13 +69488,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -69509,7 +69509,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -69552,7 +69552,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -69679,7 +69679,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -69691,13 +69691,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -69712,7 +69712,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -69755,7 +69755,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -69882,7 +69882,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -69894,13 +69894,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -69915,7 +69915,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -69958,7 +69958,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -70085,7 +70085,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -70097,13 +70097,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -70118,7 +70118,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -70161,7 +70161,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -70288,7 +70288,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -70300,13 +70300,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -70321,7 +70321,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -70364,7 +70364,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -70491,7 +70491,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -70503,13 +70503,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -70524,7 +70524,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -70567,7 +70567,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -70694,7 +70694,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -70706,13 +70706,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -70727,7 +70727,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -70770,7 +70770,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -70897,7 +70897,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -70909,13 +70909,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -70930,7 +70930,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -70973,7 +70973,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -71100,7 +71100,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -71112,13 +71112,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -71133,7 +71133,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -71176,7 +71176,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -71303,7 +71303,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -71315,13 +71315,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -71336,7 +71336,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -71379,7 +71379,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -71506,7 +71506,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -71518,13 +71518,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -71539,7 +71539,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -71582,7 +71582,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -71709,7 +71709,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -71721,13 +71721,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -71742,7 +71742,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -71785,7 +71785,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -71912,7 +71912,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -71924,13 +71924,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -71945,7 +71945,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -71988,7 +71988,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -72115,7 +72115,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -72127,13 +72127,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -72148,7 +72148,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -72191,7 +72191,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -72318,7 +72318,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -72330,13 +72330,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -72351,7 +72351,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -72394,7 +72394,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -72521,7 +72521,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -72533,13 +72533,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -72554,7 +72554,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -72597,7 +72597,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -72724,7 +72724,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -72736,13 +72736,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -72757,7 +72757,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -72800,7 +72800,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -72927,7 +72927,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -72939,13 +72939,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -72960,7 +72960,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -73003,7 +73003,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -73130,7 +73130,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -73142,13 +73142,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -73163,7 +73163,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -73206,7 +73206,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -73333,7 +73333,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -73345,13 +73345,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -73366,7 +73366,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -73409,7 +73409,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -73536,7 +73536,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -73548,13 +73548,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -73569,7 +73569,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -73612,7 +73612,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -73739,7 +73739,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -73751,13 +73751,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -73772,7 +73772,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -73815,7 +73815,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -73942,7 +73942,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -73954,13 +73954,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -73975,7 +73975,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -74018,7 +74018,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -74145,7 +74145,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -74157,13 +74157,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -74178,7 +74178,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -74221,7 +74221,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -74348,7 +74348,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -74360,13 +74360,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -74381,7 +74381,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -74424,7 +74424,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -74551,7 +74551,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -74563,13 +74563,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -74584,7 +74584,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -74627,7 +74627,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -74754,7 +74754,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -74766,13 +74766,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -74787,7 +74787,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -74830,7 +74830,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -74957,7 +74957,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -74969,13 +74969,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -74990,7 +74990,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -75033,7 +75033,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -75160,7 +75160,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -75172,13 +75172,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -75193,7 +75193,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -75236,7 +75236,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -75363,7 +75363,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -75375,13 +75375,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -75396,7 +75396,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -75439,7 +75439,7 @@ "dashLength": 10, "dashes": false, "datasource": "${DS_UNIFI_POLLER}", - "description": "Receive Packets per Application for $Client", + "description": "Receive Packets per Application for ${Client:regex}", "fill": 0, "fillGradient": 0, "gridPos": { @@ -75566,7 +75566,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -75578,13 +75578,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -75599,7 +75599,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets - $Client", + "title": "Receive Packets - ${Client:regex}", "tooltip": { "shared": true, "sort": 2, @@ -75788,7 +75788,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -75800,13 +75800,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -75821,7 +75821,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Bytes $Category", + "title": "Transmit Bytes ${Category:regex}", "tooltip": { "shared": true, "sort": 2, @@ -75994,7 +75994,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -76006,13 +76006,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -76027,7 +76027,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Bytes $Category", + "title": "Receive Bytes ${Category:regex}", "tooltip": { "shared": true, "sort": 2, @@ -76183,7 +76183,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -76195,13 +76195,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -76216,7 +76216,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Receive Packets $Category", + "title": "Receive Packets ${Category:regex}", "tooltip": { "shared": true, "sort": 2, @@ -76371,7 +76371,7 @@ { "key": "category", "operator": "=~", - "value": "/^$Category$/" + "value": "/^${Category:regex}$/" }, { "condition": "AND", @@ -76383,13 +76383,13 @@ "condition": "AND", "key": "source", "operator": "=~", - "value": "/^$Controller$/" + "value": "/^${Controller:regex}$/" }, { "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Client$/" + "value": "/^${Client:regex}$/" }, { "condition": "AND", @@ -76404,7 +76404,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Transmit Packets $Category", + "title": "Transmit Packets ${Category:regex}", "tooltip": { "shared": true, "sort": 2, @@ -76443,7 +76443,7 @@ } ], "repeat": "Category", - "title": "$Category", + "title": "${Category:regex}", "type": "row" } ], @@ -76482,14 +76482,14 @@ "allValue": "", "current": {}, "datasource": "${DS_UNIFI_POLLER}", - "definition": "show tag values from \"clientdpi\" with key=\"site_name\" WHERE source =~ /^$Controller$/", + "definition": "show tag values from \"clientdpi\" with key=\"site_name\" WHERE source =~ /^${Controller:regex}$/", "hide": 0, "includeAll": false, "label": null, "multi": true, "name": "Site", "options": [], - "query": "show tag values from \"clientdpi\" with key=\"site_name\" WHERE source =~ /^$Controller$/", + "query": "show tag values from \"clientdpi\" with key=\"site_name\" WHERE source =~ /^${Controller:regex}$/", "refresh": 1, "regex": "", "skipUrlSync": false, @@ -76504,14 +76504,14 @@ "allValue": ".*", "current": {}, "datasource": "${DS_UNIFI_POLLER}", - "definition": "show tag values from \"clientdpi\" with key=\"name\" WHERE source =~ /^$Controller$/ AND site_name =~ /^${Site:regex}$/", + "definition": "show tag values from \"clientdpi\" with key=\"name\" WHERE source =~ /^${Controller:regex}$/ AND site_name =~ /^${Site:regex}$/", "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "Client", "options": [], - "query": "show tag values from \"clientdpi\" with key=\"name\" WHERE source =~ /^$Controller$/ AND site_name =~ /^${Site:regex}$/", + "query": "show tag values from \"clientdpi\" with key=\"name\" WHERE source =~ /^${Controller:regex}$/ AND site_name =~ /^${Site:regex}$/", "refresh": 1, "regex": "", "skipUrlSync": false, @@ -76526,14 +76526,14 @@ "allValue": ".*", "current": {}, "datasource": "${DS_UNIFI_POLLER}", - "definition": "show tag values from \"clientdpi\" with key=\"category\" WHERE source =~ /^$Controller$/ AND site_name =~ /^${Site:regex}$/", + "definition": "show tag values from \"clientdpi\" with key=\"category\" WHERE source =~ /^${Controller:regex}$/ AND site_name =~ /^${Site:regex}$/", "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "Category", "options": [], - "query": "show tag values from \"clientdpi\" with key=\"category\" WHERE source =~ /^$Controller$/ AND site_name =~ /^${Site:regex}$/", + "query": "show tag values from \"clientdpi\" with key=\"category\" WHERE source =~ /^${Controller:regex}$/ AND site_name =~ /^${Site:regex}$/", "refresh": 1, "regex": "", "skipUrlSync": false, diff --git a/v2.0.0/UniFi-Poller_ Client Insights - InfluxDB.json b/v2.0.0/UniFi-Poller_ Client Insights - InfluxDB.json index 95cd7a4..3b1afe8 100644 --- a/v2.0.0/UniFi-Poller_ Client Insights - InfluxDB.json +++ b/v2.0.0/UniFi-Poller_ Client Insights - InfluxDB.json @@ -370,7 +370,7 @@ "measurement": "clients", "orderByTime": "ASC", "policy": "default", - "query": "SELECT last(\"ip\") AS \"Address\", last(\"note\") AS \"Note\", last(\"network\") AS \"Network\" FROM \"clients\" WHERE (\"is_wired\" = 'false' AND \"ap_mac\" =~ /^$AP$/) AND $timeFilter GROUP BY \"mac\", \"oui\", \"channel\", \"radio\", \"name\", \"ap_mac\"", + "query": "SELECT last(\"ip\") AS \"Address\", last(\"note\") AS \"Note\", last(\"network\") AS \"Network\" FROM \"clients\" WHERE (\"is_wired\" = 'false' AND \"ap_mac\" =~ /^${AP:regex}$/) AND $timeFilter GROUP BY \"mac\", \"oui\", \"channel\", \"radio\", \"name\", \"ap_mac\"", "rawQuery": false, "refId": "A", "resultFormat": "table", @@ -470,7 +470,7 @@ { "key": "name", "operator": "=~", - "value": "/^$Wireless$/" + "value": "/^${Wireless:regex}$/" }, { "condition": "AND", @@ -702,7 +702,7 @@ "measurement": "clients", "orderByTime": "ASC", "policy": "default", - "query": "SELECT last(\"ip\") AS \"Address\", last(\"note\") AS \"Note\", last(\"network\") AS \"Network\" FROM \"clients\" WHERE (\"is_wired\" != 'false' AND \"name\" =~ /^$Client$/ AND \"site_name\" =~ /${Site:regex}$/) AND $timeFilter GROUP BY \"sw_port\", \"mac\", \"oui\", \"use_fixedip\", \"name\"", + "query": "SELECT last(\"ip\") AS \"Address\", last(\"note\") AS \"Note\", last(\"network\") AS \"Network\" FROM \"clients\" WHERE (\"is_wired\" != 'false' AND \"name\" =~ /^${Client:regex}$/ AND \"site_name\" =~ /${Site:regex}$/) AND $timeFilter GROUP BY \"sw_port\", \"mac\", \"oui\", \"use_fixedip\", \"name\"", "rawQuery": false, "refId": "A", "resultFormat": "table", @@ -790,13 +790,13 @@ "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Wired$/" + "value": "/^${Wired:regex}$/" }, { "condition": "AND", "key": "sw_name", "operator": "=~", - "value": "/^$Switch$/" + "value": "/^${Switch:regex}$/" } ] } @@ -861,7 +861,7 @@ "measurement": "clients", "orderByTime": "ASC", "policy": "default", - "query": "select count(distinct(hostname)) FROM \"clients\" WHERE time > now() - 5m AND (\"site_name\" =~ /${Site:regex}$/ AND \"name\" =~ /^$Wired$/ AND sw_name =~ /$Switch$/ ) GROUP BY \"hostname\"", + "query": "select count(distinct(hostname)) FROM \"clients\" WHERE time > now() - 5m AND (\"site_name\" =~ /${Site:regex}$/ AND \"name\" =~ /^${Wired:regex}$/ AND sw_name =~ /${Switch:regex}$/ ) GROUP BY \"hostname\"", "rawQuery": true, "refId": "A", "resultFormat": "time_series", @@ -904,7 +904,7 @@ "hide": false, "orderByTime": "ASC", "policy": "default", - "query": "select count(distinct(hostname)) FROM \"clients\" WHERE time > now() - 5m AND (\"site_name\" =~ /${Site:regex}$/ AND \"name\" =~ /^$Wireless$/ AND ap_name =~ /$AP$/ ) GROUP BY \"channel\"", + "query": "select count(distinct(hostname)) FROM \"clients\" WHERE time > now() - 5m AND (\"site_name\" =~ /${Site:regex}$/ AND \"name\" =~ /^${Wireless:regex}$/ AND ap_name =~ /${AP:regex}$/ ) GROUP BY \"channel\"", "rawQuery": true, "refId": "B", "resultFormat": "time_series", @@ -986,7 +986,7 @@ "measurement": "clients", "orderByTime": "ASC", "policy": "default", - "query": "SELECT count(distinct(\"hostname\")) FROM \"clients\" WHERE $timeFilter AND \"ap_name\" =~ /$AP$/ AND \"site_name\" =~ /${Site:regex}$/ AND \"name\" =~ /^$Wireless$/ GROUP BY radio_proto", + "query": "SELECT count(distinct(\"hostname\")) FROM \"clients\" WHERE $timeFilter AND \"ap_name\" =~ /${AP:regex}$/ AND \"site_name\" =~ /${Site:regex}$/ AND \"name\" =~ /^${Wireless:regex}$/ GROUP BY radio_proto", "rawQuery": true, "refId": "A", "resultFormat": "time_series", @@ -1074,7 +1074,7 @@ "measurement": "clients", "orderByTime": "ASC", "policy": "default", - "query": "select count(distinct(hostname)) FROM \"clients\" WHERE time > now() - 5m AND site_name =~ /${Site:regex}$/ AND ((\"name\" =~ /^$Wireless$/ AND \"ap_name\" =~ /^$AP$/) OR (\"name\" =~ /^$Wired$/ AND \"sw_name\" =~ /$Switch$/ )) GROUP BY \"oui\"", + "query": "select count(distinct(hostname)) FROM \"clients\" WHERE time > now() - 5m AND site_name =~ /${Site:regex}$/ AND ((\"name\" =~ /^${Wireless:regex}$/ AND \"ap_name\" =~ /^${AP:regex}$/) OR (\"name\" =~ /^${Wired:regex}$/ AND \"sw_name\" =~ /${Switch:regex}$/ )) GROUP BY \"oui\"", "rawQuery": true, "refId": "A", "resultFormat": "time_series", @@ -1160,7 +1160,7 @@ "measurement": "clients", "orderByTime": "ASC", "policy": "default", - "query": "select count(distinct(hostname)) FROM \"clients\" WHERE time > now() - 5m AND site_name =~ /${Site:regex}$/ AND ((\"name\" =~ /^$Wireless$/ AND \"ap_name\" =~ /^$AP$/) OR (\"name\" =~ /^$Wired$/ AND \"sw_name\" =~ /$Switch$/ )) GROUP BY \"os_class\", \"os_name\", \"dev_cat\", \"dev_family\", \"dev_id\"", + "query": "select count(distinct(hostname)) FROM \"clients\" WHERE time > now() - 5m AND site_name =~ /${Site:regex}$/ AND ((\"name\" =~ /^${Wireless:regex}$/ AND \"ap_name\" =~ /^${AP:regex}$/) OR (\"name\" =~ /^${Wired:regex}$/ AND \"sw_name\" =~ /${Switch:regex}$/ )) GROUP BY \"os_class\", \"os_name\", \"dev_cat\", \"dev_family\", \"dev_id\"", "rawQuery": true, "refId": "A", "resultFormat": "time_series", @@ -1282,7 +1282,7 @@ "measurement": "clients", "orderByTime": "ASC", "policy": "default", - "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:regex}$/ AND \"sw_name\" =~ /^$Switch$/) AND $timeFilter GROUP BY time($__interval),\"name\",\"mac\"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:regex}$/ AND \"site_name\" =~ /^${Site:regex}$/ AND \"sw_name\" =~ /^${Switch:regex}$/) AND $timeFilter GROUP BY time($__interval),\"name\",\"mac\"fill(none)", "rawQuery": false, "refId": "A", "resultFormat": "time_series", @@ -1346,7 +1346,7 @@ "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Wired$/" + "value": "/^${Wired:regex}$/" }, { "condition": "AND", @@ -1358,7 +1358,7 @@ "condition": "AND", "key": "sw_name", "operator": "=~", - "value": "/^$Switch$/" + "value": "/^${Switch:regex}$/" } ] } @@ -1560,13 +1560,13 @@ "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Wireless$/" + "value": "/^${Wireless:regex}$/" }, { "condition": "AND", "key": "ap_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" }, { "condition": "AND", @@ -1713,7 +1713,7 @@ { "key": "name", "operator": "=~", - "value": "/^$Wireless$/" + "value": "/^${Wireless:regex}$/" }, { "condition": "AND", @@ -1725,7 +1725,7 @@ "condition": "AND", "key": "ap_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" } ] } @@ -1880,7 +1880,7 @@ "measurement": "clients", "orderByTime": "ASC", "policy": "default", - "query": "SELECT \"ip\" FROM \"clients\" WHERE \"use_fixedip\" != 'true' AND \"name\" =~ /^$Client$/ AND (\"ap_name\" =~ /^$AP$/ OR \"sw_name\" =~ /$Switch$/) AND \"site_name\" =~ /^${Site:regex}$/ AND $timeFilter GROUP BY \"name\"", + "query": "SELECT \"ip\" FROM \"clients\" WHERE \"use_fixedip\" != 'true' AND \"name\" =~ /^${Client:regex}$/ AND (\"ap_name\" =~ /^${AP:regex}$/ OR \"sw_name\" =~ /${Switch:regex}$/) AND \"site_name\" =~ /^${Site:regex}$/ AND $timeFilter GROUP BY \"name\"", "rawQuery": false, "refId": "A", "resultFormat": "time_series", @@ -1898,13 +1898,13 @@ { "key": "name", "operator": "=~", - "value": "/^$Wireless$/" + "value": "/^${Wireless:regex}$/" }, { "condition": "AND", "key": "ap_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" }, { "condition": "AND", @@ -1934,7 +1934,7 @@ "measurement": "clients", "orderByTime": "ASC", "policy": "default", - "query": "SELECT \"ip\" FROM \"clients\" WHERE \"use_fixedip\" != 'true' AND \"name\" =~ /^$Client$/ AND (\"ap_name\" =~ /^$AP$/ OR \"sw_name\" =~ /$Switch$/) AND \"site_name\" =~ /^${Site:regex}$/ AND $timeFilter GROUP BY \"name\"", + "query": "SELECT \"ip\" FROM \"clients\" WHERE \"use_fixedip\" != 'true' AND \"name\" =~ /^${Client:regex}$/ AND (\"ap_name\" =~ /^${AP:regex}$/ OR \"sw_name\" =~ /${Switch:regex}$/) AND \"site_name\" =~ /^${Site:regex}$/ AND $timeFilter GROUP BY \"name\"", "rawQuery": false, "refId": "B", "resultFormat": "time_series", @@ -1952,13 +1952,13 @@ { "key": "name", "operator": "=~", - "value": "/^$Wired$/" + "value": "/^${Wired:regex}$/" }, { "condition": "AND", "key": "sw_name", "operator": "=~", - "value": "/^$Switch$/" + "value": "/^${Switch:regex}$/" }, { "condition": "AND", @@ -2179,13 +2179,13 @@ "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Wired$/" + "value": "/^${Wired:regex}$/" }, { "condition": "AND", "key": "sw_name", "operator": "=~", - "value": "/^$Switch$/" + "value": "/^${Switch:regex}$/" }, { "condition": "AND", @@ -2291,7 +2291,7 @@ "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Wireless$/" + "value": "/^${Wireless:regex}$/" }, { "condition": "AND", @@ -2303,7 +2303,7 @@ "condition": "AND", "key": "ap_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" } ] } @@ -2426,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:regex}$/ AND (\"sw_name\" =~ /^$Switch$/ OR \"ap_name\" =~ /^$AP$/) AND $timeFilter GROUP BY time($__interval), \"name\", \"mac\"", + "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:regex}$/ AND (\"sw_name\" =~ /^${Switch:regex}$/ OR \"ap_name\" =~ /^${AP:regex}$/) AND $timeFilter GROUP BY time($__interval), \"name\", \"mac\"", "rawQuery": true, "refId": "A", "resultFormat": "time_series", @@ -2496,13 +2496,13 @@ "condition": "AND", "key": "sw_name", "operator": "=~", - "value": "/^$Switch$/" + "value": "/^${Switch:regex}$/" }, { "condition": "OR", "key": "ap_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" } ] } @@ -2639,13 +2639,13 @@ { "key": "name", "operator": "=~", - "value": "/^$Wireless$/" + "value": "/^${Wireless:regex}$/" }, { "condition": "AND", "key": "ap_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" }, { "condition": "AND", @@ -2789,13 +2789,13 @@ { "key": "name", "operator": "=~", - "value": "/^$Wireless$/" + "value": "/^${Wireless:regex}$/" }, { "condition": "AND", "key": "ap_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" }, { "condition": "AND", @@ -2938,13 +2938,13 @@ { "key": "name", "operator": "=~", - "value": "/^$Wireless$/" + "value": "/^${Wireless:regex}$/" }, { "condition": "AND", "key": "ap_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" }, { "condition": "AND", @@ -3086,13 +3086,13 @@ { "key": "name", "operator": "=~", - "value": "/^$Wireless$/" + "value": "/^${Wireless:regex}$/" }, { "condition": "AND", "key": "ap_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" }, { "condition": "AND", @@ -3241,13 +3241,13 @@ { "key": "name", "operator": "=~", - "value": "/^$Wireless$/" + "value": "/^${Wireless:regex}$/" }, { "condition": "AND", "key": "ap_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" }, { "condition": "AND", @@ -3390,13 +3390,13 @@ { "key": "name", "operator": "=~", - "value": "/^$Wireless$/" + "value": "/^${Wireless:regex}$/" }, { "condition": "AND", "key": "ap_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" }, { "condition": "AND", @@ -3546,13 +3546,13 @@ { "key": "name", "operator": "=~", - "value": "/^$Wireless$/" + "value": "/^${Wireless:regex}$/" }, { "condition": "AND", "key": "ap_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" }, { "condition": "AND", @@ -3696,13 +3696,13 @@ { "key": "name", "operator": "=~", - "value": "/^$Wireless$/" + "value": "/^${Wireless:regex}$/" }, { "condition": "AND", "key": "ap_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" }, { "condition": "AND", @@ -3845,13 +3845,13 @@ { "key": "name", "operator": "=~", - "value": "/^$Wireless$/" + "value": "/^${Wireless:regex}$/" }, { "condition": "AND", "key": "ap_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" }, { "condition": "AND", @@ -3995,13 +3995,13 @@ { "key": "name", "operator": "=~", - "value": "/^$Wireless$/" + "value": "/^${Wireless:regex}$/" }, { "condition": "AND", "key": "ap_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" }, { "condition": "AND", @@ -4146,13 +4146,13 @@ { "key": "name", "operator": "=~", - "value": "/^$Wireless$/" + "value": "/^${Wireless:regex}$/" }, { "condition": "AND", "key": "ap_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" }, { "condition": "AND", @@ -4301,13 +4301,13 @@ { "key": "name", "operator": "=~", - "value": "/^$Wireless$/" + "value": "/^${Wireless:regex}$/" }, { "condition": "AND", "key": "ap_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" }, { "condition": "AND", @@ -4396,14 +4396,14 @@ "allValue": null, "current": {}, "datasource": "${DS_UNIFI_POLLER}", - "definition": "SHOW TAG VALUES FROM \"clients\" WITH KEY = \"site_name\" WHERE source =~ /^$Controller$/ ", + "definition": "SHOW TAG VALUES FROM \"clients\" WITH KEY = \"site_name\" WHERE source =~ /^${Controller:regex}$/ ", "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "Site", "options": [], - "query": "SHOW TAG VALUES FROM \"clients\" WITH KEY = \"site_name\" WHERE source =~ /^$Controller$/ ", + "query": "SHOW TAG VALUES FROM \"clients\" WITH KEY = \"site_name\" WHERE source =~ /^${Controller:regex}$/ ", "refresh": 1, "regex": "", "skipUrlSync": false, @@ -4462,14 +4462,14 @@ "allValue": ".*", "current": {}, "datasource": "${DS_UNIFI_POLLER}", - "definition": "SHOW TAG VALUES FROM \"clients\" WITH KEY = \"name\" WHERE site_name =~ /^${Site:regex}$/ AND ap_name =~ /^$AP$/ AND is_wired=false", + "definition": "SHOW TAG VALUES FROM \"clients\" WITH KEY = \"name\" WHERE site_name =~ /^${Site:regex}$/ AND ap_name =~ /^${AP:regex}$/ AND is_wired=false", "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "Wireless", "options": [], - "query": "SHOW TAG VALUES FROM \"clients\" WITH KEY = \"name\" WHERE site_name =~ /^${Site:regex}$/ AND ap_name =~ /^$AP$/ AND is_wired=false", + "query": "SHOW TAG VALUES FROM \"clients\" WITH KEY = \"name\" WHERE site_name =~ /^${Site:regex}$/ AND ap_name =~ /^${AP:regex}$/ AND is_wired=false", "refresh": 1, "regex": "", "skipUrlSync": false, @@ -4484,14 +4484,14 @@ "allValue": ".*", "current": {}, "datasource": "${DS_UNIFI_POLLER}", - "definition": "SHOW TAG VALUES FROM \"clients\" WITH KEY = \"name\" WHERE site_name =~ /^${Site:regex}$/ AND sw_name =~ /^$Switch$/ AND is_wired=true", + "definition": "SHOW TAG VALUES FROM \"clients\" WITH KEY = \"name\" WHERE site_name =~ /^${Site:regex}$/ AND sw_name =~ /^${Switch:regex}$/ AND is_wired=true", "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "Wired", "options": [], - "query": "SHOW TAG VALUES FROM \"clients\" WITH KEY = \"name\" WHERE site_name =~ /^${Site:regex}$/ AND sw_name =~ /^$Switch$/ AND is_wired=true", + "query": "SHOW TAG VALUES FROM \"clients\" WITH KEY = \"name\" WHERE site_name =~ /^${Site:regex}$/ AND sw_name =~ /^${Switch:regex}$/ AND is_wired=true", "refresh": 1, "regex": "", "skipUrlSync": false, diff --git a/v2.0.0/UniFi-Poller_ Network Sites - InfluxDB.json b/v2.0.0/UniFi-Poller_ Network Sites - InfluxDB.json index 6f24461..64bc81e 100644 --- a/v2.0.0/UniFi-Poller_ Network Sites - InfluxDB.json +++ b/v2.0.0/UniFi-Poller_ Network Sites - InfluxDB.json @@ -219,7 +219,7 @@ { "key": "site_name", "operator": "=~", - "value": "/^$site$/" + "value": "/^${Site:regex}$/" }, { "condition": "AND", @@ -334,7 +334,7 @@ { "key": "site_name", "operator": "=~", - "value": "/^$site$/" + "value": "/^${Site:regex}$/" }, { "condition": "AND", @@ -449,7 +449,7 @@ { "key": "site_name", "operator": "=~", - "value": "/^$site$/" + "value": "/^${Site:regex}$/" }, { "condition": "AND", @@ -564,7 +564,7 @@ { "key": "site_name", "operator": "=~", - "value": "/^$site$/" + "value": "/^${Site:regex}$/" }, { "condition": "AND", @@ -751,7 +751,7 @@ { "key": "site_name", "operator": "=~", - "value": "/^$site$/" + "value": "/^${Site:regex}$/" }, { "condition": "AND", @@ -857,7 +857,7 @@ { "key": "site_name", "operator": "=~", - "value": "/^$site$/" + "value": "/^${Site:regex}$/" }, { "condition": "AND", @@ -972,7 +972,7 @@ { "key": "site_name", "operator": "=~", - "value": "/^$site$/" + "value": "/^${Site:regex}$/" }, { "condition": "AND", @@ -1087,7 +1087,7 @@ { "key": "site_name", "operator": "=~", - "value": "/^$site$/" + "value": "/^${Site:regex}$/" }, { "condition": "AND", @@ -1202,7 +1202,7 @@ { "key": "site_name", "operator": "=~", - "value": "/^$site$/" + "value": "/^${Site:regex}$/" }, { "condition": "AND", @@ -1317,7 +1317,7 @@ { "key": "site_name", "operator": "=~", - "value": "/^$site$/" + "value": "/^${Site:regex}$/" }, { "condition": "AND", @@ -1432,7 +1432,7 @@ { "key": "site_name", "operator": "=~", - "value": "/^$site$/" + "value": "/^${Site:regex}$/" }, { "condition": "AND", @@ -1547,7 +1547,7 @@ { "key": "site_name", "operator": "=~", - "value": "/^$site$/" + "value": "/^${Site:regex}$/" }, { "condition": "AND", @@ -1702,7 +1702,7 @@ { "key": "site_name", "operator": "=~", - "value": "/^$site$/" + "value": "/^${Site:regex}$/" }, { "condition": "AND", @@ -1887,7 +1887,7 @@ { "key": "site_name", "operator": "=~", - "value": "/^$site$/" + "value": "/^${Site:regex}$/" }, { "condition": "AND", @@ -1993,7 +1993,7 @@ { "key": "site_name", "operator": "=~", - "value": "/^$site$/" + "value": "/^${Site:regex}$/" }, { "condition": "AND", @@ -2109,7 +2109,7 @@ { "key": "site_name", "operator": "=~", - "value": "/^$site$/" + "value": "/^${Site:regex}$/" } ] } @@ -2218,7 +2218,7 @@ { "key": "site_name", "operator": "=~", - "value": "/^$site$/" + "value": "/^${Site:regex}$/" } ] } @@ -2327,7 +2327,7 @@ { "key": "site_name", "operator": "=~", - "value": "/^$site$/" + "value": "/^${Site:regex}$/" } ] } @@ -2436,7 +2436,7 @@ { "key": "site_name", "operator": "=~", - "value": "/^$site$/" + "value": "/^${Site:regex}$/" } ] } @@ -2545,7 +2545,7 @@ { "key": "site_name", "operator": "=~", - "value": "/^$site$/" + "value": "/^${Site:regex}$/" }, { "condition": "AND", @@ -2660,7 +2660,7 @@ { "key": "site_name", "operator": "=~", - "value": "/^$site$/" + "value": "/^${Site:regex}$/" }, { "condition": "AND", @@ -2860,7 +2860,7 @@ { "key": "site_name", "operator": "=~", - "value": "/^$site$/" + "value": "/^${Site:regex}$/" }, { "condition": "AND", @@ -2963,7 +2963,7 @@ "measurement": "subsystems", "orderByTime": "ASC", "policy": "default", - "query": "SELECT max(\"rx_bytes-r\") AS \"Bytes RX\", max(\"tx_bytes-r\") AS \"Bytes TX\" FROM \"subsystems\" WHERE (\"site_name\" =~ /^$site$/) AND $timeFilter GROUP BY time($__interval), \"subsystem\" fill(null)", + "query": "SELECT max(\"rx_bytes-r\") AS \"Bytes RX\", max(\"tx_bytes-r\") AS \"Bytes TX\" FROM \"subsystems\" WHERE (\"site_name\" =~ /^${Site:regex}$/) AND $timeFilter GROUP BY time($__interval), \"subsystem\" fill(null)", "rawQuery": true, "refId": "A", "resultFormat": "time_series", @@ -3009,7 +3009,7 @@ { "key": "site_name", "operator": "=~", - "value": "/^$site$/" + "value": "/^${Site:regex}$/" } ] } @@ -3018,7 +3018,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Site $site Data Transfer", + "title": "Site ${Site:regex} Data Transfer", "tooltip": { "shared": true, "sort": 2, @@ -3199,7 +3199,7 @@ { "key": "site_name", "operator": "=~", - "value": "/^$site$/" + "value": "/^${Site:regex}$/" } ] } @@ -3208,7 +3208,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Site $site Client Counts", + "title": "Site ${Site:regex} Client Counts", "tooltip": { "shared": true, "sort": 2, @@ -3383,7 +3383,7 @@ { "key": "site_name", "operator": "=~", - "value": "/^$site$/" + "value": "/^${Site:regex}$/" } ] } @@ -3432,7 +3432,7 @@ } ], "repeat": "site", - "title": "Site: $site", + "title": "Site: ${Site:regex}", "type": "row" } ], @@ -3470,14 +3470,14 @@ "allValue": null, "current": {}, "datasource": "${DS_UNIFI_POLLER}", - "definition": "show tag values from \"subsystems\" with key=\"site_name\" WHERE source =~ /^$Controller$/ ", + "definition": "show tag values from \"subsystems\" with key=\"site_name\" WHERE source =~ /^${Controller:regex}$/ ", "hide": 2, "includeAll": true, "label": "", "multi": false, - "name": "site", + "name": "Site", "options": [], - "query": "show tag values from \"subsystems\" with key=\"site_name\" WHERE source =~ /^$Controller$/ ", + "query": "show tag values from \"subsystems\" with key=\"site_name\" WHERE source =~ /^${Controller:regex}$/ ", "refresh": 1, "regex": "", "skipUrlSync": false, diff --git a/v2.0.0/UniFi-Poller_ UAP Insights - InfluxDB.json b/v2.0.0/UniFi-Poller_ UAP Insights - InfluxDB.json index 5574c00..ce79441 100644 --- a/v2.0.0/UniFi-Poller_ UAP Insights - InfluxDB.json +++ b/v2.0.0/UniFi-Poller_ UAP Insights - InfluxDB.json @@ -186,7 +186,7 @@ "measurement": "uap", "orderByTime": "ASC", "policy": "default", - "query": "select count(distinct(hostname)) FROM \"clients\" WHERE $timeFilter AND ap_name =~ /$AP$/ AND site_name =~ /${Site:regex}$/ GROUP BY \"channel\"", + "query": "select count(distinct(hostname)) FROM \"clients\" WHERE $timeFilter AND ap_name =~ /${AP:regex}$/ AND site_name =~ /${Site:regex}$/ GROUP BY \"channel\"", "rawQuery": true, "refId": "B", "resultFormat": "time_series", @@ -265,7 +265,7 @@ "measurement": "clients", "orderByTime": "ASC", "policy": "default", - "query": "select count(distinct(hostname)) FROM \"clients\" WHERE ($timeFilter AND ap_name =~ /$AP$/ AND site_name =~ /${Site:regex}$/) GROUP BY \"radio_proto\", \"ap_name\"", + "query": "select count(distinct(hostname)) FROM \"clients\" WHERE ($timeFilter AND ap_name =~ /${AP:regex}$/ AND site_name =~ /${Site:regex}$/) GROUP BY \"radio_proto\", \"ap_name\"", "rawQuery": true, "refId": "A", "resultFormat": "time_series", @@ -348,7 +348,7 @@ "measurement": "clients", "orderByTime": "ASC", "policy": "default", - "query": "select count(distinct(hostname)) FROM \"clients\" WHERE $timeFilter AND ap_name =~ /$AP$/ AND site_name =~ /${Site:regex}$/ GROUP BY \"oui\"", + "query": "select count(distinct(hostname)) FROM \"clients\" WHERE $timeFilter AND ap_name =~ /${AP:regex}$/ AND site_name =~ /${Site:regex}$/ GROUP BY \"oui\"", "rawQuery": true, "refId": "A", "resultFormat": "time_series", @@ -460,7 +460,7 @@ "measurement": "uap_radios", "orderByTime": "ASC", "policy": "default", - "query": "select count(distinct(hostname)) FROM \"clients\" WHERE ($timeFilter AND ap_name =~ /$AP$/ AND site_name =~ /${Site:regex}$/)", + "query": "select count(distinct(hostname)) FROM \"clients\" WHERE ($timeFilter AND ap_name =~ /${AP:regex}$/ AND site_name =~ /${Site:regex}$/)", "rawQuery": true, "refId": "A", "resultFormat": "time_series", @@ -588,7 +588,7 @@ "measurement": "clients", "orderByTime": "ASC", "policy": "default", - "query": "select count(distinct(hostname)) FROM \"clients\" WHERE ($timeFilter AND ap_name =~ /$AP$/ AND site_name =~ /${Site:regex}$/ AND is_guest = \"true\")", + "query": "select count(distinct(hostname)) FROM \"clients\" WHERE ($timeFilter AND ap_name =~ /${AP:regex}$/ AND site_name =~ /${Site:regex}$/ AND is_guest = \"true\")", "rawQuery": true, "refId": "A", "resultFormat": "time_series", @@ -1150,7 +1150,7 @@ { "key": "name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" }, { "condition": "AND", @@ -1679,7 +1679,7 @@ "condition": "AND", "key": "device_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" } ] } @@ -1763,7 +1763,7 @@ { "key": "name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" }, { "condition": "AND", @@ -1892,7 +1892,7 @@ { "key": "name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" }, { "condition": "AND", @@ -2062,7 +2062,7 @@ { "key": "name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" }, { "condition": "AND", @@ -2214,7 +2214,7 @@ "condition": "AND", "key": "device_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" } ] } @@ -2390,7 +2390,7 @@ "condition": "AND", "key": "ap_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" } ] } @@ -2550,7 +2550,7 @@ { "key": "device_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" }, { "condition": "AND", @@ -2630,7 +2630,7 @@ { "key": "device_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" }, { "condition": "AND", @@ -2784,7 +2784,7 @@ "condition": "AND", "key": "ap_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" } ] } @@ -2924,7 +2924,7 @@ "condition": "AND", "key": "ap_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" } ] } @@ -3067,7 +3067,7 @@ { "key": "device_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" }, { "condition": "AND", @@ -3224,7 +3224,7 @@ { "key": "device_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" }, { "condition": "AND", @@ -3420,7 +3420,7 @@ { "key": "device_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" }, { "condition": "AND", @@ -3615,7 +3615,7 @@ { "key": "device_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" }, { "condition": "AND", @@ -3817,7 +3817,7 @@ "condition": "AND", "key": "device_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" }, { "condition": "AND", @@ -4013,7 +4013,7 @@ "condition": "AND", "key": "device_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" } ] } @@ -4196,7 +4196,7 @@ { "key": "device_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" }, { "condition": "AND", @@ -4393,7 +4393,7 @@ { "key": "device_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" }, { "condition": "AND", @@ -4741,7 +4741,7 @@ { "key": "device_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" }, { "condition": "AND", @@ -5083,7 +5083,7 @@ { "key": "device_name", "operator": "=~", - "value": "/^$AP$/" + "value": "/^${AP:regex}$/" }, { "condition": "AND", @@ -5181,14 +5181,14 @@ "allValue": null, "current": {}, "datasource": "${DS_UNIFI_POLLER}", - "definition": "show tag values from \"uap\" with key=\"site_name\" where source =~ /$Controller$/", + "definition": "show tag values from \"uap\" with key=\"site_name\" where source =~ /${Controller:regex}$/", "hide": 0, "includeAll": true, "label": "", "multi": true, "name": "Site", "options": [], - "query": "show tag values from \"uap\" with key=\"site_name\" where source =~ /$Controller$/", + "query": "show tag values from \"uap\" with key=\"site_name\" where source =~ /${Controller:regex}$/", "refresh": 1, "regex": "", "skipUrlSync": false, diff --git a/v2.0.0/UniFi-Poller_ USG Insights - InfluxDB.json b/v2.0.0/UniFi-Poller_ USG Insights - InfluxDB.json index 1e95ee2..7ad2b0e 100644 --- a/v2.0.0/UniFi-Poller_ USG Insights - InfluxDB.json +++ b/v2.0.0/UniFi-Poller_ USG Insights - InfluxDB.json @@ -4201,14 +4201,14 @@ "allValue": null, "current": {}, "datasource": "${DS_UNIFI_POLLER}", - "definition": "show tag values from \"usg\" with key=\"site_name\" where source =~ /$Controller$/", + "definition": "show tag values from \"usg\" with key=\"site_name\" where source =~ /${Controller:regex}$/", "hide": 0, "includeAll": true, "label": "", "multi": true, "name": "Site", "options": [], - "query": "show tag values from \"usg\" with key=\"site_name\" where source =~ /$Controller$/", + "query": "show tag values from \"usg\" with key=\"site_name\" where source =~ /${Controller:regex}$/", "refresh": 1, "regex": "", "skipUrlSync": false, diff --git a/v2.0.0/UniFi-Poller_ USW Insights - InfluxDB.json b/v2.0.0/UniFi-Poller_ USW Insights - InfluxDB.json index b1ad4cf..21ef56d 100644 --- a/v2.0.0/UniFi-Poller_ USW Insights - InfluxDB.json +++ b/v2.0.0/UniFi-Poller_ USW Insights - InfluxDB.json @@ -573,7 +573,7 @@ "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Switch$/" + "value": "/^${Switch:regex}$/" } ] }, @@ -641,7 +641,7 @@ "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Switch$/" + "value": "/^${Switch:regex}$/" } ] }, @@ -756,7 +756,7 @@ "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Switch$/" + "value": "/^${Switch:regex}$/" } ] }, @@ -854,7 +854,7 @@ "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Switch$/" + "value": "/^${Switch:regex}$/" } ] } @@ -1012,7 +1012,7 @@ "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Switch$/" + "value": "/^${Switch:regex}$/" } ] }, @@ -1073,7 +1073,7 @@ "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Switch$/" + "value": "/^${Switch:regex}$/" } ] }, @@ -1134,7 +1134,7 @@ "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Switch$/" + "value": "/^${Switch:regex}$/" } ] } @@ -1324,7 +1324,7 @@ "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Switch$/" + "value": "/^${Switch:regex}$/" } ] }, @@ -1385,7 +1385,7 @@ "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Switch$/" + "value": "/^${Switch:regex}$/" } ] }, @@ -1446,7 +1446,7 @@ "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Switch$/" + "value": "/^${Switch:regex}$/" } ] } @@ -1603,7 +1603,7 @@ "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Switch$/" + "value": "/^${Switch:regex}$/" } ] }, @@ -1664,7 +1664,7 @@ "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Switch$/" + "value": "/^${Switch:regex}$/" } ] }, @@ -1725,7 +1725,7 @@ "condition": "AND", "key": "name", "operator": "=~", - "value": "/^$Switch$/" + "value": "/^${Switch:regex}$/" } ] } @@ -1918,7 +1918,7 @@ "condition": "AND", "key": "device_name", "operator": "=~", - "value": "/^$Switch$/" + "value": "/^${Switch:regex}$/" }, { "condition": "AND", @@ -2521,7 +2521,7 @@ "condition": "AND", "key": "device_name", "operator": "=~", - "value": "/^$Switch$/" + "value": "/^${Switch:regex}$/" } ] } @@ -2999,7 +2999,7 @@ "condition": "AND", "key": "device_name", "operator": "=~", - "value": "/^$Switch$/" + "value": "/^${Switch:regex}$/" }, { "condition": "AND", @@ -3166,7 +3166,7 @@ "condition": "AND", "key": "device_name", "operator": "=~", - "value": "/^$Switch$/" + "value": "/^${Switch:regex}$/" }, { "condition": "AND", @@ -3391,7 +3391,7 @@ "condition": "AND", "key": "device_name", "operator": "=~", - "value": "/^$Switch$/" + "value": "/^${Switch:regex}$/" }, { "condition": "AND", @@ -3641,7 +3641,7 @@ "condition": "AND", "key": "device_name", "operator": "=~", - "value": "/^$Switch$/" + "value": "/^${Switch:regex}$/" }, { "condition": "AND", @@ -3843,7 +3843,7 @@ "condition": "AND", "key": "device_name", "operator": "=~", - "value": "/^$Switch$/" + "value": "/^${Switch:regex}$/" }, { "condition": "AND", @@ -4003,7 +4003,7 @@ "condition": "AND", "key": "device_name", "operator": "=~", - "value": "/^$Switch$/" + "value": "/^${Switch:regex}$/" }, { "condition": "AND", @@ -4163,7 +4163,7 @@ "condition": "AND", "key": "device_name", "operator": "=~", - "value": "/^$Switch$/" + "value": "/^${Switch:regex}$/" }, { "condition": "AND", @@ -4323,7 +4323,7 @@ "condition": "AND", "key": "device_name", "operator": "=~", - "value": "/^$Switch$/" + "value": "/^${Switch:regex}$/" }, { "condition": "AND", @@ -4417,14 +4417,14 @@ "allValue": "", "current": {}, "datasource": "${DS_UNIFI_POLLER}", - "definition": "show tag values from \"usw_ports\" with key=\"site_name\" WHERE source =~ /^$Controller$/ ", + "definition": "show tag values from \"usw_ports\" with key=\"site_name\" WHERE source =~ /^${Controller:regex}$/ ", "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "Site", "options": [], - "query": "show tag values from \"usw_ports\" with key=\"site_name\" WHERE source =~ /^$Controller$/ ", + "query": "show tag values from \"usw_ports\" with key=\"site_name\" WHERE source =~ /^${Controller:regex}$/ ", "refresh": 1, "regex": "", "skipUrlSync": false, @@ -4481,14 +4481,14 @@ "allValue": "", "current": {}, "datasource": "${DS_UNIFI_POLLER}", - "definition": "show tag values from \"usw_ports\" with key=\"device_name\" where site_name =~ /^${Site:regex}$/ AND type=~/^$Devices$/", + "definition": "show tag values from \"usw_ports\" with key=\"device_name\" where site_name =~ /^${Site:regex}$/ AND type =~ /^${Devices:regex}$/", "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:regex}$/ AND type=~/^$Devices$/", + "query": "show tag values from \"usw_ports\" with key=\"device_name\" where site_name =~ /^${Site:regex}$/ AND type =~ /^${Devices:regex}$/", "refresh": 1, "regex": "", "skipUrlSync": false, @@ -4503,14 +4503,14 @@ "allValue": ".*", "current": {}, "datasource": "${DS_UNIFI_POLLER}", - "definition": "show tag values from \"usw_ports\" with key=\"port_id\" where device_name =~ /^$Switch$/ AND site_name =~ /^${Site:regex}$/", + "definition": "show tag values from \"usw_ports\" with key=\"port_id\" where device_name =~ /^${Switch:regex}$/ AND site_name =~ /^${Site:regex}$/", "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "Port", "options": [], - "query": "show tag values from \"usw_ports\" with key=\"port_id\" where device_name =~ /^$Switch$/ AND site_name =~ /^${Site:regex}$/", + "query": "show tag values from \"usw_ports\" with key=\"port_id\" where device_name =~ /^${Switch:regex}$/ AND site_name =~ /^${Site:regex}$/", "refresh": 1, "regex": "", "skipUrlSync": false,