diff --git a/pfSense-Grafana-Dashboard.json b/pfSense-Grafana-Dashboard.json index cc4c7f3..9245970 100644 --- a/pfSense-Grafana-Dashboard.json +++ b/pfSense-Grafana-Dashboard.json @@ -1,4 +1,64 @@ { + "__inputs": [ + { + "name": "DS_INFLUXDB", + "label": "InfluxDB", + "description": "", + "type": "datasource", + "pluginId": "influxdb", + "pluginName": "InfluxDB" + } + ], + "__requires": [ + { + "type": "panel", + "id": "gauge", + "name": "Gauge", + "version": "" + }, + { + "type": "grafana", + "id": "grafana", + "name": "Grafana", + "version": "7.4.3" + }, + { + "type": "panel", + "id": "grafana-worldmap-panel", + "name": "Worldmap Panel", + "version": "0.3.2" + }, + { + "type": "panel", + "id": "graph", + "name": "Graph", + "version": "" + }, + { + "type": "datasource", + "id": "influxdb", + "name": "InfluxDB", + "version": "1.0.0" + }, + { + "type": "panel", + "id": "singlestat", + "name": "Singlestat", + "version": "" + }, + { + "type": "panel", + "id": "stat", + "name": "Stat", + "version": "" + }, + { + "type": "panel", + "id": "table", + "name": "Table", + "version": "" + } + ], "annotations": { "list": [ { @@ -15,8 +75,8 @@ "editable": true, "gnetId": null, "graphTooltip": 0, - "id": 10, - "iteration": 1620242189269, + "id": null, + "iteration": 1621452211476, "links": [], "panels": [ { @@ -1544,7 +1604,7 @@ }, { "collapsed": false, - "datasource": "InfluxDB-PfSense", + "datasource": "$dataSource", "gridPos": { "h": 1, "w": 24, @@ -1646,7 +1706,7 @@ "measurement": "tail_ipblock", "orderByTime": "ASC", "policy": "autogen", - "query": "SELECT TOP(\"count\",\"src_ip\",10) FROM (SELECT count(\"action\") FROM \"autogen\".\"tail_ip_block_log\" WHERE (\"host\" =~ /^$Host$/ AND \"action\" = 'block' AND \"direction\" = 'in') AND $timeFilter GROUP BY \"src_ip\")", + "query": "SELECT TOP(\"count\",\"src_ip\",10) FROM (SELECT count(\"action\") FROM \"autogen\".\"tail_ip_block_log\" WHERE (\"host\" =~ /^$Host$/ AND \"action\" = 'block' AND \"direction\" = 'in') AND $timeFilter GROUP BY \"src_ip\") WHERE $timeFilter", "rawQuery": true, "refId": "A", "resultFormat": "table", @@ -1808,7 +1868,7 @@ "measurement": "tail_ipblock", "orderByTime": "ASC", "policy": "autogen", - "query": "SELECT TOP(\"count\",\"src_ip\",10) FROM (SELECT count(\"action\") FROM \"autogen\".\"tail_ip_block_log\" WHERE (\"host\" =~ /^$Host$/ AND \"action\" = 'block' AND \"direction\" = 'out') AND $timeFilter GROUP BY \"src_ip\")", + "query": "SELECT TOP(\"count\",\"src_ip\",10) FROM (SELECT count(\"action\") FROM \"autogen\".\"tail_ip_block_log\" WHERE (\"host\" =~ /^$Host$/ AND \"action\" = 'block' AND \"direction\" = 'out') AND $timeFilter GROUP BY \"src_ip\") WHERE $timeFilter", "rawQuery": true, "refId": "A", "resultFormat": "table", @@ -1881,7 +1941,7 @@ "type": "table" }, { - "datasource": "InfluxDB-PfSense", + "datasource": "${DS_INFLUXDB}", "fieldConfig": { "defaults": { "color": { @@ -2172,7 +2232,7 @@ "valueName": "total" }, { - "datasource": "InfluxDB-PfSense", + "datasource": "${DS_INFLUXDB}", "description": "", "fieldConfig": { "defaults": { @@ -2379,7 +2439,7 @@ "measurement": "tail_dnsbl", "orderByTime": "ASC", "policy": "autogen", - "query": "SELECT TOP(\"count\",\"src_ip\",10) FROM (SELECT count(\"domain\") FROM \"autogen\".\"tail_dnsbl_log\" WHERE (\"host\" =~ /^$Host$/) AND $timeFilter GROUP BY \"src_ip\")", + "query": "SELECT TOP(\"count\",\"src_ip\",10) FROM (SELECT count(\"domain\") FROM \"autogen\".\"tail_dnsbl_log\" WHERE (\"host\" =~ /^$Host$/) AND $timeFilter GROUP BY \"src_ip\") WHERE $timeFilter", "rawQuery": true, "refId": "A", "resultFormat": "table", @@ -2531,7 +2591,7 @@ "measurement": "tail_dnsbl", "orderByTime": "ASC", "policy": "autogen", - "query": "SELECT TOP(\"count\",\"tld\",10) FROM (SELECT count(\"domain\") FROM \"autogen\".\"tail_dnsbl_log\" WHERE (\"host\" =~ /^$Host$/) AND $timeFilter GROUP BY \"tld\")", + "query": "SELECT TOP(\"count\",\"tld\",10) FROM (SELECT count(\"domain\") FROM \"autogen\".\"tail_dnsbl_log\" WHERE (\"host\" =~ /^$Host$/) AND $timeFilter GROUP BY \"tld\") WHERE $timeFilter", "rawQuery": true, "refId": "A", "resultFormat": "table", @@ -2595,7 +2655,7 @@ }, { "collapsed": false, - "datasource": "InfluxDB-PfSense", + "datasource": "$dataSource", "gridPos": { "h": 1, "w": 24, @@ -2607,1385 +2667,1385 @@ "title": "pfBlocker Details", "type": "row" }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" + { + "cacheTimeout": null, + "datasource": "$dataSource", + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "left", + "filterable": false + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null }, - "custom": { - "align": "left", - "filterable": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] + { + "color": "red", + "value": 80 } + ] + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Dest Port" }, - "overrides": [ + "properties": [ { - "matcher": { - "id": "byName", - "options": "Dest Port" - }, - "properties": [ - { - "id": "custom.width", - "value": 105 - } - ] + "id": "custom.width", + "value": 105 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Dest IP" + }, + "properties": [ + { + "id": "custom.width", + "value": 128 + } + ] + } + ] + }, + "gridPos": { + "h": 9, + "w": 5, + "x": 0, + "y": 24 + }, + "id": 1059, + "interval": null, + "links": [], + "maxDataPoints": null, + "options": { + "showHeader": true, + "sortBy": [ + { + "desc": true, + "displayName": "Blocked Count" + } + ] + }, + "pluginVersion": "7.4.3", + "targets": [ + { + "alias": "$tag_src_ip", + "groupBy": [ + { + "params": [ + "src_ip" + ], + "type": "tag" + } + ], + "hide": false, + "limit": "", + "measurement": "tail_ipblock", + "orderByTime": "ASC", + "policy": "autogen", + "query": "SELECT TOP(\"blocked\",10),src_ip,dest_ip, dest_port FROM\n(\nSELECT count(\"action\") as \"blocked\" FROM \"autogen\".\"tail_ip_block_log\" WHERE (\"host\" =~ /^$Host$/ AND \"action\" = 'block' AND \"direction\" = 'in' and protocolid =~ /^(6$|17$)/) AND $timeFilter GROUP BY src_ip,dest_ip,dest_port\n) WHERE $timeFilter", + "rawQuery": true, + "refId": "C", + "resultFormat": "table", + "select": [ + [ + { + "params": [ + "action" + ], + "type": "field" }, { - "matcher": { - "id": "byName", - "options": "Dest IP" - }, - "properties": [ - { - "id": "custom.width", - "value": 128 - } - ] + "params": [], + "type": "count" } ] - }, - "gridPos": { - "h": 9, - "w": 5, - "x": 0, - "y": 24 - }, - "id": 1059, - "interval": null, - "links": [], - "maxDataPoints": null, - "options": { - "showHeader": true, - "sortBy": [ - { - "desc": true, - "displayName": "Blocked Count" - } - ] - }, - "pluginVersion": "7.4.3", - "targets": [ + ], + "slimit": "", + "tags": [ { - "alias": "$tag_src_ip", - "groupBy": [ - { - "params": [ - "src_ip" - ], - "type": "tag" - } - ], - "hide": false, - "limit": "", - "measurement": "tail_ipblock", - "orderByTime": "ASC", - "policy": "autogen", - "query": "SELECT TOP(\"blocked\",10),src_ip,dest_ip, dest_port FROM\n(\nSELECT count(\"action\") as \"blocked\" FROM \"autogen\".\"tail_ip_block_log\" WHERE (\"host\" =~ /^$Host$/ AND \"action\" = 'block' AND \"direction\" = 'in' and protocolid =~ /^(6$|17$)/) AND $timeFilter GROUP BY src_ip,dest_ip,dest_port\n) \n", - "rawQuery": true, - "refId": "C", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "action" - ], - "type": "field" - }, - { - "params": [], - "type": "count" - } - ] - ], - "slimit": "", - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "action", - "operator": "=", - "value": "block" - }, - { - "condition": "AND", - "key": "direction", - "operator": "=", - "value": "in" - } + "key": "host", + "operator": "=~", + "value": "/^$Host$/" + }, + { + "condition": "AND", + "key": "action", + "operator": "=", + "value": "block" + }, + { + "condition": "AND", + "key": "direction", + "operator": "=", + "value": "in" + } + ] + } + ], + "timeFrom": null, + "timeShift": null, + "title": "IP - Top 10 Blocked - IN (By Host/Port)", + "transformations": [ + { + "id": "filterFieldsByName", + "options": { + "include": { + "names": [ + "src_ip", + "dest_ip", + "dest_port", + "top" ] } - ], - "timeFrom": null, - "timeShift": null, - "title": "IP - Top 10 Blocked - IN (By Host/Port)", - "transformations": [ - { - "id": "filterFieldsByName", - "options": { - "include": { - "names": [ - "src_ip", - "dest_ip", - "dest_port", - "top" - ] - } - } - }, - { - "id": "organize", - "options": { - "excludeByName": {}, - "indexByName": { - "dest_ip": 1, - "dest_port": 2, - "src_ip": 0, - "top": 3 - }, - "renameByName": { - "dest_ip": "Dest IP", - "dest_port": "Dest Port", - "foo": "", - "src_ip": "Source IP", - "top": "Blocked Count" - } - } - } - ], - "type": "table" + } }, { - "cacheTimeout": null, - "datasource": "$dataSource", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "left", - "filterable": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "Source IP" - }, - "properties": [ - { - "id": "custom.width", - "value": 163 - } - ] - } - ] - }, - "gridPos": { - "h": 9, - "w": 3, - "x": 5, - "y": 24 - }, - "id": 1051, - "interval": null, - "links": [], - "maxDataPoints": null, + "id": "organize", "options": { - "showHeader": true, - "sortBy": [ + "excludeByName": {}, + "indexByName": { + "dest_ip": 1, + "dest_port": 2, + "src_ip": 0, + "top": 3 + }, + "renameByName": { + "dest_ip": "Dest IP", + "dest_port": "Dest Port", + "foo": "", + "src_ip": "Source IP", + "top": "Blocked Count" + } + } + } + ], + "type": "table" + }, + { + "cacheTimeout": null, + "datasource": "${DS_INFLUXDB}", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "left", + "filterable": false + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ { - "desc": true, - "displayName": "Blocked Count" + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 } ] - }, - "pluginVersion": "7.4.3", - "targets": [ + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Source IP" + }, + "properties": [ + { + "id": "custom.width", + "value": 163 + } + ] + } + ] + }, + "gridPos": { + "h": 9, + "w": 3, + "x": 5, + "y": 24 + }, + "id": 1051, + "interval": null, + "links": [], + "maxDataPoints": null, + "options": { + "showHeader": true, + "sortBy": [ + { + "desc": true, + "displayName": "Blocked Count" + } + ] + }, + "pluginVersion": "7.4.3", + "targets": [ + { + "alias": "$tag_src_ip", + "groupBy": [ { - "alias": "$tag_src_ip", - "groupBy": [ - { - "params": [ - "src_ip" - ], - "type": "tag" - } + "params": [ + "src_ip" ], - "hide": false, - "limit": "", - "measurement": "tail_ipblock", - "orderByTime": "ASC", - "policy": "autogen", - "query": "SELECT TOP(\"blocked\",10),dest_port FROM\n(\nSELECT count(\"action\") as \"blocked\" FROM \"autogen\".\"tail_ip_block_log\" WHERE (\"host\" =~ /^$Host$/ AND \"action\" = 'block' AND \"direction\" = 'in' and protocolid =~ /^(6$|17$)/) AND $timeFilter GROUP BY dest_port\n) ", - "rawQuery": true, - "refId": "B", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "action" - ], - "type": "field" - }, - { - "params": [], - "type": "count" - } - ] - ], - "slimit": "", - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "action", - "operator": "=", - "value": "block" - }, - { - "condition": "AND", - "key": "direction", - "operator": "=", - "value": "in" - } + "type": "tag" + } + ], + "hide": false, + "limit": "", + "measurement": "tail_ipblock", + "orderByTime": "ASC", + "policy": "autogen", + "query": "SELECT TOP(\"blocked\",10),dest_port FROM\n(\nSELECT count(\"action\") as \"blocked\" FROM \"autogen\".\"tail_ip_block_log\" WHERE (\"host\" =~ /^$Host$/ AND \"action\" = 'block' AND \"direction\" = 'in' and protocolid =~ /^(6$|17$)/) AND $timeFilter GROUP BY dest_port\n) WHERE $timeFilter", + "rawQuery": true, + "refId": "B", + "resultFormat": "table", + "select": [ + [ + { + "params": [ + "action" + ], + "type": "field" + }, + { + "params": [], + "type": "count" + } + ] + ], + "slimit": "", + "tags": [ + { + "key": "host", + "operator": "=~", + "value": "/^$Host$/" + }, + { + "condition": "AND", + "key": "action", + "operator": "=", + "value": "block" + }, + { + "condition": "AND", + "key": "direction", + "operator": "=", + "value": "in" + } + ] + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Port - Top 10 Blocked - IN", + "transformations": [ + { + "id": "filterFieldsByName", + "options": { + "include": { + "names": [ + "top", + "dest_port" ] } - ], - "timeFrom": null, - "timeShift": null, - "title": "Port - Top 10 Blocked - IN", - "transformations": [ - { - "id": "filterFieldsByName", - "options": { - "include": { - "names": [ - "top", - "dest_port" - ] - } - } - }, - { - "id": "organize", - "options": { - "excludeByName": {}, - "indexByName": { - "dest_port": 0, - "top": 1 - }, - "renameByName": { - "dest_port": "Port", - "src_ip": "Source IP", - "top": "Blocked Count" - } - } - } - ], - "type": "table" + } }, { - "cacheTimeout": null, - "datasource": "$dataSource", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "left", - "filterable": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 9, - "w": 4, - "x": 10, - "y": 24 - }, - "id": 1066, - "interval": null, - "links": [], - "maxDataPoints": null, + "id": "organize", "options": { - "showHeader": true, - "sortBy": [ + "excludeByName": {}, + "indexByName": { + "dest_port": 0, + "top": 1 + }, + "renameByName": { + "dest_port": "Port", + "src_ip": "Source IP", + "top": "Blocked Count" + } + } + } + ], + "type": "table" + }, + { + "cacheTimeout": null, + "datasource": "$dataSource", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "left", + "filterable": false + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ { - "desc": true, - "displayName": "Blocked Count" + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 } ] - }, - "pluginVersion": "7.4.3", - "targets": [ + } + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 4, + "x": 10, + "y": 24 + }, + "id": 1066, + "interval": null, + "links": [], + "maxDataPoints": null, + "options": { + "showHeader": true, + "sortBy": [ + { + "desc": true, + "displayName": "Blocked Count" + } + ] + }, + "pluginVersion": "7.4.3", + "targets": [ + { + "groupBy": [ { - "groupBy": [ - { - "params": [ - "feed_name" - ], - "type": "tag" - } + "params": [ + "feed_name" ], - "hide": false, - "measurement": "tail_dnsbl_log", - "orderByTime": "ASC", - "policy": "default", - "query": "SELECT count(*) FROM \"tail_dnsbl_log\" WHERE (\"host\" =~ /^$Host$/) AND $timeFilter GROUP BY \"feed_name\"", - "rawQuery": true, - "refId": "A", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "blockmethod" - ], - "type": "field" - }, - { - "params": [], - "type": "count" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - } + "type": "tag" + } + ], + "hide": false, + "measurement": "tail_dnsbl_log", + "orderByTime": "ASC", + "policy": "default", + "query": "SELECT count(*) FROM \"tail_dnsbl_log\" WHERE (\"host\" =~ /^$Host$/) AND $timeFilter GROUP BY \"feed_name\"", + "rawQuery": true, + "refId": "A", + "resultFormat": "table", + "select": [ + [ + { + "params": [ + "blockmethod" + ], + "type": "field" + }, + { + "params": [], + "type": "count" + } + ] + ], + "tags": [ + { + "key": "host", + "operator": "=~", + "value": "/^$Host$/" + } + ] + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Top 10 DNSBL Feeds", + "transformations": [ + { + "id": "filterFieldsByName", + "options": { + "include": { + "names": [ + "feed_name", + "count_blockmethod" ] } - ], - "timeFrom": null, - "timeShift": null, - "title": "Top 10 DNSBL Feeds", - "transformations": [ - { - "id": "filterFieldsByName", - "options": { - "include": { - "names": [ - "feed_name", - "count_blockmethod" - ] - } - } - }, - { - "id": "organize", - "options": { - "excludeByName": {}, - "indexByName": { - "dest_port": 0, - "top": 1 - }, - "renameByName": { - "count": "Blocked Clount", - "count_blockmethod": "Blocked Count", - "dest_port": "Port", - "feed_name": "Feed Name", - "src_ip": "Source IP", - "top": "Blocked Count" - } - } - } - ], - "type": "table" + } }, { - "cacheTimeout": null, - "datasource": "$dataSource", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "left", - "filterable": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "Source IP" - }, - "properties": [ - { - "id": "custom.width", - "value": 163 - } - ] - } - ] - }, - "gridPos": { - "h": 9, - "w": 3, - "x": 16, - "y": 24 - }, - "id": 1055, - "interval": null, - "links": [], - "maxDataPoints": null, + "id": "organize", "options": { - "showHeader": true, - "sortBy": [ + "excludeByName": {}, + "indexByName": { + "dest_port": 0, + "top": 1 + }, + "renameByName": { + "count": "Blocked Clount", + "count_blockmethod": "Blocked Count", + "dest_port": "Port", + "feed_name": "Feed Name", + "src_ip": "Source IP", + "top": "Blocked Count" + } + } + } + ], + "type": "table" + }, + { + "cacheTimeout": null, + "datasource": "$dataSource", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "left", + "filterable": false + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ { - "desc": true, - "displayName": "Blocked Count" + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 } ] - }, - "pluginVersion": "7.4.3", - "targets": [ + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Source IP" + }, + "properties": [ + { + "id": "custom.width", + "value": 163 + } + ] + } + ] + }, + "gridPos": { + "h": 9, + "w": 3, + "x": 16, + "y": 24 + }, + "id": 1055, + "interval": null, + "links": [], + "maxDataPoints": null, + "options": { + "showHeader": true, + "sortBy": [ + { + "desc": true, + "displayName": "Blocked Count" + } + ] + }, + "pluginVersion": "7.4.3", + "targets": [ + { + "alias": "$tag_src_ip", + "groupBy": [ { - "alias": "$tag_src_ip", - "groupBy": [ - { - "params": [ - "src_ip" - ], - "type": "tag" - } + "params": [ + "src_ip" ], - "hide": false, - "limit": "", - "measurement": "tail_ipblock", - "orderByTime": "ASC", - "policy": "autogen", - "query": "SELECT TOP(\"blocked\",10),dest_port FROM\n(\nSELECT count(\"action\") as \"blocked\" FROM \"autogen\".\"tail_ip_block_log\" WHERE (\"host\" =~ /^$Host$/ AND \"action\" = 'block' AND \"direction\" = 'out' and protocolid =~ /^(6$|17$)/) AND $timeFilter GROUP BY dest_port\n) ", - "rawQuery": true, - "refId": "B", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "action" - ], - "type": "field" - }, - { - "params": [], - "type": "count" - } - ] - ], - "slimit": "", - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "action", - "operator": "=", - "value": "block" - }, - { - "condition": "AND", - "key": "direction", - "operator": "=", - "value": "in" - } + "type": "tag" + } + ], + "hide": false, + "limit": "", + "measurement": "tail_ipblock", + "orderByTime": "ASC", + "policy": "autogen", + "query": "SELECT TOP(\"blocked\",10),dest_port FROM\n(\nSELECT count(\"action\") as \"blocked\" FROM \"autogen\".\"tail_ip_block_log\" WHERE (\"host\" =~ /^$Host$/ AND \"action\" = 'block' AND \"direction\" = 'out' and protocolid =~ /^(6$|17$)/) AND $timeFilter GROUP BY dest_port\n) WHERE $timeFilter", + "rawQuery": true, + "refId": "B", + "resultFormat": "table", + "select": [ + [ + { + "params": [ + "action" + ], + "type": "field" + }, + { + "params": [], + "type": "count" + } + ] + ], + "slimit": "", + "tags": [ + { + "key": "host", + "operator": "=~", + "value": "/^$Host$/" + }, + { + "condition": "AND", + "key": "action", + "operator": "=", + "value": "block" + }, + { + "condition": "AND", + "key": "direction", + "operator": "=", + "value": "in" + } + ] + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Port - Top 10 Blocked - OUT", + "transformations": [ + { + "id": "filterFieldsByName", + "options": { + "include": { + "names": [ + "top", + "dest_port" ] } - ], - "timeFrom": null, - "timeShift": null, - "title": "Port - Top 10 Blocked - OUT", - "transformations": [ - { - "id": "filterFieldsByName", - "options": { - "include": { - "names": [ - "top", - "dest_port" - ] - } - } - }, - { - "id": "organize", - "options": { - "excludeByName": {}, - "indexByName": { - "dest_port": 0, - "top": 1 - }, - "renameByName": { - "dest_port": "Port", - "src_ip": "Source IP", - "top": "Blocked Count" - } - } - } - ], - "type": "table" + } }, { - "cacheTimeout": null, - "datasource": "$dataSource", - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "left", - "filterable": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "Dest Port" - }, - "properties": [ - { - "id": "custom.width", - "value": 105 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Dest IP" - }, - "properties": [ - { - "id": "custom.width", - "value": 128 - } - ] - } - ] - }, - "gridPos": { - "h": 9, - "w": 5, - "x": 19, - "y": 24 - }, - "id": 1063, - "interval": null, - "links": [], - "maxDataPoints": null, + "id": "organize", "options": { - "showHeader": true, - "sortBy": [ + "excludeByName": {}, + "indexByName": { + "dest_port": 0, + "top": 1 + }, + "renameByName": { + "dest_port": "Port", + "src_ip": "Source IP", + "top": "Blocked Count" + } + } + } + ], + "type": "table" + }, + { + "cacheTimeout": null, + "datasource": "$dataSource", + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "left", + "filterable": false + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ { - "desc": true, - "displayName": "Blocked Count" + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Dest Port" + }, + "properties": [ + { + "id": "custom.width", + "value": 105 } ] }, - "pluginVersion": "7.4.3", - "targets": [ + { + "matcher": { + "id": "byName", + "options": "Dest IP" + }, + "properties": [ + { + "id": "custom.width", + "value": 128 + } + ] + } + ] + }, + "gridPos": { + "h": 9, + "w": 5, + "x": 19, + "y": 24 + }, + "id": 1063, + "interval": null, + "links": [], + "maxDataPoints": null, + "options": { + "showHeader": true, + "sortBy": [ + { + "desc": true, + "displayName": "Blocked Count" + } + ] + }, + "pluginVersion": "7.4.3", + "targets": [ + { + "alias": "$tag_src_ip", + "groupBy": [ { - "alias": "$tag_src_ip", - "groupBy": [ - { - "params": [ - "src_ip" - ], - "type": "tag" - } + "params": [ + "src_ip" ], - "hide": false, - "limit": "", - "measurement": "tail_ipblock", - "orderByTime": "ASC", - "policy": "autogen", - "query": "SELECT TOP(\"blocked\",10),src_ip,dest_ip, dest_port FROM\n(\nSELECT count(\"action\") as \"blocked\" FROM \"autogen\".\"tail_ip_block_log\" WHERE (\"host\" =~ /^$Host$/ AND \"action\" = 'block' AND \"direction\" = 'out' and protocolid =~ /^(6$|17$)/) AND $timeFilter GROUP BY src_ip,dest_ip,dest_port\n) \n", - "rawQuery": true, - "refId": "C", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "action" - ], - "type": "field" - }, - { - "params": [], - "type": "count" - } - ] - ], - "slimit": "", - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "action", - "operator": "=", - "value": "block" - }, - { - "condition": "AND", - "key": "direction", - "operator": "=", - "value": "in" - } + "type": "tag" + } + ], + "hide": false, + "limit": "", + "measurement": "tail_ipblock", + "orderByTime": "ASC", + "policy": "autogen", + "query": "SELECT TOP(\"blocked\",10),src_ip,dest_ip, dest_port FROM\n(\nSELECT count(\"action\") as \"blocked\" FROM \"autogen\".\"tail_ip_block_log\" WHERE (\"host\" =~ /^$Host$/ AND \"action\" = 'block' AND \"direction\" = 'out' and protocolid =~ /^(6$|17$)/) AND $timeFilter GROUP BY src_ip,dest_ip,dest_port\n) WHERE $timeFilter\n", + "rawQuery": true, + "refId": "C", + "resultFormat": "table", + "select": [ + [ + { + "params": [ + "action" + ], + "type": "field" + }, + { + "params": [], + "type": "count" + } + ] + ], + "slimit": "", + "tags": [ + { + "key": "host", + "operator": "=~", + "value": "/^$Host$/" + }, + { + "condition": "AND", + "key": "action", + "operator": "=", + "value": "block" + }, + { + "condition": "AND", + "key": "direction", + "operator": "=", + "value": "in" + } + ] + } + ], + "timeFrom": null, + "timeShift": null, + "title": "IP - Top 10 Blocked - OUT (By Host/Port)", + "transformations": [ + { + "id": "filterFieldsByName", + "options": { + "include": { + "names": [ + "src_ip", + "dest_ip", + "dest_port", + "top" ] } - ], - "timeFrom": null, - "timeShift": null, - "title": "IP - Top 10 Blocked - OUT (By Host/Port)", - "transformations": [ - { - "id": "filterFieldsByName", - "options": { - "include": { - "names": [ - "src_ip", - "dest_ip", - "dest_port", - "top" - ] - } - } - }, - { - "id": "organize", - "options": { - "excludeByName": {}, - "indexByName": { - "dest_ip": 1, - "dest_port": 2, - "src_ip": 0, - "top": 3 - }, - "renameByName": { - "dest_ip": "Dest IP", - "dest_port": "Dest Port", - "foo": "", - "src_ip": "Source IP", - "top": "Blocked Count" - } - } - } - ], - "type": "table" + } }, { - "cacheTimeout": null, - "datasource": "$dataSource", - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "left", - "filterable": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "Dest Port" - }, - "properties": [ - { - "id": "custom.width", - "value": 105 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Dest IP" - }, - "properties": [ - { - "id": "custom.width", - "value": 128 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Source IP" - }, - "properties": [ - { - "id": "custom.width", - "value": 122 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Protocol" - }, - "properties": [ - { - "id": "custom.width", - "value": 121 - } - ] - } - ] - }, - "gridPos": { - "h": 9, - "w": 5, - "x": 0, - "y": 33 - }, - "id": 1061, - "interval": null, - "links": [], - "maxDataPoints": null, + "id": "organize", "options": { - "showHeader": true, - "sortBy": [ + "excludeByName": {}, + "indexByName": { + "dest_ip": 1, + "dest_port": 2, + "src_ip": 0, + "top": 3 + }, + "renameByName": { + "dest_ip": "Dest IP", + "dest_port": "Dest Port", + "foo": "", + "src_ip": "Source IP", + "top": "Blocked Count" + } + } + } + ], + "type": "table" + }, + { + "cacheTimeout": null, + "datasource": "$dataSource", + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "left", + "filterable": false + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ { - "desc": true, - "displayName": "Blocked Count" + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Dest Port" + }, + "properties": [ + { + "id": "custom.width", + "value": 105 } ] }, - "pluginVersion": "7.4.3", - "targets": [ + { + "matcher": { + "id": "byName", + "options": "Dest IP" + }, + "properties": [ + { + "id": "custom.width", + "value": 128 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Source IP" + }, + "properties": [ + { + "id": "custom.width", + "value": 122 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Protocol" + }, + "properties": [ + { + "id": "custom.width", + "value": 121 + } + ] + } + ] + }, + "gridPos": { + "h": 9, + "w": 5, + "x": 0, + "y": 33 + }, + "id": 1061, + "interval": null, + "links": [], + "maxDataPoints": null, + "options": { + "showHeader": true, + "sortBy": [ + { + "desc": true, + "displayName": "Blocked Count" + } + ] + }, + "pluginVersion": "7.4.3", + "targets": [ + { + "alias": "$tag_src_ip", + "groupBy": [ { - "alias": "$tag_src_ip", - "groupBy": [ - { - "params": [ - "src_ip" - ], - "type": "tag" - } + "params": [ + "src_ip" ], - "hide": false, - "limit": "", - "measurement": "tail_ipblock", - "orderByTime": "ASC", - "policy": "autogen", - "query": "SELECT TOP(\"blocked\",10),src_ip,dest_ip, protocol FROM\n(\nSELECT count(\"action\") as \"blocked\" FROM \"autogen\".\"tail_ip_block_log\" WHERE (\"host\" =~ /^$Host$/ AND \"action\" = 'block' AND \"direction\" = 'in' ) AND $timeFilter GROUP BY src_ip,dest_ip,protocol\n) \n", - "rawQuery": true, - "refId": "C", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "action" - ], - "type": "field" - }, - { - "params": [], - "type": "count" - } - ] - ], - "slimit": "", - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "action", - "operator": "=", - "value": "block" - }, - { - "condition": "AND", - "key": "direction", - "operator": "=", - "value": "in" - } + "type": "tag" + } + ], + "hide": false, + "limit": "", + "measurement": "tail_ipblock", + "orderByTime": "ASC", + "policy": "autogen", + "query": "SELECT TOP(\"blocked\",10),src_ip,dest_ip, protocol FROM\n(\nSELECT count(\"action\") as \"blocked\" FROM \"autogen\".\"tail_ip_block_log\" WHERE (\"host\" =~ /^$Host$/ AND \"action\" = 'block' AND \"direction\" = 'in' ) AND $timeFilter GROUP BY src_ip,dest_ip,protocol\n) WHERE $timeFilter\n", + "rawQuery": true, + "refId": "C", + "resultFormat": "table", + "select": [ + [ + { + "params": [ + "action" + ], + "type": "field" + }, + { + "params": [], + "type": "count" + } + ] + ], + "slimit": "", + "tags": [ + { + "key": "host", + "operator": "=~", + "value": "/^$Host$/" + }, + { + "condition": "AND", + "key": "action", + "operator": "=", + "value": "block" + }, + { + "condition": "AND", + "key": "direction", + "operator": "=", + "value": "in" + } + ] + } + ], + "timeFrom": null, + "timeShift": null, + "title": "IP - Top 10 Blocked - IN (By Host/Protocol)", + "transformations": [ + { + "id": "filterFieldsByName", + "options": { + "include": { + "names": [ + "top", + "src_ip", + "dest_ip", + "protocol" ] } - ], - "timeFrom": null, - "timeShift": null, - "title": "IP - Top 10 Blocked - IN (By Host/Protocol)", - "transformations": [ - { - "id": "filterFieldsByName", - "options": { - "include": { - "names": [ - "top", - "src_ip", - "dest_ip", - "protocol" - ] - } - } - }, - { - "id": "organize", - "options": { - "excludeByName": {}, - "indexByName": { - "dest_ip": 1, - "protocol": 2, - "src_ip": 0, - "top": 3 - }, - "renameByName": { - "dest_ip": "Dest IP", - "dest_port": "Dest Port", - "foo": "", - "protocol": "Protocol", - "src_ip": "Source IP", - "top": "Blocked Count" - } - } - } - ], - "type": "table" + } }, { - "cacheTimeout": null, - "datasource": "$dataSource", - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "left", - "filterable": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 9, - "w": 3, - "x": 5, - "y": 33 - }, - "id": 1053, - "interval": null, - "links": [], - "maxDataPoints": null, + "id": "organize", "options": { - "showHeader": true, - "sortBy": [ - { - "desc": true, - "displayName": "Blocked Count" - } - ] - }, - "pluginVersion": "7.4.3", - "targets": [ - { - "alias": "$tag_protocol", - "groupBy": [ - { - "params": [ - "$__interval" - ], - "type": "time" - }, - { - "params": [ - "null" - ], - "type": "fill" - } - ], - "hide": false, - "orderByTime": "ASC", - "policy": "default", - "query": "SELECT count(\"action\") as \"blocked\" FROM \"autogen\".\"tail_ip_block_log\" WHERE (\"host\" =~ /^$Host$/ AND \"action\" = 'block' AND \"direction\" = 'in') AND $timeFilter GROUP BY protocol\n", - "rawQuery": true, - "refId": "B", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "value" - ], - "type": "field" - }, - { - "params": [], - "type": "mean" - } - ] - ], - "tags": [] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Protocol - Top 10 Blocked - IN", - "transformations": [ - { - "id": "filterFieldsByName", - "options": { - "include": { - "names": [ - "protocol", - "blocked" - ] - } - } + "excludeByName": {}, + "indexByName": { + "dest_ip": 1, + "protocol": 2, + "src_ip": 0, + "top": 3 }, - { - "id": "organize", - "options": { - "excludeByName": {}, - "indexByName": {}, - "renameByName": { - "blocked": "Blocked Count", - "protocol": "Protocol" - } - } + "renameByName": { + "dest_ip": "Dest IP", + "dest_port": "Dest Port", + "foo": "", + "protocol": "Protocol", + "src_ip": "Source IP", + "top": "Blocked Count" } - ], - "type": "table" + } + } + ], + "type": "table" + }, + { + "cacheTimeout": null, + "datasource": "$dataSource", + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "left", + "filterable": false + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [] + } }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 3, + "x": 5, + "y": 33 + }, + "id": 1053, + "interval": null, + "links": [], + "maxDataPoints": null, + "options": { + "showHeader": true, + "sortBy": [ + { + "desc": true, + "displayName": "Blocked Count" + } + ] + }, + "pluginVersion": "7.4.3", + "targets": [ { - "cacheTimeout": null, - "datasource": "$dataSource", - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "left", - "filterable": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 9, - "w": 3, - "x": 16, - "y": 33 - }, - "id": 1057, - "interval": null, - "links": [], - "maxDataPoints": null, - "options": { - "showHeader": true, - "sortBy": [ - { - "desc": true, - "displayName": "Blocked Count" - } - ] - }, - "pluginVersion": "7.4.3", - "targets": [ + "alias": "$tag_protocol", + "groupBy": [ { - "alias": "$tag_protocol", - "groupBy": [ - { - "params": [ - "$__interval" - ], - "type": "time" - }, - { - "params": [ - "null" - ], - "type": "fill" - } + "params": [ + "$__interval" ], - "hide": false, - "orderByTime": "ASC", - "policy": "default", - "query": "SELECT count(\"action\") as \"blocked\" FROM \"autogen\".\"tail_ip_block_log\" WHERE (\"host\" =~ /^$Host$/ AND \"action\" = 'block' AND \"direction\" = 'out') AND $timeFilter GROUP BY protocol\n", - "rawQuery": true, - "refId": "B", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "value" - ], - "type": "field" - }, - { - "params": [], - "type": "mean" - } - ] + "type": "time" + }, + { + "params": [ + "null" ], - "tags": [] + "type": "fill" } ], - "timeFrom": null, - "timeShift": null, - "title": "Protocol - Top 10 Blocked - OUT", - "transformations": [ - { - "id": "filterFieldsByName", - "options": { - "include": { - "names": [ - "protocol", - "blocked" - ] - } + "hide": false, + "orderByTime": "ASC", + "policy": "default", + "query": "SELECT count(\"action\") as \"blocked\" FROM \"autogen\".\"tail_ip_block_log\" WHERE (\"host\" =~ /^$Host$/ AND \"action\" = 'block' AND \"direction\" = 'in') AND $timeFilter GROUP BY protocol\n", + "rawQuery": true, + "refId": "B", + "resultFormat": "table", + "select": [ + [ + { + "params": [ + "value" + ], + "type": "field" + }, + { + "params": [], + "type": "mean" } - }, - { - "id": "organize", - "options": { - "excludeByName": {}, - "indexByName": {}, - "renameByName": { - "blocked": "Blocked Count", - "protocol": "Protocol" - } - } - } + ] ], - "type": "table" - }, + "tags": [] + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Protocol - Top 10 Blocked - IN", + "transformations": [ { - "cacheTimeout": null, - "datasource": "$dataSource", - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "left", - "filterable": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "Dest Port" - }, - "properties": [ - { - "id": "custom.width", - "value": 105 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Dest IP" - }, - "properties": [ - { - "id": "custom.width", - "value": 128 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Source IP" - }, - "properties": [ - { - "id": "custom.width", - "value": 122 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Protocol" - }, - "properties": [ - { - "id": "custom.width", - "value": 121 - } - ] - } - ] - }, - "gridPos": { - "h": 9, - "w": 5, - "x": 19, - "y": 33 - }, - "id": 1065, - "interval": null, - "links": [], - "maxDataPoints": null, + "id": "filterFieldsByName", "options": { - "showHeader": true, - "sortBy": [ - { - "desc": true, - "displayName": "Blocked Count" - } - ] - }, - "pluginVersion": "7.4.3", - "targets": [ - { - "alias": "$tag_src_ip", - "groupBy": [ - { - "params": [ - "src_ip" - ], - "type": "tag" - } - ], - "hide": false, - "limit": "", - "measurement": "tail_ipblock", - "orderByTime": "ASC", - "policy": "autogen", - "query": "SELECT TOP(\"blocked\",10),src_ip,dest_ip, protocol FROM\n(\nSELECT count(\"action\") as \"blocked\" FROM \"autogen\".\"tail_ip_block_log\" WHERE (\"host\" =~ /^$Host$/ AND \"action\" = 'block' AND \"direction\" = 'out' ) AND $timeFilter GROUP BY src_ip,dest_ip,protocol\n) \n", - "rawQuery": true, - "refId": "C", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "action" - ], - "type": "field" - }, - { - "params": [], - "type": "count" - } - ] - ], - "slimit": "", - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "action", - "operator": "=", - "value": "block" - }, - { - "condition": "AND", - "key": "direction", - "operator": "=", - "value": "in" - } + "include": { + "names": [ + "protocol", + "blocked" ] } - ], - "timeFrom": null, - "timeShift": null, - "title": "IP - Top 10 Blocked - OUT (By Host/Protocol)", - "transformations": [ + } + }, + { + "id": "organize", + "options": { + "excludeByName": {}, + "indexByName": {}, + "renameByName": { + "blocked": "Blocked Count", + "protocol": "Protocol" + } + } + } + ], + "type": "table" + }, + { + "cacheTimeout": null, + "datasource": "$dataSource", + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "left", + "filterable": false + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 3, + "x": 16, + "y": 33 + }, + "id": 1057, + "interval": null, + "links": [], + "maxDataPoints": null, + "options": { + "showHeader": true, + "sortBy": [ + { + "desc": true, + "displayName": "Blocked Count" + } + ] + }, + "pluginVersion": "7.4.3", + "targets": [ + { + "alias": "$tag_protocol", + "groupBy": [ { - "id": "filterFieldsByName", - "options": { - "include": { - "names": [ - "top", - "src_ip", - "dest_ip", - "protocol" - ] - } - } + "params": [ + "$__interval" + ], + "type": "time" }, { - "id": "organize", - "options": { - "excludeByName": {}, - "indexByName": { - "dest_ip": 1, - "protocol": 2, - "src_ip": 0, - "top": 3 - }, - "renameByName": { - "dest_ip": "Dest IP", - "dest_port": "Dest Port", - "foo": "", - "protocol": "Protocol", - "src_ip": "Source IP", - "top": "Blocked Count" - } - } + "params": [ + "null" + ], + "type": "fill" } ], - "type": "table" + "hide": false, + "orderByTime": "ASC", + "policy": "default", + "query": "SELECT count(\"action\") as \"blocked\" FROM \"autogen\".\"tail_ip_block_log\" WHERE (\"host\" =~ /^$Host$/ AND \"action\" = 'block' AND \"direction\" = 'out') AND $timeFilter GROUP BY protocol\n", + "rawQuery": true, + "refId": "B", + "resultFormat": "table", + "select": [ + [ + { + "params": [ + "value" + ], + "type": "field" + }, + { + "params": [], + "type": "mean" + } + ] + ], + "tags": [] + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Protocol - Top 10 Blocked - OUT", + "transformations": [ + { + "id": "filterFieldsByName", + "options": { + "include": { + "names": [ + "protocol", + "blocked" + ] + } + } + }, + { + "id": "organize", + "options": { + "excludeByName": {}, + "indexByName": {}, + "renameByName": { + "blocked": "Blocked Count", + "protocol": "Protocol" + } + } + } + ], + "type": "table" + }, + { + "cacheTimeout": null, + "datasource": "$dataSource", + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "left", + "filterable": false + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Dest Port" + }, + "properties": [ + { + "id": "custom.width", + "value": 105 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Dest IP" + }, + "properties": [ + { + "id": "custom.width", + "value": 128 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Source IP" + }, + "properties": [ + { + "id": "custom.width", + "value": 122 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Protocol" + }, + "properties": [ + { + "id": "custom.width", + "value": 121 + } + ] + } + ] + }, + "gridPos": { + "h": 9, + "w": 5, + "x": 19, + "y": 33 + }, + "id": 1065, + "interval": null, + "links": [], + "maxDataPoints": null, + "options": { + "showHeader": true, + "sortBy": [ + { + "desc": true, + "displayName": "Blocked Count" + } + ] + }, + "pluginVersion": "7.4.3", + "targets": [ + { + "alias": "$tag_src_ip", + "groupBy": [ + { + "params": [ + "src_ip" + ], + "type": "tag" + } + ], + "hide": false, + "limit": "", + "measurement": "tail_ipblock", + "orderByTime": "ASC", + "policy": "autogen", + "query": "SELECT TOP(\"blocked\",10),src_ip,dest_ip, protocol FROM\n(\nSELECT count(\"action\") as \"blocked\" FROM \"autogen\".\"tail_ip_block_log\" WHERE (\"host\" =~ /^$Host$/ AND \"action\" = 'block' AND \"direction\" = 'out' ) AND $timeFilter GROUP BY src_ip,dest_ip,protocol\n) WHERE $timeFilter\n", + "rawQuery": true, + "refId": "C", + "resultFormat": "table", + "select": [ + [ + { + "params": [ + "action" + ], + "type": "field" + }, + { + "params": [], + "type": "count" + } + ] + ], + "slimit": "", + "tags": [ + { + "key": "host", + "operator": "=~", + "value": "/^$Host$/" + }, + { + "condition": "AND", + "key": "action", + "operator": "=", + "value": "block" + }, + { + "condition": "AND", + "key": "direction", + "operator": "=", + "value": "in" + } + ] + } + ], + "timeFrom": null, + "timeShift": null, + "title": "IP - Top 10 Blocked - OUT (By Host/Protocol)", + "transformations": [ + { + "id": "filterFieldsByName", + "options": { + "include": { + "names": [ + "top", + "src_ip", + "dest_ip", + "protocol" + ] + } + } + }, + { + "id": "organize", + "options": { + "excludeByName": {}, + "indexByName": { + "dest_ip": 1, + "protocol": 2, + "src_ip": 0, + "top": 3 + }, + "renameByName": { + "dest_ip": "Dest IP", + "dest_port": "Dest Port", + "foo": "", + "protocol": "Protocol", + "src_ip": "Source IP", + "top": "Blocked Count" + } + } + } + ], + "type": "table" }, { "collapsed": false, @@ -4000,1604 +4060,6 @@ "panels": [], "title": "Network Stats", "type": "row" - }, - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$dataSource", - "description": "", - "fieldConfig": { - "defaults": { - "custom": {}, - "links": [] - }, - "overrides": [] - }, - "fill": 1, - "fillGradient": 0, - "gridPos": { - "h": 8, - "w": 11, - "x": 0, - "y": 43 - }, - "hiddenSeries": false, - "id": 4, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sideWidth": null, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "7.4.3", - "pointradius": 2, - "points": false, - "renderer": "flot", - "repeat": null, - "repeatDirection": "h", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "alias": "$tag_gateway_name", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "gateway_name" - ], - "type": "tag" - }, - { - "params": [ - "null" - ], - "type": "fill" - } - ], - "hide": false, - "measurement": "gateways", - "orderByTime": "ASC", - "policy": "default", - "refId": "A", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "delay" - ], - "type": "field" - }, - { - "params": [], - "type": "mean" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "gateway_name", - "operator": "=~", - "value": "/^$Gateway$/" - } - ] - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "Gateway RTT - $Gateway ", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "$$hashKey": "object:433", - "format": "ms", - "label": "", - "logBase": 10, - "max": null, - "min": null, - "show": true - }, - { - "$$hashKey": "object:434", - "decimals": null, - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "left", - "displayMode": "color-text", - "filterable": true - }, - "mappings": [ - { - "from": "", - "id": 1, - "text": "DOWN", - "to": "", - "type": 1, - "value": "0" - }, - { - "from": "", - "id": 2, - "text": "UP", - "to": "", - "type": 1, - "value": "1" - }, - { - "from": "", - "id": 3, - "text": "UNKNOWN", - "to": "", - "type": 1, - "value": "2" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "rgb(255, 255, 255)", - "value": null - }, - { - "color": "dark-red", - "value": 0 - }, - { - "color": "green", - "value": 1 - }, - { - "color": "dark-orange", - "value": 2 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "name" - }, - "properties": [ - { - "id": "displayName", - "value": "Interface" - }, - { - "id": "unit", - "value": "short" - }, - { - "id": "decimals", - "value": 2 - }, - { - "id": "custom.align", - "value": null - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "FriendlyName" - }, - "properties": [ - { - "id": "custom.width", - "value": 126 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Interface" - }, - "properties": [ - { - "id": "custom.width", - "value": 121 - } - ] - } - ] - }, - "gridPos": { - "h": 8, - "w": 13, - "x": 11, - "y": 43 - }, - "id": 194, - "links": [], - "options": { - "showHeader": true, - "sortBy": [ - { - "desc": false, - "displayName": "Interface" - } - ] - }, - "pluginVersion": "7.4.3", - "targets": [ - { - "alias": "", - "groupBy": [ - { - "params": [ - "name" - ], - "type": "tag" - } - ], - "limit": "1", - "measurement": "interface", - "orderByTime": "ASC", - "policy": "autogen", - "refId": "A", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "friendlyname" - ], - "type": "field" - }, - { - "params": [ - "FriendlyName" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "ip4_address" - ], - "type": "field" - }, - { - "params": [ - "IPv4 Address" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "mac_address" - ], - "type": "field" - }, - { - "params": [ - "Physical Address" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "status" - ], - "type": "field" - }, - { - "params": [], - "type": "last" - }, - { - "params": [ - "Status" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "ip6_address" - ], - "type": "field" - }, - { - "params": [ - "IPv6 Address" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Interface Summary", - "transformations": [ - { - "id": "merge", - "options": { - "reducers": [] - } - }, - { - "id": "filterFieldsByName", - "options": { - "include": { - "names": [ - "name", - "FriendlyName", - "Physical Address", - "Status", - "IPv4 Address" - ] - } - } - } - ], - "type": "table" - }, - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$dataSource", - "description": "", - "fieldConfig": { - "defaults": { - "custom": {}, - "links": [] - }, - "overrides": [] - }, - "fill": 1, - "fillGradient": 0, - "gridPos": { - "h": 8, - "w": 11, - "x": 0, - "y": 51 - }, - "hiddenSeries": false, - "id": 487, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "max": true, - "min": false, - "rightSide": false, - "show": true, - "sideWidth": null, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "7.4.3", - "pointradius": 2, - "points": false, - "renderer": "flot", - "repeatDirection": "h", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "alias": "$tag_gateway_name", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "gateway_name" - ], - "type": "tag" - }, - { - "params": [ - "null" - ], - "type": "fill" - } - ], - "measurement": "gateways", - "orderByTime": "ASC", - "policy": "default", - "refId": "A", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "loss" - ], - "type": "field" - }, - { - "params": [], - "type": "mean" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "gateway_name", - "operator": "=~", - "value": "/^$Gateway$/" - } - ] - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "Gateway Loss - $Gateway ", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "$$hashKey": "object:573", - "decimals": 0, - "format": "percent", - "label": "", - "logBase": 1, - "max": "100", - "min": "0", - "show": true - }, - { - "$$hashKey": "object:574", - "decimals": null, - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "left", - "displayMode": "color-text", - "filterable": true - }, - "mappings": [ - { - "from": "", - "id": 1, - "text": "OK", - "to": "", - "type": 1, - "value": "none" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "rgb(255, 255, 255)", - "value": null - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "Default GW" - }, - "properties": [ - { - "id": "mappings", - "value": [ - { - "from": "", - "id": 1, - "text": "False", - "to": "", - "type": 1, - "value": "0" - }, - { - "from": "", - "id": 2, - "text": "True", - "to": "", - "type": 1, - "value": "1" - } - ] - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Interface" - }, - "properties": [ - { - "id": "custom.width", - "value": 157 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Gateway Description" - }, - "properties": [ - { - "id": "custom.width", - "value": 274 - } - ] - } - ] - }, - "gridPos": { - "h": 8, - "w": 13, - "x": 11, - "y": 51 - }, - "id": 961, - "links": [], - "options": { - "showHeader": true, - "sortBy": [] - }, - "pluginVersion": "7.4.3", - "targets": [ - { - "groupBy": [ - { - "params": [ - "gateway_name" - ], - "type": "tag" - } - ], - "hide": false, - "limit": "1", - "measurement": "gateways", - "orderByTime": "ASC", - "policy": "default", - "refId": "A", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "gwdescr" - ], - "type": "field" - } - ], - [ - { - "params": [ - "source" - ], - "type": "field" - } - ], - [ - { - "params": [ - "monitor" - ], - "type": "field" - } - ], - [ - { - "params": [ - "defaultgw" - ], - "type": "field" - } - ], - [ - { - "params": [ - "status" - ], - "type": "field" - } - ], - [ - { - "params": [ - "substatus" - ], - "type": "field" - } - ], - [ - { - "params": [ - "interface" - ], - "type": "field" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Gateway Summary - $Gateway", - "transformations": [ - { - "id": "organize", - "options": { - "excludeByName": { - "gateway_name": false - }, - "indexByName": { - "Time": 0, - "defaultgw": 6, - "gateway_name": 1, - "gwdescr": 3, - "interface": 2, - "monitor": 5, - "source": 4, - "status": 7, - "substatus": 8 - }, - "renameByName": { - "Time": "", - "defaultgw": "Default GW", - "gateway_name": "Gateway Name", - "gwdescr": "Gateway Description", - "interface": "Interface", - "monitor": "Monitor IP", - "source": "Gateway IP", - "status": "Status", - "substatus": "Status Detail" - } - } - }, - { - "id": "filterFieldsByName", - "options": { - "include": { - "names": [ - "Gateway Name", - "Gateway Description", - "Gateway IP", - "Monitor IP", - "Default GW", - "Status", - "Status Detail", - "Interface" - ] - } - } - } - ], - "type": "table" - }, - { - "collapsed": false, - "datasource": "$dataSource", - "gridPos": { - "h": 1, - "w": 24, - "x": 0, - "y": 59 - }, - "id": 14, - "panels": [], - "repeat": "WAN", - "scopedVars": { - "WAN": { - "selected": false, - "text": "igb0", - "value": "igb0" - } - }, - "title": "WAN Interface - $WAN", - "type": "row" - }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "center", - "displayMode": "color-text", - "filterable": false - }, - "mappings": [ - { - "from": "", - "id": 1, - "text": "DOWN", - "to": "", - "type": 1, - "value": "0" - }, - { - "from": "", - "id": 2, - "text": "UP", - "to": "", - "type": 1, - "value": "1" - }, - { - "from": "", - "id": 3, - "text": "UNKNOWN", - "to": "", - "type": 1, - "value": "2" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "rgb(255, 255, 255)", - "value": null - }, - { - "color": "red", - "value": 0 - }, - { - "color": "green", - "value": 1 - }, - { - "color": "orange", - "value": 2 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "name" - }, - "properties": [ - { - "id": "displayName", - "value": "Interface" - }, - { - "id": "unit", - "value": "short" - }, - { - "id": "decimals", - "value": 2 - }, - { - "id": "custom.align", - "value": null - } - ] - } - ] - }, - "gridPos": { - "h": 3, - "w": 24, - "x": 0, - "y": 60 - }, - "id": 603, - "links": [], - "options": { - "showHeader": true, - "sortBy": [] - }, - "pluginVersion": "7.4.3", - "scopedVars": { - "WAN": { - "selected": false, - "text": "igb0", - "value": "igb0" - } - }, - "targets": [ - { - "alias": "", - "groupBy": [ - { - "params": [ - "name" - ], - "type": "tag" - } - ], - "limit": "1", - "measurement": "interface", - "orderByTime": "ASC", - "policy": "autogen", - "refId": "A", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "friendlyname" - ], - "type": "field" - }, - { - "params": [ - "FriendlyName" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "ip4_address" - ], - "type": "field" - }, - { - "params": [ - "IPv4 Address" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "mac_address" - ], - "type": "field" - }, - { - "params": [ - "Physical Address" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "status" - ], - "type": "field" - }, - { - "params": [], - "type": "last" - }, - { - "params": [ - "Status" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "name", - "operator": "=~", - "value": "/^$WAN$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Interface summary", - "transformations": [ - { - "id": "merge", - "options": { - "reducers": [] - } - }, - { - "id": "filterFieldsByName", - "options": { - "include": { - "names": [ - "name", - "FriendlyName", - "Physical Address", - "Status", - "IPv4 Address" - ] - } - } - } - ], - "type": "table" - }, - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$dataSource", - "decimals": 2, - "fieldConfig": { - "defaults": { - "custom": {}, - "links": [] - }, - "overrides": [] - }, - "fill": 1, - "fillGradient": 0, - "gridPos": { - "h": 8, - "w": 9, - "x": 0, - "y": 63 - }, - "hiddenSeries": false, - "id": 2, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "max": true, - "min": false, - "rightSide": false, - "show": true, - "sort": "max", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "7.4.3", - "pointradius": 2, - "points": false, - "renderer": "flot", - "scopedVars": { - "WAN": { - "selected": false, - "text": "igb0", - "value": "igb0" - } - }, - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "alias": "$tag_interface - $col", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "null" - ], - "type": "fill" - } - ], - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "refId": "C", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bytes_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_recv\") / count(\"bytes_recv\")" - ], - "type": "math" - }, - { - "params": [ - "Bytes_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "bytes_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_sent\") / count(\"bytes_sent\")" - ], - "type": "math" - }, - { - "params": [ - "Bytes_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "interface", - "operator": "=~", - "value": "/^$WAN$/" - } - ] - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "WAN Traffic - $WAN (Bytes/sec)", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "Bps", - "label": "", - "logBase": 2, - "max": null, - "min": null, - "show": true - }, - { - "decimals": 2, - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "fieldConfig": { - "defaults": { - "custom": {}, - "decimals": 2, - "mappings": [ - { - "id": 0, - "op": "=", - "text": "N/A", - "type": 1, - "value": "null" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "bps" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 3, - "x": 9, - "y": 63 - }, - "id": 247, - "links": [], - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "mean" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "7.4.3", - "repeat": null, - "repeatDirection": "v", - "scopedVars": { - "WAN": { - "selected": false, - "text": "igb0", - "value": "igb0" - } - }, - "targets": [ - { - "alias": "$tag_interface - $col", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "none" - ], - "type": "fill" - } - ], - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "refId": "C", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bytes_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_recv\") / count(\"bytes_recv\") * 8" - ], - "type": "math" - }, - { - "params": [ - "Bits_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "bytes_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_sent\") / count(\"bytes_sent\") * 8" - ], - "type": "math" - }, - { - "params": [ - "Bits_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "interface", - "operator": "=~", - "value": "/^$WAN$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "WAN Traffic - $WAN (Bits/sec)", - "type": "stat" - }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "fieldConfig": { - "defaults": { - "custom": {}, - "decimals": 2, - "mappings": [ - { - "id": 0, - "op": "=", - "text": "N/A", - "type": 1, - "value": "null" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "bytes" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 3, - "x": 12, - "y": 63 - }, - "hideTimeOverride": true, - "id": 296, - "links": [], - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "sum" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "7.4.3", - "repeat": null, - "repeatDirection": "v", - "scopedVars": { - "WAN": { - "selected": false, - "text": "igb0", - "value": "igb0" - } - }, - "targets": [ - { - "alias": "$tag_interface - $col - This Month", - "groupBy": [ - { - "params": [ - "$__interval" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "none" - ], - "type": "fill" - } - ], - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "refId": "A", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bytes_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [], - "type": "non_negative_difference" - }, - { - "params": [ - "Bytes_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "bytes_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [], - "type": "non_negative_difference" - }, - { - "params": [ - "Bytes_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "interface", - "operator": "=~", - "value": "/^$WAN$/" - } - ] - } - ], - "timeFrom": "now/M", - "timeShift": null, - "title": "WAN $WAN", - "type": "stat" }, { "aliasColors": {}, @@ -5605,7 +4067,6 @@ "dashLength": 10, "dashes": false, "datasource": "$dataSource", - "decimals": 2, "description": "", "fieldConfig": { "defaults": { @@ -5614,21 +4075,20 @@ }, "overrides": [] }, - "fill": 0, + "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, - "w": 9, - "x": 15, - "y": 63 + "w": 11, + "x": 0, + "y": 43 }, "hiddenSeries": false, - "id": 322, + "id": 4, "legend": { "alignAsTable": true, "avg": true, "current": true, - "hideZero": true, "max": true, "min": true, "rightSide": false, @@ -5639,32 +4099,24 @@ }, "lines": true, "linewidth": 1, - "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.4.3", - "pointradius": 5, + "pointradius": 2, "points": false, "renderer": "flot", "repeat": null, - "repeatDirection": "v", - "scopedVars": { - "WAN": { - "selected": false, - "text": "igb0", - "value": "igb0" - } - }, + "repeatDirection": "h", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { - "alias": "$tag_interface - $col", + "alias": "$tag_gateway_name", "groupBy": [ { "params": [ @@ -5674,110 +4126,7 @@ }, { "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "null" - ], - "type": "fill" - } - ], - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "refId": "G", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "packets_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"packets_recv\") / count(\"packets_recv\")" - ], - "type": "math" - }, - { - "params": [ - "Packets_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "packets_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"packets_sent\") / count(\"packets_sent\")" - ], - "type": "math" - }, - { - "params": [ - "Packets_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "interface", - "operator": "=~", - "value": "/^$WAN$/" - }, - { - "condition": "AND", - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - } - ] - }, - { - "alias": "$tag_interface - $col", - "groupBy": [ - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "interface" + "gateway_name" ], "type": "tag" }, @@ -5789,7 +4138,7 @@ } ], "hide": false, - "measurement": "net", + "measurement": "gateways", "orderByTime": "ASC", "policy": "default", "refId": "A", @@ -5798,71 +4147,27 @@ [ { "params": [ - "drop_in" + "delay" ], "type": "field" }, { - "params": [ - "Drop_In" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "drop_out" - ], - "type": "field" - }, - { - "params": [ - "Drop_Out" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "err_in" - ], - "type": "field" - }, - { - "params": [ - "Err_In" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "err_out" - ], - "type": "field" - }, - { - "params": [ - "Err_Out" - ], - "type": "alias" + "params": [], + "type": "mean" } ] ], "tags": [ { - "key": "interface", - "operator": "=~", - "value": "/^$WAN$/" - }, - { - "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" + }, + { + "condition": "AND", + "key": "gateway_name", + "operator": "=~", + "value": "/^$Gateway$/" } ] } @@ -5871,7 +4176,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "WAN Throughput - $WAN", + "title": "Gateway RTT - $Gateway ", "tooltip": { "shared": true, "sort": 0, @@ -5887,16 +4192,15 @@ }, "yaxes": [ { - "decimals": 2, - "format": "short", - "label": null, - "logBase": 2, + "format": "ms", + "label": "", + "logBase": 10, "max": null, "min": null, "show": true }, { - "decimals": 2, + "decimals": null, "format": "short", "label": null, "logBase": 1, @@ -5910,6 +4214,659 @@ "alignLevel": null } }, + { + "cacheTimeout": null, + "datasource": "$dataSource", + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "left", + "displayMode": "color-text", + "filterable": true + }, + "mappings": [ + { + "from": "", + "id": 1, + "text": "DOWN", + "to": "", + "type": 1, + "value": "0" + }, + { + "from": "", + "id": 2, + "text": "UP", + "to": "", + "type": 1, + "value": "1" + }, + { + "from": "", + "id": 3, + "text": "UNKNOWN", + "to": "", + "type": 1, + "value": "2" + } + ], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "rgb(255, 255, 255)", + "value": null + }, + { + "color": "dark-red", + "value": 0 + }, + { + "color": "green", + "value": 1 + }, + { + "color": "dark-orange", + "value": 2 + } + ] + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "name" + }, + "properties": [ + { + "id": "displayName", + "value": "Interface" + }, + { + "id": "unit", + "value": "short" + }, + { + "id": "decimals", + "value": 2 + }, + { + "id": "custom.align", + "value": null + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "FriendlyName" + }, + "properties": [ + { + "id": "custom.width", + "value": 126 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Interface" + }, + "properties": [ + { + "id": "custom.width", + "value": 121 + } + ] + } + ] + }, + "gridPos": { + "h": 8, + "w": 13, + "x": 11, + "y": 43 + }, + "id": 194, + "links": [], + "options": { + "showHeader": true, + "sortBy": [ + { + "desc": false, + "displayName": "Interface" + } + ] + }, + "pluginVersion": "7.4.3", + "targets": [ + { + "alias": "", + "groupBy": [ + { + "params": [ + "name" + ], + "type": "tag" + } + ], + "limit": "1", + "measurement": "interface", + "orderByTime": "ASC", + "policy": "autogen", + "refId": "A", + "resultFormat": "table", + "select": [ + [ + { + "params": [ + "friendlyname" + ], + "type": "field" + }, + { + "params": [ + "FriendlyName" + ], + "type": "alias" + } + ], + [ + { + "params": [ + "ip4_address" + ], + "type": "field" + }, + { + "params": [ + "IPv4 Address" + ], + "type": "alias" + } + ], + [ + { + "params": [ + "mac_address" + ], + "type": "field" + }, + { + "params": [ + "Physical Address" + ], + "type": "alias" + } + ], + [ + { + "params": [ + "status" + ], + "type": "field" + }, + { + "params": [], + "type": "last" + }, + { + "params": [ + "Status" + ], + "type": "alias" + } + ], + [ + { + "params": [ + "ip6_address" + ], + "type": "field" + }, + { + "params": [ + "IPv6 Address" + ], + "type": "alias" + } + ] + ], + "tags": [ + { + "key": "host", + "operator": "=~", + "value": "/^$Host$/" + } + ] + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Interface Summary", + "transformations": [ + { + "id": "merge", + "options": { + "reducers": [] + } + }, + { + "id": "filterFieldsByName", + "options": { + "include": { + "names": [ + "name", + "FriendlyName", + "Physical Address", + "Status", + "IPv4 Address" + ] + } + } + } + ], + "type": "table" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$dataSource", + "description": "", + "fieldConfig": { + "defaults": { + "custom": {}, + "links": [] + }, + "overrides": [] + }, + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 11, + "x": 0, + "y": 51 + }, + "hiddenSeries": false, + "id": 487, + "legend": { + "alignAsTable": true, + "avg": true, + "current": true, + "max": true, + "min": false, + "rightSide": false, + "show": true, + "sideWidth": null, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "percentage": false, + "pluginVersion": "7.4.3", + "pointradius": 2, + "points": false, + "renderer": "flot", + "repeatDirection": "h", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "alias": "$tag_gateway_name", + "groupBy": [ + { + "params": [ + "10s" + ], + "type": "time" + }, + { + "params": [ + "gateway_name" + ], + "type": "tag" + }, + { + "params": [ + "null" + ], + "type": "fill" + } + ], + "measurement": "gateways", + "orderByTime": "ASC", + "policy": "default", + "refId": "A", + "resultFormat": "time_series", + "select": [ + [ + { + "params": [ + "loss" + ], + "type": "field" + }, + { + "params": [], + "type": "mean" + } + ] + ], + "tags": [ + { + "key": "host", + "operator": "=~", + "value": "/^$Host$/" + }, + { + "condition": "AND", + "key": "gateway_name", + "operator": "=~", + "value": "/^$Gateway$/" + } + ] + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Gateway Loss - $Gateway ", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "decimals": 0, + "format": "percent", + "label": "", + "logBase": 1, + "max": "100", + "min": "0", + "show": true + }, + { + "decimals": null, + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "cacheTimeout": null, + "datasource": "$dataSource", + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "left", + "displayMode": "color-text", + "filterable": true + }, + "mappings": [ + { + "from": "", + "id": 1, + "text": "OK", + "to": "", + "type": 1, + "value": "none" + } + ], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "rgb(255, 255, 255)", + "value": null + } + ] + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Default GW" + }, + "properties": [ + { + "id": "mappings", + "value": [ + { + "from": "", + "id": 1, + "text": "False", + "to": "", + "type": 1, + "value": "0" + }, + { + "from": "", + "id": 2, + "text": "True", + "to": "", + "type": 1, + "value": "1" + } + ] + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Interface" + }, + "properties": [ + { + "id": "custom.width", + "value": 157 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Gateway Description" + }, + "properties": [ + { + "id": "custom.width", + "value": 274 + } + ] + } + ] + }, + "gridPos": { + "h": 8, + "w": 13, + "x": 11, + "y": 51 + }, + "id": 961, + "links": [], + "options": { + "showHeader": true, + "sortBy": [] + }, + "pluginVersion": "7.4.3", + "targets": [ + { + "groupBy": [ + { + "params": [ + "gateway_name" + ], + "type": "tag" + } + ], + "hide": false, + "limit": "1", + "measurement": "gateways", + "orderByTime": "ASC", + "policy": "default", + "refId": "A", + "resultFormat": "table", + "select": [ + [ + { + "params": [ + "gwdescr" + ], + "type": "field" + } + ], + [ + { + "params": [ + "source" + ], + "type": "field" + } + ], + [ + { + "params": [ + "monitor" + ], + "type": "field" + } + ], + [ + { + "params": [ + "defaultgw" + ], + "type": "field" + } + ], + [ + { + "params": [ + "status" + ], + "type": "field" + } + ], + [ + { + "params": [ + "substatus" + ], + "type": "field" + } + ], + [ + { + "params": [ + "interface" + ], + "type": "field" + } + ] + ], + "tags": [ + { + "key": "host", + "operator": "=~", + "value": "/^$Host$/" + } + ] + } + ], + "timeFrom": null, + "timeShift": null, + "title": "Gateway Summary - $Gateway", + "transformations": [ + { + "id": "organize", + "options": { + "excludeByName": { + "gateway_name": false + }, + "indexByName": { + "Time": 0, + "defaultgw": 6, + "gateway_name": 1, + "gwdescr": 3, + "interface": 2, + "monitor": 5, + "source": 4, + "status": 7, + "substatus": 8 + }, + "renameByName": { + "Time": "", + "defaultgw": "Default GW", + "gateway_name": "Gateway Name", + "gwdescr": "Gateway Description", + "interface": "Interface", + "monitor": "Monitor IP", + "source": "Gateway IP", + "status": "Status", + "substatus": "Status Detail" + } + } + }, + { + "id": "filterFieldsByName", + "options": { + "include": { + "names": [ + "Gateway Name", + "Gateway Description", + "Gateway IP", + "Monitor IP", + "Default GW", + "Status", + "Status Detail", + "Interface" + ] + } + } + } + ], + "type": "table" + }, { "collapsed": false, "datasource": "$dataSource", @@ -5917,19 +4874,11 @@ "h": 1, "w": 24, "x": 0, - "y": 71 + "y": 59 }, - "id": 1067, + "id": 14, "panels": [], - "repeatIteration": 1620242189269, - "repeatPanelId": 14, - "scopedVars": { - "WAN": { - "selected": false, - "text": "ovpnc1", - "value": "ovpnc1" - } - }, + "repeat": "WAN", "title": "WAN Interface - $WAN", "type": "row" }, @@ -6026,25 +4975,15 @@ "h": 3, "w": 24, "x": 0, - "y": 72 + "y": 60 }, - "id": 1068, + "id": 603, "links": [], "options": { "showHeader": true, "sortBy": [] }, "pluginVersion": "7.4.3", - "repeatIteration": 1620242189269, - "repeatPanelId": 603, - "repeatedByRow": true, - "scopedVars": { - "WAN": { - "selected": false, - "text": "ovpnc1", - "value": "ovpnc1" - } - }, "targets": [ { "alias": "", @@ -6186,10 +5125,10 @@ "h": 8, "w": 9, "x": 0, - "y": 75 + "y": 63 }, "hiddenSeries": false, - "id": 1069, + "id": 2, "legend": { "alignAsTable": true, "avg": true, @@ -6214,16 +5153,6 @@ "pointradius": 2, "points": false, "renderer": "flot", - "repeatIteration": 1620242189269, - "repeatPanelId": 2, - "repeatedByRow": true, - "scopedVars": { - "WAN": { - "selected": false, - "text": "ovpnc1", - "value": "ovpnc1" - } - }, "seriesOverrides": [], "spaceLength": 10, "stack": false, @@ -6409,9 +5338,9 @@ "h": 8, "w": 3, "x": 9, - "y": 75 + "y": 63 }, - "id": 1070, + "id": 247, "links": [], "options": { "colorMode": "value", @@ -6431,16 +5360,6 @@ "pluginVersion": "7.4.3", "repeat": null, "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 247, - "repeatedByRow": true, - "scopedVars": { - "WAN": { - "selected": false, - "text": "ovpnc1", - "value": "ovpnc1" - } - }, "targets": [ { "alias": "$tag_interface - $col", @@ -6584,10 +5503,10 @@ "h": 8, "w": 3, "x": 12, - "y": 75 + "y": 63 }, "hideTimeOverride": true, - "id": 1071, + "id": 296, "links": [], "options": { "colorMode": "value", @@ -6607,16 +5526,6 @@ "pluginVersion": "7.4.3", "repeat": null, "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 296, - "repeatedByRow": true, - "scopedVars": { - "WAN": { - "selected": false, - "text": "ovpnc1", - "value": "ovpnc1" - } - }, "targets": [ { "alias": "$tag_interface - $col - This Month", @@ -6732,10 +5641,10 @@ "h": 8, "w": 9, "x": 15, - "y": 75 + "y": 63 }, "hiddenSeries": false, - "id": 1072, + "id": 322, "legend": { "alignAsTable": true, "avg": true, @@ -6763,16 +5672,6 @@ "renderer": "flot", "repeat": null, "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 322, - "repeatedByRow": true, - "scopedVars": { - "WAN": { - "selected": false, - "text": "ovpnc1", - "value": "ovpnc1" - } - }, "seriesOverrides": [], "spaceLength": 10, "stack": false, @@ -7026,7 +5925,7 @@ } }, { - "collapsed": false, + "collapsed": true, "datasource": "$dataSource", "gridPos": { "h": 1, @@ -7035,8147 +5934,7 @@ "y": 83 }, "id": 43, - "panels": [], - "repeat": "LAN_Interfaces", - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.10", - "value": "igb1.10" - } - }, - "title": "LAN Interface - $LAN_Interfaces", - "type": "row" - }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "center", - "displayMode": "color-text", - "filterable": false - }, - "mappings": [ - { - "from": "", - "id": 1, - "text": "DOWN", - "to": "", - "type": 1, - "value": "0" - }, - { - "from": "", - "id": 2, - "text": "UP", - "to": "", - "type": 1, - "value": "1" - }, - { - "from": "", - "id": 3, - "text": "UNKNOWN", - "to": "", - "type": 1, - "value": "2" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "rgb(255, 255, 255)", - "value": null - }, - { - "color": "light-red", - "value": 0 - }, - { - "color": "light-green", - "value": 1 - }, - { - "color": "orange", - "value": 2 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "name" - }, - "properties": [ - { - "id": "displayName", - "value": "Interface" - }, - { - "id": "unit", - "value": "short" - }, - { - "id": "decimals", - "value": 2 - }, - { - "id": "custom.align", - "value": null - } - ] - } - ] - }, - "gridPos": { - "h": 3, - "w": 24, - "x": 0, - "y": 84 - }, - "id": 604, - "links": [], - "options": { - "showHeader": true, - "sortBy": [] - }, - "pluginVersion": "7.4.3", - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.10", - "value": "igb1.10" - } - }, - "targets": [ - { - "alias": "", - "groupBy": [ - { - "params": [ - "name" - ], - "type": "tag" - } - ], - "limit": "1", - "measurement": "interface", - "orderByTime": "ASC", - "policy": "autogen", - "refId": "A", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "friendlyname" - ], - "type": "field" - }, - { - "params": [ - "FriendlyName" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "ip4_address" - ], - "type": "field" - }, - { - "params": [ - "IPv4 Address" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "mac_address" - ], - "type": "field" - }, - { - "params": [ - "Physical Address" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "status" - ], - "type": "field" - }, - { - "params": [], - "type": "last" - }, - { - "params": [ - "Status" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "name", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Interface summary", - "transformations": [ - { - "id": "merge", - "options": { - "reducers": [] - } - }, - { - "id": "filterFieldsByName", - "options": { - "include": { - "names": [ - "name", - "FriendlyName", - "Physical Address", - "Status", - "IPv4 Address" - ] - } - } - } - ], - "type": "table" - }, - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$dataSource", - "decimals": 2, - "fieldConfig": { - "defaults": { - "custom": {}, - "links": [] - }, - "overrides": [] - }, - "fill": 1, - "fillGradient": 0, - "gridPos": { - "h": 7, - "w": 9, - "x": 0, - "y": 87 - }, - "hiddenSeries": false, - "id": 38, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "7.4.3", - "pointradius": 2, - "points": false, - "renderer": "flot", - "repeat": null, - "repeatDirection": "v", - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.10", - "value": "igb1.10" - } - }, - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "alias": "$tag_interface - $col", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "null" - ], - "type": "fill" - } - ], - "hide": false, - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "refId": "D", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bytes_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_recv\") / count(\"bytes_recv\")" - ], - "type": "math" - }, - { - "params": [ - "Bytes_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "bytes_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_sent\") / count(\"bytes_sent\")" - ], - "type": "math" - }, - { - "params": [ - "Bytes_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "LAN Traffic - $LAN_Interfaces (Bytes/sec)", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "Bps", - "label": "", - "logBase": 2, - "max": null, - "min": null, - "show": true - }, - { - "decimals": 2, - "format": "short", - "label": "", - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "fieldConfig": { - "defaults": { - "custom": {}, - "decimals": 2, - "mappings": [ - { - "id": 0, - "op": "=", - "text": "N/A", - "type": 1, - "value": "null" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "bps" - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 3, - "x": 9, - "y": 87 - }, - "id": 248, - "links": [], - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "mean" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "7.4.3", - "repeat": null, - "repeatDirection": "v", - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.10", - "value": "igb1.10" - } - }, - "targets": [ - { - "alias": "$tag_interface - $col", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "none" - ], - "type": "fill" - } - ], - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "query": "SELECT derivative(mean(\"bytes_recv\"), 1s) *8 FROM \"net\" WHERE (\"host\" =~ /^$Host$/ AND \"interface\" =~ /^$LAN_Interfaces$/) AND $timeFilter GROUP BY time($__interval) fill(null)", - "rawQuery": false, - "refId": "C", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bytes_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_recv\") / count(\"bytes_recv\") * 8" - ], - "type": "math" - }, - { - "params": [ - "Bits_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "bytes_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_sent\") / count(\"bytes_sent\") * 8" - ], - "type": "math" - }, - { - "params": [ - "Bits_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "LAN Traffic - $LAN_Interfaces (Bits/sec)", - "type": "stat" - }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "fieldConfig": { - "defaults": { - "custom": {}, - "decimals": 2, - "mappings": [ - { - "id": 0, - "op": "=", - "text": "N/A", - "type": 1, - "value": "null" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "bytes" - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 3, - "x": 12, - "y": 87 - }, - "hideTimeOverride": true, - "id": 297, - "links": [], - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "sum" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "7.4.3", - "repeat": null, - "repeatDirection": "v", - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.10", - "value": "igb1.10" - } - }, - "targets": [ - { - "alias": "$tag_interface - $col - This Month", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "none" - ], - "type": "fill" - } - ], - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "refId": "A", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bytes_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [], - "type": "non_negative_difference" - }, - { - "params": [ - "Bytes_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "bytes_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [], - "type": "non_negative_difference" - }, - { - "params": [ - "Bytes_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "timeFrom": "now/M", - "timeShift": null, - "title": "LAN $LAN_Interfaces", - "type": "stat" - }, - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$dataSource", - "decimals": 2, - "description": "", - "fieldConfig": { - "defaults": { - "custom": {}, - "links": [] - }, - "overrides": [] - }, - "fill": 0, - "fillGradient": 0, - "gridPos": { - "h": 7, - "w": 9, - "x": 15, - "y": 87 - }, - "hiddenSeries": false, - "id": 347, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "hideZero": true, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sideWidth": null, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "7.4.3", - "pointradius": 5, - "points": false, - "renderer": "flot", - "repeat": null, - "repeatDirection": "v", - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.10", - "value": "igb1.10" - } - }, - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "alias": "$tag_interface - $col", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "null" - ], - "type": "fill" - } - ], - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "refId": "G", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "packets_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"packets_recv\") / count(\"packets_recv\")" - ], - "type": "math" - }, - { - "params": [ - "Packets_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "packets_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"packets_sent\") / count(\"packets_sent\")" - ], - "type": "math" - }, - { - "params": [ - "Packets_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - }, - { - "condition": "AND", - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - } - ] - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "LAN Throughput - $LAN_Interfaces", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "short", - "label": null, - "logBase": 2, - "max": null, - "min": null, - "show": true - }, - { - "decimals": 2, - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "collapsed": false, - "datasource": "$dataSource", - "gridPos": { - "h": 1, - "w": 24, - "x": 0, - "y": 94 - }, - "id": 1073, - "panels": [], - "repeatIteration": 1620242189269, - "repeatPanelId": 43, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.20", - "value": "igb1.20" - } - }, - "title": "LAN Interface - $LAN_Interfaces", - "type": "row" - }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "center", - "displayMode": "color-text", - "filterable": false - }, - "mappings": [ - { - "from": "", - "id": 1, - "text": "DOWN", - "to": "", - "type": 1, - "value": "0" - }, - { - "from": "", - "id": 2, - "text": "UP", - "to": "", - "type": 1, - "value": "1" - }, - { - "from": "", - "id": 3, - "text": "UNKNOWN", - "to": "", - "type": 1, - "value": "2" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "rgb(255, 255, 255)", - "value": null - }, - { - "color": "light-red", - "value": 0 - }, - { - "color": "light-green", - "value": 1 - }, - { - "color": "orange", - "value": 2 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "name" - }, - "properties": [ - { - "id": "displayName", - "value": "Interface" - }, - { - "id": "unit", - "value": "short" - }, - { - "id": "decimals", - "value": 2 - }, - { - "id": "custom.align", - "value": null - } - ] - } - ] - }, - "gridPos": { - "h": 3, - "w": 24, - "x": 0, - "y": 95 - }, - "id": 1074, - "links": [], - "options": { - "showHeader": true, - "sortBy": [] - }, - "pluginVersion": "7.4.3", - "repeatIteration": 1620242189269, - "repeatPanelId": 604, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.20", - "value": "igb1.20" - } - }, - "targets": [ - { - "alias": "", - "groupBy": [ - { - "params": [ - "name" - ], - "type": "tag" - } - ], - "limit": "1", - "measurement": "interface", - "orderByTime": "ASC", - "policy": "autogen", - "refId": "A", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "friendlyname" - ], - "type": "field" - }, - { - "params": [ - "FriendlyName" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "ip4_address" - ], - "type": "field" - }, - { - "params": [ - "IPv4 Address" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "mac_address" - ], - "type": "field" - }, - { - "params": [ - "Physical Address" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "status" - ], - "type": "field" - }, - { - "params": [], - "type": "last" - }, - { - "params": [ - "Status" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "name", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Interface summary", - "transformations": [ - { - "id": "merge", - "options": { - "reducers": [] - } - }, - { - "id": "filterFieldsByName", - "options": { - "include": { - "names": [ - "name", - "FriendlyName", - "Physical Address", - "Status", - "IPv4 Address" - ] - } - } - } - ], - "type": "table" - }, - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$dataSource", - "decimals": 2, - "fieldConfig": { - "defaults": { - "custom": {}, - "links": [] - }, - "overrides": [] - }, - "fill": 1, - "fillGradient": 0, - "gridPos": { - "h": 7, - "w": 9, - "x": 0, - "y": 98 - }, - "hiddenSeries": false, - "id": 1075, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "7.4.3", - "pointradius": 2, - "points": false, - "renderer": "flot", - "repeat": null, - "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 38, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.20", - "value": "igb1.20" - } - }, - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "alias": "$tag_interface - $col", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "null" - ], - "type": "fill" - } - ], - "hide": false, - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "refId": "D", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bytes_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_recv\") / count(\"bytes_recv\")" - ], - "type": "math" - }, - { - "params": [ - "Bytes_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "bytes_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_sent\") / count(\"bytes_sent\")" - ], - "type": "math" - }, - { - "params": [ - "Bytes_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "LAN Traffic - $LAN_Interfaces (Bytes/sec)", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "Bps", - "label": "", - "logBase": 2, - "max": null, - "min": null, - "show": true - }, - { - "decimals": 2, - "format": "short", - "label": "", - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "fieldConfig": { - "defaults": { - "custom": {}, - "decimals": 2, - "mappings": [ - { - "id": 0, - "op": "=", - "text": "N/A", - "type": 1, - "value": "null" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "bps" - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 3, - "x": 9, - "y": 98 - }, - "id": 1076, - "links": [], - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "mean" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "7.4.3", - "repeat": null, - "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 248, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.20", - "value": "igb1.20" - } - }, - "targets": [ - { - "alias": "$tag_interface - $col", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "none" - ], - "type": "fill" - } - ], - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "query": "SELECT derivative(mean(\"bytes_recv\"), 1s) *8 FROM \"net\" WHERE (\"host\" =~ /^$Host$/ AND \"interface\" =~ /^$LAN_Interfaces$/) AND $timeFilter GROUP BY time($__interval) fill(null)", - "rawQuery": false, - "refId": "C", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bytes_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_recv\") / count(\"bytes_recv\") * 8" - ], - "type": "math" - }, - { - "params": [ - "Bits_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "bytes_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_sent\") / count(\"bytes_sent\") * 8" - ], - "type": "math" - }, - { - "params": [ - "Bits_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "LAN Traffic - $LAN_Interfaces (Bits/sec)", - "type": "stat" - }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "fieldConfig": { - "defaults": { - "custom": {}, - "decimals": 2, - "mappings": [ - { - "id": 0, - "op": "=", - "text": "N/A", - "type": 1, - "value": "null" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "bytes" - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 3, - "x": 12, - "y": 98 - }, - "hideTimeOverride": true, - "id": 1077, - "links": [], - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "sum" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "7.4.3", - "repeat": null, - "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 297, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.20", - "value": "igb1.20" - } - }, - "targets": [ - { - "alias": "$tag_interface - $col - This Month", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "none" - ], - "type": "fill" - } - ], - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "refId": "A", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bytes_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [], - "type": "non_negative_difference" - }, - { - "params": [ - "Bytes_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "bytes_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [], - "type": "non_negative_difference" - }, - { - "params": [ - "Bytes_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "timeFrom": "now/M", - "timeShift": null, - "title": "LAN $LAN_Interfaces", - "type": "stat" - }, - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$dataSource", - "decimals": 2, - "description": "", - "fieldConfig": { - "defaults": { - "custom": {}, - "links": [] - }, - "overrides": [] - }, - "fill": 0, - "fillGradient": 0, - "gridPos": { - "h": 7, - "w": 9, - "x": 15, - "y": 98 - }, - "hiddenSeries": false, - "id": 1078, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "hideZero": true, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sideWidth": null, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "7.4.3", - "pointradius": 5, - "points": false, - "renderer": "flot", - "repeat": null, - "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 347, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.20", - "value": "igb1.20" - } - }, - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "alias": "$tag_interface - $col", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "null" - ], - "type": "fill" - } - ], - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "refId": "G", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "packets_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"packets_recv\") / count(\"packets_recv\")" - ], - "type": "math" - }, - { - "params": [ - "Packets_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "packets_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"packets_sent\") / count(\"packets_sent\")" - ], - "type": "math" - }, - { - "params": [ - "Packets_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - }, - { - "condition": "AND", - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - } - ] - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "LAN Throughput - $LAN_Interfaces", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "short", - "label": null, - "logBase": 2, - "max": null, - "min": null, - "show": true - }, - { - "decimals": 2, - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "collapsed": false, - "datasource": "$dataSource", - "gridPos": { - "h": 1, - "w": 24, - "x": 0, - "y": 105 - }, - "id": 1079, - "panels": [], - "repeatIteration": 1620242189269, - "repeatPanelId": 43, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.30", - "value": "igb1.30" - } - }, - "title": "LAN Interface - $LAN_Interfaces", - "type": "row" - }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "center", - "displayMode": "color-text", - "filterable": false - }, - "mappings": [ - { - "from": "", - "id": 1, - "text": "DOWN", - "to": "", - "type": 1, - "value": "0" - }, - { - "from": "", - "id": 2, - "text": "UP", - "to": "", - "type": 1, - "value": "1" - }, - { - "from": "", - "id": 3, - "text": "UNKNOWN", - "to": "", - "type": 1, - "value": "2" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "rgb(255, 255, 255)", - "value": null - }, - { - "color": "light-red", - "value": 0 - }, - { - "color": "light-green", - "value": 1 - }, - { - "color": "orange", - "value": 2 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "name" - }, - "properties": [ - { - "id": "displayName", - "value": "Interface" - }, - { - "id": "unit", - "value": "short" - }, - { - "id": "decimals", - "value": 2 - }, - { - "id": "custom.align", - "value": null - } - ] - } - ] - }, - "gridPos": { - "h": 3, - "w": 24, - "x": 0, - "y": 106 - }, - "id": 1080, - "links": [], - "options": { - "showHeader": true, - "sortBy": [] - }, - "pluginVersion": "7.4.3", - "repeatIteration": 1620242189269, - "repeatPanelId": 604, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.30", - "value": "igb1.30" - } - }, - "targets": [ - { - "alias": "", - "groupBy": [ - { - "params": [ - "name" - ], - "type": "tag" - } - ], - "limit": "1", - "measurement": "interface", - "orderByTime": "ASC", - "policy": "autogen", - "refId": "A", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "friendlyname" - ], - "type": "field" - }, - { - "params": [ - "FriendlyName" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "ip4_address" - ], - "type": "field" - }, - { - "params": [ - "IPv4 Address" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "mac_address" - ], - "type": "field" - }, - { - "params": [ - "Physical Address" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "status" - ], - "type": "field" - }, - { - "params": [], - "type": "last" - }, - { - "params": [ - "Status" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "name", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Interface summary", - "transformations": [ - { - "id": "merge", - "options": { - "reducers": [] - } - }, - { - "id": "filterFieldsByName", - "options": { - "include": { - "names": [ - "name", - "FriendlyName", - "Physical Address", - "Status", - "IPv4 Address" - ] - } - } - } - ], - "type": "table" - }, - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$dataSource", - "decimals": 2, - "fieldConfig": { - "defaults": { - "custom": {}, - "links": [] - }, - "overrides": [] - }, - "fill": 1, - "fillGradient": 0, - "gridPos": { - "h": 7, - "w": 9, - "x": 0, - "y": 109 - }, - "hiddenSeries": false, - "id": 1081, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "7.4.3", - "pointradius": 2, - "points": false, - "renderer": "flot", - "repeat": null, - "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 38, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.30", - "value": "igb1.30" - } - }, - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "alias": "$tag_interface - $col", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "null" - ], - "type": "fill" - } - ], - "hide": false, - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "refId": "D", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bytes_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_recv\") / count(\"bytes_recv\")" - ], - "type": "math" - }, - { - "params": [ - "Bytes_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "bytes_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_sent\") / count(\"bytes_sent\")" - ], - "type": "math" - }, - { - "params": [ - "Bytes_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "LAN Traffic - $LAN_Interfaces (Bytes/sec)", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "Bps", - "label": "", - "logBase": 2, - "max": null, - "min": null, - "show": true - }, - { - "decimals": 2, - "format": "short", - "label": "", - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "fieldConfig": { - "defaults": { - "custom": {}, - "decimals": 2, - "mappings": [ - { - "id": 0, - "op": "=", - "text": "N/A", - "type": 1, - "value": "null" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "bps" - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 3, - "x": 9, - "y": 109 - }, - "id": 1082, - "links": [], - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "mean" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "7.4.3", - "repeat": null, - "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 248, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.30", - "value": "igb1.30" - } - }, - "targets": [ - { - "alias": "$tag_interface - $col", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "none" - ], - "type": "fill" - } - ], - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "query": "SELECT derivative(mean(\"bytes_recv\"), 1s) *8 FROM \"net\" WHERE (\"host\" =~ /^$Host$/ AND \"interface\" =~ /^$LAN_Interfaces$/) AND $timeFilter GROUP BY time($__interval) fill(null)", - "rawQuery": false, - "refId": "C", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bytes_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_recv\") / count(\"bytes_recv\") * 8" - ], - "type": "math" - }, - { - "params": [ - "Bits_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "bytes_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_sent\") / count(\"bytes_sent\") * 8" - ], - "type": "math" - }, - { - "params": [ - "Bits_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "LAN Traffic - $LAN_Interfaces (Bits/sec)", - "type": "stat" - }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "fieldConfig": { - "defaults": { - "custom": {}, - "decimals": 2, - "mappings": [ - { - "id": 0, - "op": "=", - "text": "N/A", - "type": 1, - "value": "null" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "bytes" - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 3, - "x": 12, - "y": 109 - }, - "hideTimeOverride": true, - "id": 1083, - "links": [], - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "sum" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "7.4.3", - "repeat": null, - "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 297, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.30", - "value": "igb1.30" - } - }, - "targets": [ - { - "alias": "$tag_interface - $col - This Month", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "none" - ], - "type": "fill" - } - ], - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "refId": "A", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bytes_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [], - "type": "non_negative_difference" - }, - { - "params": [ - "Bytes_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "bytes_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [], - "type": "non_negative_difference" - }, - { - "params": [ - "Bytes_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "timeFrom": "now/M", - "timeShift": null, - "title": "LAN $LAN_Interfaces", - "type": "stat" - }, - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$dataSource", - "decimals": 2, - "description": "", - "fieldConfig": { - "defaults": { - "custom": {}, - "links": [] - }, - "overrides": [] - }, - "fill": 0, - "fillGradient": 0, - "gridPos": { - "h": 7, - "w": 9, - "x": 15, - "y": 109 - }, - "hiddenSeries": false, - "id": 1084, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "hideZero": true, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sideWidth": null, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "7.4.3", - "pointradius": 5, - "points": false, - "renderer": "flot", - "repeat": null, - "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 347, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.30", - "value": "igb1.30" - } - }, - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "alias": "$tag_interface - $col", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "null" - ], - "type": "fill" - } - ], - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "refId": "G", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "packets_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"packets_recv\") / count(\"packets_recv\")" - ], - "type": "math" - }, - { - "params": [ - "Packets_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "packets_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"packets_sent\") / count(\"packets_sent\")" - ], - "type": "math" - }, - { - "params": [ - "Packets_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - }, - { - "condition": "AND", - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - } - ] - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "LAN Throughput - $LAN_Interfaces", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "short", - "label": null, - "logBase": 2, - "max": null, - "min": null, - "show": true - }, - { - "decimals": 2, - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "collapsed": false, - "datasource": "$dataSource", - "gridPos": { - "h": 1, - "w": 24, - "x": 0, - "y": 116 - }, - "id": 1085, - "panels": [], - "repeatIteration": 1620242189269, - "repeatPanelId": 43, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.40", - "value": "igb1.40" - } - }, - "title": "LAN Interface - $LAN_Interfaces", - "type": "row" - }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "center", - "displayMode": "color-text", - "filterable": false - }, - "mappings": [ - { - "from": "", - "id": 1, - "text": "DOWN", - "to": "", - "type": 1, - "value": "0" - }, - { - "from": "", - "id": 2, - "text": "UP", - "to": "", - "type": 1, - "value": "1" - }, - { - "from": "", - "id": 3, - "text": "UNKNOWN", - "to": "", - "type": 1, - "value": "2" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "rgb(255, 255, 255)", - "value": null - }, - { - "color": "light-red", - "value": 0 - }, - { - "color": "light-green", - "value": 1 - }, - { - "color": "orange", - "value": 2 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "name" - }, - "properties": [ - { - "id": "displayName", - "value": "Interface" - }, - { - "id": "unit", - "value": "short" - }, - { - "id": "decimals", - "value": 2 - }, - { - "id": "custom.align", - "value": null - } - ] - } - ] - }, - "gridPos": { - "h": 3, - "w": 24, - "x": 0, - "y": 117 - }, - "id": 1086, - "links": [], - "options": { - "showHeader": true, - "sortBy": [] - }, - "pluginVersion": "7.4.3", - "repeatIteration": 1620242189269, - "repeatPanelId": 604, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.40", - "value": "igb1.40" - } - }, - "targets": [ - { - "alias": "", - "groupBy": [ - { - "params": [ - "name" - ], - "type": "tag" - } - ], - "limit": "1", - "measurement": "interface", - "orderByTime": "ASC", - "policy": "autogen", - "refId": "A", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "friendlyname" - ], - "type": "field" - }, - { - "params": [ - "FriendlyName" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "ip4_address" - ], - "type": "field" - }, - { - "params": [ - "IPv4 Address" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "mac_address" - ], - "type": "field" - }, - { - "params": [ - "Physical Address" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "status" - ], - "type": "field" - }, - { - "params": [], - "type": "last" - }, - { - "params": [ - "Status" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "name", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Interface summary", - "transformations": [ - { - "id": "merge", - "options": { - "reducers": [] - } - }, - { - "id": "filterFieldsByName", - "options": { - "include": { - "names": [ - "name", - "FriendlyName", - "Physical Address", - "Status", - "IPv4 Address" - ] - } - } - } - ], - "type": "table" - }, - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$dataSource", - "decimals": 2, - "fieldConfig": { - "defaults": { - "custom": {}, - "links": [] - }, - "overrides": [] - }, - "fill": 1, - "fillGradient": 0, - "gridPos": { - "h": 7, - "w": 9, - "x": 0, - "y": 120 - }, - "hiddenSeries": false, - "id": 1087, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "7.4.3", - "pointradius": 2, - "points": false, - "renderer": "flot", - "repeat": null, - "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 38, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.40", - "value": "igb1.40" - } - }, - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "alias": "$tag_interface - $col", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "null" - ], - "type": "fill" - } - ], - "hide": false, - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "refId": "D", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bytes_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_recv\") / count(\"bytes_recv\")" - ], - "type": "math" - }, - { - "params": [ - "Bytes_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "bytes_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_sent\") / count(\"bytes_sent\")" - ], - "type": "math" - }, - { - "params": [ - "Bytes_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "LAN Traffic - $LAN_Interfaces (Bytes/sec)", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "Bps", - "label": "", - "logBase": 2, - "max": null, - "min": null, - "show": true - }, - { - "decimals": 2, - "format": "short", - "label": "", - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "fieldConfig": { - "defaults": { - "custom": {}, - "decimals": 2, - "mappings": [ - { - "id": 0, - "op": "=", - "text": "N/A", - "type": 1, - "value": "null" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "bps" - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 3, - "x": 9, - "y": 120 - }, - "id": 1088, - "links": [], - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "mean" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "7.4.3", - "repeat": null, - "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 248, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.40", - "value": "igb1.40" - } - }, - "targets": [ - { - "alias": "$tag_interface - $col", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "none" - ], - "type": "fill" - } - ], - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "query": "SELECT derivative(mean(\"bytes_recv\"), 1s) *8 FROM \"net\" WHERE (\"host\" =~ /^$Host$/ AND \"interface\" =~ /^$LAN_Interfaces$/) AND $timeFilter GROUP BY time($__interval) fill(null)", - "rawQuery": false, - "refId": "C", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bytes_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_recv\") / count(\"bytes_recv\") * 8" - ], - "type": "math" - }, - { - "params": [ - "Bits_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "bytes_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_sent\") / count(\"bytes_sent\") * 8" - ], - "type": "math" - }, - { - "params": [ - "Bits_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "LAN Traffic - $LAN_Interfaces (Bits/sec)", - "type": "stat" - }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "fieldConfig": { - "defaults": { - "custom": {}, - "decimals": 2, - "mappings": [ - { - "id": 0, - "op": "=", - "text": "N/A", - "type": 1, - "value": "null" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "bytes" - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 3, - "x": 12, - "y": 120 - }, - "hideTimeOverride": true, - "id": 1089, - "links": [], - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "sum" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "7.4.3", - "repeat": null, - "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 297, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.40", - "value": "igb1.40" - } - }, - "targets": [ - { - "alias": "$tag_interface - $col - This Month", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "none" - ], - "type": "fill" - } - ], - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "refId": "A", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bytes_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [], - "type": "non_negative_difference" - }, - { - "params": [ - "Bytes_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "bytes_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [], - "type": "non_negative_difference" - }, - { - "params": [ - "Bytes_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "timeFrom": "now/M", - "timeShift": null, - "title": "LAN $LAN_Interfaces", - "type": "stat" - }, - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$dataSource", - "decimals": 2, - "description": "", - "fieldConfig": { - "defaults": { - "custom": {}, - "links": [] - }, - "overrides": [] - }, - "fill": 0, - "fillGradient": 0, - "gridPos": { - "h": 7, - "w": 9, - "x": 15, - "y": 120 - }, - "hiddenSeries": false, - "id": 1090, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "hideZero": true, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sideWidth": null, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "7.4.3", - "pointradius": 5, - "points": false, - "renderer": "flot", - "repeat": null, - "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 347, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.40", - "value": "igb1.40" - } - }, - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "alias": "$tag_interface - $col", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "null" - ], - "type": "fill" - } - ], - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "refId": "G", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "packets_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"packets_recv\") / count(\"packets_recv\")" - ], - "type": "math" - }, - { - "params": [ - "Packets_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "packets_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"packets_sent\") / count(\"packets_sent\")" - ], - "type": "math" - }, - { - "params": [ - "Packets_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - }, - { - "condition": "AND", - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - } - ] - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "LAN Throughput - $LAN_Interfaces", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "short", - "label": null, - "logBase": 2, - "max": null, - "min": null, - "show": true - }, - { - "decimals": 2, - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "collapsed": false, - "datasource": "$dataSource", - "gridPos": { - "h": 1, - "w": 24, - "x": 0, - "y": 127 - }, - "id": 1091, - "panels": [], - "repeatIteration": 1620242189269, - "repeatPanelId": 43, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.50", - "value": "igb1.50" - } - }, - "title": "LAN Interface - $LAN_Interfaces", - "type": "row" - }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "center", - "displayMode": "color-text", - "filterable": false - }, - "mappings": [ - { - "from": "", - "id": 1, - "text": "DOWN", - "to": "", - "type": 1, - "value": "0" - }, - { - "from": "", - "id": 2, - "text": "UP", - "to": "", - "type": 1, - "value": "1" - }, - { - "from": "", - "id": 3, - "text": "UNKNOWN", - "to": "", - "type": 1, - "value": "2" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "rgb(255, 255, 255)", - "value": null - }, - { - "color": "light-red", - "value": 0 - }, - { - "color": "light-green", - "value": 1 - }, - { - "color": "orange", - "value": 2 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "name" - }, - "properties": [ - { - "id": "displayName", - "value": "Interface" - }, - { - "id": "unit", - "value": "short" - }, - { - "id": "decimals", - "value": 2 - }, - { - "id": "custom.align", - "value": null - } - ] - } - ] - }, - "gridPos": { - "h": 3, - "w": 24, - "x": 0, - "y": 128 - }, - "id": 1092, - "links": [], - "options": { - "showHeader": true, - "sortBy": [] - }, - "pluginVersion": "7.4.3", - "repeatIteration": 1620242189269, - "repeatPanelId": 604, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.50", - "value": "igb1.50" - } - }, - "targets": [ - { - "alias": "", - "groupBy": [ - { - "params": [ - "name" - ], - "type": "tag" - } - ], - "limit": "1", - "measurement": "interface", - "orderByTime": "ASC", - "policy": "autogen", - "refId": "A", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "friendlyname" - ], - "type": "field" - }, - { - "params": [ - "FriendlyName" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "ip4_address" - ], - "type": "field" - }, - { - "params": [ - "IPv4 Address" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "mac_address" - ], - "type": "field" - }, - { - "params": [ - "Physical Address" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "status" - ], - "type": "field" - }, - { - "params": [], - "type": "last" - }, - { - "params": [ - "Status" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "name", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Interface summary", - "transformations": [ - { - "id": "merge", - "options": { - "reducers": [] - } - }, - { - "id": "filterFieldsByName", - "options": { - "include": { - "names": [ - "name", - "FriendlyName", - "Physical Address", - "Status", - "IPv4 Address" - ] - } - } - } - ], - "type": "table" - }, - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$dataSource", - "decimals": 2, - "fieldConfig": { - "defaults": { - "custom": {}, - "links": [] - }, - "overrides": [] - }, - "fill": 1, - "fillGradient": 0, - "gridPos": { - "h": 7, - "w": 9, - "x": 0, - "y": 131 - }, - "hiddenSeries": false, - "id": 1093, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "7.4.3", - "pointradius": 2, - "points": false, - "renderer": "flot", - "repeat": null, - "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 38, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.50", - "value": "igb1.50" - } - }, - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "alias": "$tag_interface - $col", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "null" - ], - "type": "fill" - } - ], - "hide": false, - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "refId": "D", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bytes_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_recv\") / count(\"bytes_recv\")" - ], - "type": "math" - }, - { - "params": [ - "Bytes_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "bytes_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_sent\") / count(\"bytes_sent\")" - ], - "type": "math" - }, - { - "params": [ - "Bytes_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "LAN Traffic - $LAN_Interfaces (Bytes/sec)", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "Bps", - "label": "", - "logBase": 2, - "max": null, - "min": null, - "show": true - }, - { - "decimals": 2, - "format": "short", - "label": "", - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "fieldConfig": { - "defaults": { - "custom": {}, - "decimals": 2, - "mappings": [ - { - "id": 0, - "op": "=", - "text": "N/A", - "type": 1, - "value": "null" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "bps" - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 3, - "x": 9, - "y": 131 - }, - "id": 1094, - "links": [], - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "mean" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "7.4.3", - "repeat": null, - "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 248, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.50", - "value": "igb1.50" - } - }, - "targets": [ - { - "alias": "$tag_interface - $col", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "none" - ], - "type": "fill" - } - ], - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "query": "SELECT derivative(mean(\"bytes_recv\"), 1s) *8 FROM \"net\" WHERE (\"host\" =~ /^$Host$/ AND \"interface\" =~ /^$LAN_Interfaces$/) AND $timeFilter GROUP BY time($__interval) fill(null)", - "rawQuery": false, - "refId": "C", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bytes_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_recv\") / count(\"bytes_recv\") * 8" - ], - "type": "math" - }, - { - "params": [ - "Bits_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "bytes_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_sent\") / count(\"bytes_sent\") * 8" - ], - "type": "math" - }, - { - "params": [ - "Bits_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "LAN Traffic - $LAN_Interfaces (Bits/sec)", - "type": "stat" - }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "fieldConfig": { - "defaults": { - "custom": {}, - "decimals": 2, - "mappings": [ - { - "id": 0, - "op": "=", - "text": "N/A", - "type": 1, - "value": "null" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "bytes" - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 3, - "x": 12, - "y": 131 - }, - "hideTimeOverride": true, - "id": 1095, - "links": [], - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "sum" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "7.4.3", - "repeat": null, - "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 297, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.50", - "value": "igb1.50" - } - }, - "targets": [ - { - "alias": "$tag_interface - $col - This Month", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "none" - ], - "type": "fill" - } - ], - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "refId": "A", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bytes_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [], - "type": "non_negative_difference" - }, - { - "params": [ - "Bytes_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "bytes_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [], - "type": "non_negative_difference" - }, - { - "params": [ - "Bytes_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "timeFrom": "now/M", - "timeShift": null, - "title": "LAN $LAN_Interfaces", - "type": "stat" - }, - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$dataSource", - "decimals": 2, - "description": "", - "fieldConfig": { - "defaults": { - "custom": {}, - "links": [] - }, - "overrides": [] - }, - "fill": 0, - "fillGradient": 0, - "gridPos": { - "h": 7, - "w": 9, - "x": 15, - "y": 131 - }, - "hiddenSeries": false, - "id": 1096, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "hideZero": true, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sideWidth": null, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "7.4.3", - "pointradius": 5, - "points": false, - "renderer": "flot", - "repeat": null, - "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 347, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb1.50", - "value": "igb1.50" - } - }, - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "alias": "$tag_interface - $col", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "null" - ], - "type": "fill" - } - ], - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "refId": "G", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "packets_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"packets_recv\") / count(\"packets_recv\")" - ], - "type": "math" - }, - { - "params": [ - "Packets_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "packets_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"packets_sent\") / count(\"packets_sent\")" - ], - "type": "math" - }, - { - "params": [ - "Packets_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - }, - { - "condition": "AND", - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - } - ] - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "LAN Throughput - $LAN_Interfaces", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "short", - "label": null, - "logBase": 2, - "max": null, - "min": null, - "show": true - }, - { - "decimals": 2, - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "collapsed": false, - "datasource": "$dataSource", - "gridPos": { - "h": 1, - "w": 24, - "x": 0, - "y": 138 - }, - "id": 1097, - "panels": [], - "repeatIteration": 1620242189269, - "repeatPanelId": 43, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb4", - "value": "igb4" - } - }, - "title": "LAN Interface - $LAN_Interfaces", - "type": "row" - }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "center", - "displayMode": "color-text", - "filterable": false - }, - "mappings": [ - { - "from": "", - "id": 1, - "text": "DOWN", - "to": "", - "type": 1, - "value": "0" - }, - { - "from": "", - "id": 2, - "text": "UP", - "to": "", - "type": 1, - "value": "1" - }, - { - "from": "", - "id": 3, - "text": "UNKNOWN", - "to": "", - "type": 1, - "value": "2" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "rgb(255, 255, 255)", - "value": null - }, - { - "color": "light-red", - "value": 0 - }, - { - "color": "light-green", - "value": 1 - }, - { - "color": "orange", - "value": 2 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "name" - }, - "properties": [ - { - "id": "displayName", - "value": "Interface" - }, - { - "id": "unit", - "value": "short" - }, - { - "id": "decimals", - "value": 2 - }, - { - "id": "custom.align", - "value": null - } - ] - } - ] - }, - "gridPos": { - "h": 3, - "w": 24, - "x": 0, - "y": 139 - }, - "id": 1098, - "links": [], - "options": { - "showHeader": true, - "sortBy": [] - }, - "pluginVersion": "7.4.3", - "repeatIteration": 1620242189269, - "repeatPanelId": 604, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb4", - "value": "igb4" - } - }, - "targets": [ - { - "alias": "", - "groupBy": [ - { - "params": [ - "name" - ], - "type": "tag" - } - ], - "limit": "1", - "measurement": "interface", - "orderByTime": "ASC", - "policy": "autogen", - "refId": "A", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "friendlyname" - ], - "type": "field" - }, - { - "params": [ - "FriendlyName" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "ip4_address" - ], - "type": "field" - }, - { - "params": [ - "IPv4 Address" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "mac_address" - ], - "type": "field" - }, - { - "params": [ - "Physical Address" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "status" - ], - "type": "field" - }, - { - "params": [], - "type": "last" - }, - { - "params": [ - "Status" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "name", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Interface summary", - "transformations": [ - { - "id": "merge", - "options": { - "reducers": [] - } - }, - { - "id": "filterFieldsByName", - "options": { - "include": { - "names": [ - "name", - "FriendlyName", - "Physical Address", - "Status", - "IPv4 Address" - ] - } - } - } - ], - "type": "table" - }, - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$dataSource", - "decimals": 2, - "fieldConfig": { - "defaults": { - "custom": {}, - "links": [] - }, - "overrides": [] - }, - "fill": 1, - "fillGradient": 0, - "gridPos": { - "h": 7, - "w": 9, - "x": 0, - "y": 142 - }, - "hiddenSeries": false, - "id": 1099, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "7.4.3", - "pointradius": 2, - "points": false, - "renderer": "flot", - "repeat": null, - "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 38, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb4", - "value": "igb4" - } - }, - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "alias": "$tag_interface - $col", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "null" - ], - "type": "fill" - } - ], - "hide": false, - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "refId": "D", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bytes_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_recv\") / count(\"bytes_recv\")" - ], - "type": "math" - }, - { - "params": [ - "Bytes_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "bytes_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_sent\") / count(\"bytes_sent\")" - ], - "type": "math" - }, - { - "params": [ - "Bytes_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "LAN Traffic - $LAN_Interfaces (Bytes/sec)", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "Bps", - "label": "", - "logBase": 2, - "max": null, - "min": null, - "show": true - }, - { - "decimals": 2, - "format": "short", - "label": "", - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "fieldConfig": { - "defaults": { - "custom": {}, - "decimals": 2, - "mappings": [ - { - "id": 0, - "op": "=", - "text": "N/A", - "type": 1, - "value": "null" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "bps" - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 3, - "x": 9, - "y": 142 - }, - "id": 1100, - "links": [], - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "mean" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "7.4.3", - "repeat": null, - "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 248, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb4", - "value": "igb4" - } - }, - "targets": [ - { - "alias": "$tag_interface - $col", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "none" - ], - "type": "fill" - } - ], - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "query": "SELECT derivative(mean(\"bytes_recv\"), 1s) *8 FROM \"net\" WHERE (\"host\" =~ /^$Host$/ AND \"interface\" =~ /^$LAN_Interfaces$/) AND $timeFilter GROUP BY time($__interval) fill(null)", - "rawQuery": false, - "refId": "C", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bytes_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_recv\") / count(\"bytes_recv\") * 8" - ], - "type": "math" - }, - { - "params": [ - "Bits_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "bytes_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_sent\") / count(\"bytes_sent\") * 8" - ], - "type": "math" - }, - { - "params": [ - "Bits_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "LAN Traffic - $LAN_Interfaces (Bits/sec)", - "type": "stat" - }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "fieldConfig": { - "defaults": { - "custom": {}, - "decimals": 2, - "mappings": [ - { - "id": 0, - "op": "=", - "text": "N/A", - "type": 1, - "value": "null" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "bytes" - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 3, - "x": 12, - "y": 142 - }, - "hideTimeOverride": true, - "id": 1101, - "links": [], - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "sum" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "7.4.3", - "repeat": null, - "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 297, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb4", - "value": "igb4" - } - }, - "targets": [ - { - "alias": "$tag_interface - $col - This Month", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "none" - ], - "type": "fill" - } - ], - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "refId": "A", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bytes_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [], - "type": "non_negative_difference" - }, - { - "params": [ - "Bytes_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "bytes_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [], - "type": "non_negative_difference" - }, - { - "params": [ - "Bytes_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "timeFrom": "now/M", - "timeShift": null, - "title": "LAN $LAN_Interfaces", - "type": "stat" - }, - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$dataSource", - "decimals": 2, - "description": "", - "fieldConfig": { - "defaults": { - "custom": {}, - "links": [] - }, - "overrides": [] - }, - "fill": 0, - "fillGradient": 0, - "gridPos": { - "h": 7, - "w": 9, - "x": 15, - "y": 142 - }, - "hiddenSeries": false, - "id": 1102, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "hideZero": true, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sideWidth": null, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "7.4.3", - "pointradius": 5, - "points": false, - "renderer": "flot", - "repeat": null, - "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 347, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb4", - "value": "igb4" - } - }, - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "alias": "$tag_interface - $col", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "null" - ], - "type": "fill" - } - ], - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "refId": "G", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "packets_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"packets_recv\") / count(\"packets_recv\")" - ], - "type": "math" - }, - { - "params": [ - "Packets_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "packets_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"packets_sent\") / count(\"packets_sent\")" - ], - "type": "math" - }, - { - "params": [ - "Packets_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - }, - { - "condition": "AND", - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - } - ] - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "LAN Throughput - $LAN_Interfaces", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "short", - "label": null, - "logBase": 2, - "max": null, - "min": null, - "show": true - }, - { - "decimals": 2, - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "collapsed": false, - "datasource": "$dataSource", - "gridPos": { - "h": 1, - "w": 24, - "x": 0, - "y": 149 - }, - "id": 1103, - "panels": [], - "repeatIteration": 1620242189269, - "repeatPanelId": 43, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb5", - "value": "igb5" - } - }, - "title": "LAN Interface - $LAN_Interfaces", - "type": "row" - }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "center", - "displayMode": "color-text", - "filterable": false - }, - "mappings": [ - { - "from": "", - "id": 1, - "text": "DOWN", - "to": "", - "type": 1, - "value": "0" - }, - { - "from": "", - "id": 2, - "text": "UP", - "to": "", - "type": 1, - "value": "1" - }, - { - "from": "", - "id": 3, - "text": "UNKNOWN", - "to": "", - "type": 1, - "value": "2" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "rgb(255, 255, 255)", - "value": null - }, - { - "color": "light-red", - "value": 0 - }, - { - "color": "light-green", - "value": 1 - }, - { - "color": "orange", - "value": 2 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "name" - }, - "properties": [ - { - "id": "displayName", - "value": "Interface" - }, - { - "id": "unit", - "value": "short" - }, - { - "id": "decimals", - "value": 2 - }, - { - "id": "custom.align", - "value": null - } - ] - } - ] - }, - "gridPos": { - "h": 3, - "w": 24, - "x": 0, - "y": 150 - }, - "id": 1104, - "links": [], - "options": { - "showHeader": true, - "sortBy": [] - }, - "pluginVersion": "7.4.3", - "repeatIteration": 1620242189269, - "repeatPanelId": 604, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb5", - "value": "igb5" - } - }, - "targets": [ - { - "alias": "", - "groupBy": [ - { - "params": [ - "name" - ], - "type": "tag" - } - ], - "limit": "1", - "measurement": "interface", - "orderByTime": "ASC", - "policy": "autogen", - "refId": "A", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "friendlyname" - ], - "type": "field" - }, - { - "params": [ - "FriendlyName" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "ip4_address" - ], - "type": "field" - }, - { - "params": [ - "IPv4 Address" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "mac_address" - ], - "type": "field" - }, - { - "params": [ - "Physical Address" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "status" - ], - "type": "field" - }, - { - "params": [], - "type": "last" - }, - { - "params": [ - "Status" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "name", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Interface summary", - "transformations": [ - { - "id": "merge", - "options": { - "reducers": [] - } - }, - { - "id": "filterFieldsByName", - "options": { - "include": { - "names": [ - "name", - "FriendlyName", - "Physical Address", - "Status", - "IPv4 Address" - ] - } - } - } - ], - "type": "table" - }, - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$dataSource", - "decimals": 2, - "fieldConfig": { - "defaults": { - "custom": {}, - "links": [] - }, - "overrides": [] - }, - "fill": 1, - "fillGradient": 0, - "gridPos": { - "h": 7, - "w": 9, - "x": 0, - "y": 153 - }, - "hiddenSeries": false, - "id": 1105, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "7.4.3", - "pointradius": 2, - "points": false, - "renderer": "flot", - "repeat": null, - "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 38, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb5", - "value": "igb5" - } - }, - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "alias": "$tag_interface - $col", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "null" - ], - "type": "fill" - } - ], - "hide": false, - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "refId": "D", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bytes_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_recv\") / count(\"bytes_recv\")" - ], - "type": "math" - }, - { - "params": [ - "Bytes_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "bytes_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_sent\") / count(\"bytes_sent\")" - ], - "type": "math" - }, - { - "params": [ - "Bytes_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "LAN Traffic - $LAN_Interfaces (Bytes/sec)", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "Bps", - "label": "", - "logBase": 2, - "max": null, - "min": null, - "show": true - }, - { - "decimals": 2, - "format": "short", - "label": "", - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "fieldConfig": { - "defaults": { - "custom": {}, - "decimals": 2, - "mappings": [ - { - "id": 0, - "op": "=", - "text": "N/A", - "type": 1, - "value": "null" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "bps" - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 3, - "x": 9, - "y": 153 - }, - "id": 1106, - "links": [], - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "mean" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "7.4.3", - "repeat": null, - "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 248, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb5", - "value": "igb5" - } - }, - "targets": [ - { - "alias": "$tag_interface - $col", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "none" - ], - "type": "fill" - } - ], - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "query": "SELECT derivative(mean(\"bytes_recv\"), 1s) *8 FROM \"net\" WHERE (\"host\" =~ /^$Host$/ AND \"interface\" =~ /^$LAN_Interfaces$/) AND $timeFilter GROUP BY time($__interval) fill(null)", - "rawQuery": false, - "refId": "C", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bytes_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_recv\") / count(\"bytes_recv\") * 8" - ], - "type": "math" - }, - { - "params": [ - "Bits_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "bytes_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_sent\") / count(\"bytes_sent\") * 8" - ], - "type": "math" - }, - { - "params": [ - "Bits_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "LAN Traffic - $LAN_Interfaces (Bits/sec)", - "type": "stat" - }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "fieldConfig": { - "defaults": { - "custom": {}, - "decimals": 2, - "mappings": [ - { - "id": 0, - "op": "=", - "text": "N/A", - "type": 1, - "value": "null" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "bytes" - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 3, - "x": 12, - "y": 153 - }, - "hideTimeOverride": true, - "id": 1107, - "links": [], - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "sum" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "7.4.3", - "repeat": null, - "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 297, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb5", - "value": "igb5" - } - }, - "targets": [ - { - "alias": "$tag_interface - $col - This Month", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "none" - ], - "type": "fill" - } - ], - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "refId": "A", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bytes_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [], - "type": "non_negative_difference" - }, - { - "params": [ - "Bytes_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "bytes_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [], - "type": "non_negative_difference" - }, - { - "params": [ - "Bytes_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "timeFrom": "now/M", - "timeShift": null, - "title": "LAN $LAN_Interfaces", - "type": "stat" - }, - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$dataSource", - "decimals": 2, - "description": "", - "fieldConfig": { - "defaults": { - "custom": {}, - "links": [] - }, - "overrides": [] - }, - "fill": 0, - "fillGradient": 0, - "gridPos": { - "h": 7, - "w": 9, - "x": 15, - "y": 153 - }, - "hiddenSeries": false, - "id": 1108, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "hideZero": true, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sideWidth": null, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "7.4.3", - "pointradius": 5, - "points": false, - "renderer": "flot", - "repeat": null, - "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 347, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb5", - "value": "igb5" - } - }, - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "alias": "$tag_interface - $col", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "null" - ], - "type": "fill" - } - ], - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "refId": "G", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "packets_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"packets_recv\") / count(\"packets_recv\")" - ], - "type": "math" - }, - { - "params": [ - "Packets_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "packets_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"packets_sent\") / count(\"packets_sent\")" - ], - "type": "math" - }, - { - "params": [ - "Packets_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - }, - { - "condition": "AND", - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - } - ] - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "LAN Throughput - $LAN_Interfaces", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "short", - "label": null, - "logBase": 2, - "max": null, - "min": null, - "show": true - }, - { - "decimals": 2, - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "collapsed": false, - "datasource": "$dataSource", - "gridPos": { - "h": 1, - "w": 24, - "x": 0, - "y": 160 - }, - "id": 1109, - "panels": [], - "repeatIteration": 1620242189269, - "repeatPanelId": 43, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb5.60", - "value": "igb5.60" - } - }, - "title": "LAN Interface - $LAN_Interfaces", - "type": "row" - }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "center", - "displayMode": "color-text", - "filterable": false - }, - "mappings": [ - { - "from": "", - "id": 1, - "text": "DOWN", - "to": "", - "type": 1, - "value": "0" - }, - { - "from": "", - "id": 2, - "text": "UP", - "to": "", - "type": 1, - "value": "1" - }, - { - "from": "", - "id": 3, - "text": "UNKNOWN", - "to": "", - "type": 1, - "value": "2" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "rgb(255, 255, 255)", - "value": null - }, - { - "color": "light-red", - "value": 0 - }, - { - "color": "light-green", - "value": 1 - }, - { - "color": "orange", - "value": 2 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "name" - }, - "properties": [ - { - "id": "displayName", - "value": "Interface" - }, - { - "id": "unit", - "value": "short" - }, - { - "id": "decimals", - "value": 2 - }, - { - "id": "custom.align", - "value": null - } - ] - } - ] - }, - "gridPos": { - "h": 3, - "w": 24, - "x": 0, - "y": 161 - }, - "id": 1110, - "links": [], - "options": { - "showHeader": true, - "sortBy": [] - }, - "pluginVersion": "7.4.3", - "repeatIteration": 1620242189269, - "repeatPanelId": 604, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb5.60", - "value": "igb5.60" - } - }, - "targets": [ - { - "alias": "", - "groupBy": [ - { - "params": [ - "name" - ], - "type": "tag" - } - ], - "limit": "1", - "measurement": "interface", - "orderByTime": "ASC", - "policy": "autogen", - "refId": "A", - "resultFormat": "table", - "select": [ - [ - { - "params": [ - "friendlyname" - ], - "type": "field" - }, - { - "params": [ - "FriendlyName" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "ip4_address" - ], - "type": "field" - }, - { - "params": [ - "IPv4 Address" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "mac_address" - ], - "type": "field" - }, - { - "params": [ - "Physical Address" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "status" - ], - "type": "field" - }, - { - "params": [], - "type": "last" - }, - { - "params": [ - "Status" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "name", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Interface summary", - "transformations": [ - { - "id": "merge", - "options": { - "reducers": [] - } - }, - { - "id": "filterFieldsByName", - "options": { - "include": { - "names": [ - "name", - "FriendlyName", - "Physical Address", - "Status", - "IPv4 Address" - ] - } - } - } - ], - "type": "table" - }, - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$dataSource", - "decimals": 2, - "fieldConfig": { - "defaults": { - "custom": {}, - "links": [] - }, - "overrides": [] - }, - "fill": 1, - "fillGradient": 0, - "gridPos": { - "h": 7, - "w": 9, - "x": 0, - "y": 164 - }, - "hiddenSeries": false, - "id": 1111, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "7.4.3", - "pointradius": 2, - "points": false, - "renderer": "flot", - "repeat": null, - "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 38, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb5.60", - "value": "igb5.60" - } - }, - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "alias": "$tag_interface - $col", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "null" - ], - "type": "fill" - } - ], - "hide": false, - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "refId": "D", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bytes_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_recv\") / count(\"bytes_recv\")" - ], - "type": "math" - }, - { - "params": [ - "Bytes_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "bytes_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_sent\") / count(\"bytes_sent\")" - ], - "type": "math" - }, - { - "params": [ - "Bytes_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "LAN Traffic - $LAN_Interfaces (Bytes/sec)", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "Bps", - "label": "", - "logBase": 2, - "max": null, - "min": null, - "show": true - }, - { - "decimals": 2, - "format": "short", - "label": "", - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "fieldConfig": { - "defaults": { - "custom": {}, - "decimals": 2, - "mappings": [ - { - "id": 0, - "op": "=", - "text": "N/A", - "type": 1, - "value": "null" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "bps" - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 3, - "x": 9, - "y": 164 - }, - "id": 1112, - "links": [], - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "mean" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "7.4.3", - "repeat": null, - "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 248, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb5.60", - "value": "igb5.60" - } - }, - "targets": [ - { - "alias": "$tag_interface - $col", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "none" - ], - "type": "fill" - } - ], - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "query": "SELECT derivative(mean(\"bytes_recv\"), 1s) *8 FROM \"net\" WHERE (\"host\" =~ /^$Host$/ AND \"interface\" =~ /^$LAN_Interfaces$/) AND $timeFilter GROUP BY time($__interval) fill(null)", - "rawQuery": false, - "refId": "C", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bytes_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_recv\") / count(\"bytes_recv\") * 8" - ], - "type": "math" - }, - { - "params": [ - "Bits_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "bytes_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"bytes_sent\") / count(\"bytes_sent\") * 8" - ], - "type": "math" - }, - { - "params": [ - "Bits_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "timeFrom": null, - "timeShift": null, - "title": "LAN Traffic - $LAN_Interfaces (Bits/sec)", - "type": "stat" - }, - { - "cacheTimeout": null, - "datasource": "$dataSource", - "fieldConfig": { - "defaults": { - "custom": {}, - "decimals": 2, - "mappings": [ - { - "id": 0, - "op": "=", - "text": "N/A", - "type": 1, - "value": "null" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - }, - "unit": "bytes" - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 3, - "x": 12, - "y": 164 - }, - "hideTimeOverride": true, - "id": 1113, - "links": [], - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "sum" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "7.4.3", - "repeat": null, - "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 297, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb5.60", - "value": "igb5.60" - } - }, - "targets": [ - { - "alias": "$tag_interface - $col - This Month", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "none" - ], - "type": "fill" - } - ], - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "refId": "A", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "bytes_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [], - "type": "non_negative_difference" - }, - { - "params": [ - "Bytes_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "bytes_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [], - "type": "non_negative_difference" - }, - { - "params": [ - "Bytes_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - }, - { - "condition": "AND", - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - } - ] - } - ], - "timeFrom": "now/M", - "timeShift": null, - "title": "LAN $LAN_Interfaces", - "type": "stat" - }, - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "$dataSource", - "decimals": 2, - "description": "", - "fieldConfig": { - "defaults": { - "custom": {}, - "links": [] - }, - "overrides": [] - }, - "fill": 0, - "fillGradient": 0, - "gridPos": { - "h": 7, - "w": 9, - "x": 15, - "y": 164 - }, - "hiddenSeries": false, - "id": 1114, - "legend": { - "alignAsTable": true, - "avg": true, - "current": true, - "hideZero": true, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sideWidth": null, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "7.4.3", - "pointradius": 5, - "points": false, - "renderer": "flot", - "repeat": null, - "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 347, - "repeatedByRow": true, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "igb5.60", - "value": "igb5.60" - } - }, - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "alias": "$tag_interface - $col", - "groupBy": [ - { - "params": [ - "10s" - ], - "type": "time" - }, - { - "params": [ - "interface" - ], - "type": "tag" - }, - { - "params": [ - "null" - ], - "type": "fill" - } - ], - "measurement": "net", - "orderByTime": "ASC", - "policy": "default", - "refId": "G", - "resultFormat": "time_series", - "select": [ - [ - { - "params": [ - "packets_recv" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"packets_recv\") / count(\"packets_recv\")" - ], - "type": "math" - }, - { - "params": [ - "Packets_Recv" - ], - "type": "alias" - } - ], - [ - { - "params": [ - "packets_sent" - ], - "type": "field" - }, - { - "params": [], - "type": "first" - }, - { - "params": [ - "1s" - ], - "type": "derivative" - }, - { - "params": [ - "* count(\"packets_sent\") / count(\"packets_sent\")" - ], - "type": "math" - }, - { - "params": [ - "Packets_Sent" - ], - "type": "alias" - } - ] - ], - "tags": [ - { - "key": "interface", - "operator": "=~", - "value": "/^$LAN_Interfaces$/" - }, - { - "condition": "AND", - "key": "host", - "operator": "=~", - "value": "/^$Host$/" - } - ] - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "LAN Throughput - $LAN_Interfaces", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "short", - "label": null, - "logBase": 2, - "max": null, - "min": null, - "show": true - }, - { - "decimals": 2, - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "collapsed": false, - "datasource": "$dataSource", - "gridPos": { - "h": 1, - "w": 24, - "x": 0, - "y": 171 - }, - "id": 1115, - "panels": [], - "repeatIteration": 1620242189269, - "repeatPanelId": 43, - "scopedVars": { - "LAN_Interfaces": { - "selected": false, - "text": "ovpns1", - "value": "ovpns1" - } - }, - "title": "LAN Interface - $LAN_Interfaces", - "type": "row" - }, + "panels": [ { "cacheTimeout": null, "datasource": "$dataSource", @@ -15269,23 +6028,20 @@ "h": 3, "w": 24, "x": 0, - "y": 172 + "y": 46 }, - "id": 1116, + "id": 604, "links": [], "options": { "showHeader": true, "sortBy": [] }, "pluginVersion": "7.4.3", - "repeatIteration": 1620242189269, - "repeatPanelId": 604, - "repeatedByRow": true, "scopedVars": { "LAN_Interfaces": { "selected": false, - "text": "ovpns1", - "value": "ovpns1" + "text": "igb2.10", + "value": "igb2.10" } }, "targets": [ @@ -15429,10 +6185,10 @@ "h": 7, "w": 9, "x": 0, - "y": 175 + "y": 49 }, "hiddenSeries": false, - "id": 1117, + "id": 38, "legend": { "alignAsTable": true, "avg": true, @@ -15457,14 +6213,11 @@ "renderer": "flot", "repeat": null, "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 38, - "repeatedByRow": true, "scopedVars": { "LAN_Interfaces": { "selected": false, - "text": "ovpns1", - "value": "ovpns1" + "text": "igb2.10", + "value": "igb2.10" } }, "seriesOverrides": [], @@ -15653,9 +6406,9 @@ "h": 7, "w": 3, "x": 9, - "y": 175 + "y": 49 }, - "id": 1118, + "id": 248, "links": [], "options": { "colorMode": "value", @@ -15675,14 +6428,11 @@ "pluginVersion": "7.4.3", "repeat": null, "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 248, - "repeatedByRow": true, "scopedVars": { "LAN_Interfaces": { "selected": false, - "text": "ovpns1", - "value": "ovpns1" + "text": "igb2.10", + "value": "igb2.10" } }, "targets": [ @@ -15830,10 +6580,10 @@ "h": 7, "w": 3, "x": 12, - "y": 175 + "y": 49 }, "hideTimeOverride": true, - "id": 1119, + "id": 297, "links": [], "options": { "colorMode": "value", @@ -15853,14 +6603,11 @@ "pluginVersion": "7.4.3", "repeat": null, "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 297, - "repeatedByRow": true, "scopedVars": { "LAN_Interfaces": { "selected": false, - "text": "ovpns1", - "value": "ovpns1" + "text": "igb2.10", + "value": "igb2.10" } }, "targets": [ @@ -15978,10 +6725,10 @@ "h": 7, "w": 9, "x": 15, - "y": 175 + "y": 49 }, "hiddenSeries": false, - "id": 1120, + "id": 347, "legend": { "alignAsTable": true, "avg": true, @@ -16009,14 +6756,11 @@ "renderer": "flot", "repeat": null, "repeatDirection": "v", - "repeatIteration": 1620242189269, - "repeatPanelId": 347, - "repeatedByRow": true, "scopedVars": { "LAN_Interfaces": { "selected": false, - "text": "ovpns1", - "value": "ovpns1" + "text": "igb2.10", + "value": "igb2.10" } }, "seriesOverrides": [], @@ -16172,6 +6916,11 @@ } } ], + "repeat": "LAN_Interfaces", + "title": "LAN Interface - $LAN_Interfaces", + "type": "row" + } + ], "refresh": "10s", "schemaVersion": 27, "style": "dark", @@ -16184,9 +6933,9 @@ "list": [ { "current": { - "selected": true, - "text": "InfluxDB-PfSense", - "value": "InfluxDB-PfSense" + "selected": false, + "text": "InfluxDB", + "value": "InfluxDB" }, "description": null, "error": null, @@ -16205,11 +6954,7 @@ }, { "allValue": null, - "current": { - "selected": false, - "text": "fw.anson.lan", - "value": "fw.anson.lan" - }, + "current": {}, "datasource": "$dataSource", "definition": "SHOW TAG VALUES FROM \"pf\" WITH KEY = \"host\"", "description": null, @@ -16233,11 +6978,7 @@ }, { "allValue": null, - "current": { - "selected": false, - "text": "All", - "value": "$__all" - }, + "current": {}, "datasource": "$dataSource", "definition": "SHOW TAG VALUES FROM \"disk\" WITH KEY = \"device\" WHERE \"host\" =~ /^$Host$/", "description": null, @@ -16261,15 +7002,7 @@ }, { "allValue": null, - "current": { - "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] - }, + "current": {}, "datasource": "$dataSource", "definition": "SHOW TAG VALUES FROM \"gateways\" WITH KEY = \"gateway_name\" WHERE \"host\" =~ /^$Host$/ ", "description": null, @@ -16333,11 +7066,7 @@ }, { "allValue": null, - "current": { - "selected": false, - "text": "All", - "value": "$__all" - }, + "current": {}, "datasource": "$dataSource", "definition": "SHOW TAG VALUES FROM \"net\" WITH KEY = \"interface\" WHERE \"host\" =~ /^$Host$/ ", "description": null, @@ -16361,11 +7090,7 @@ }, { "allValue": null, - "current": { - "selected": false, - "text": "All", - "value": "$__all" - }, + "current": {}, "datasource": "$dataSource", "definition": "SHOW TAG VALUES FROM \"cpu\" WITH KEY = \"cpu\" WHERE \"host\" =~ /^$Host$/ and cpu !~ /cpu-total/", "description": null, @@ -16389,11 +7114,7 @@ }, { "allValue": null, - "current": { - "selected": false, - "text": "All", - "value": "$__all" - }, + "current": {}, "datasource": "$dataSource", "definition": "SHOW TAG VALUES FROM \"temperature\" WITH KEY = \"sensor\" WHERE \"host\" =~ /^$Host$/", "description": null, @@ -16418,7 +7139,7 @@ ] }, "time": { - "from": "now-5m", + "from": "now-6h", "to": "now" }, "timepicker": { @@ -16438,5 +7159,5 @@ "timezone": "", "title": "pfSense System Dashboard", "uid": "GflT1CsMz", - "version": 2 -} \ No newline at end of file + "version": 240 +}