Created
April 10, 2018 11:52
-
-
Save fliiiix/71ead14d4f8e7e61d05e98f7d6a441f2 to your computer and use it in GitHub Desktop.
HP 1810-24G Switch (J9450A) grafana dashboard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "annotations": { | |
| "list": [ | |
| { | |
| "builtIn": 1, | |
| "datasource": "-- Grafana --", | |
| "enable": true, | |
| "hide": true, | |
| "iconColor": "rgba(0, 211, 255, 1)", | |
| "name": "Annotations & Alerts", | |
| "type": "dashboard" | |
| } | |
| ] | |
| }, | |
| "editable": true, | |
| "gnetId": null, | |
| "graphTooltip": 0, | |
| "hideControls": false, | |
| "id": 1, | |
| "links": [], | |
| "rows": [ | |
| { | |
| "collapse": false, | |
| "height": "250px", | |
| "panels": [ | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "id": 2, | |
| "legend": { | |
| "alignAsTable": false, | |
| "avg": true, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "rightSide": false, | |
| "show": true, | |
| "total": true, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [ | |
| { | |
| "keepTime": false, | |
| "type": "dashboard" | |
| } | |
| ], | |
| "nullPointMode": "null", | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "repeat": "interface", | |
| "scopedVars": { | |
| "interface": { | |
| "selected": false, | |
| "text": "if_01", | |
| "value": "if_01" | |
| } | |
| }, | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "span": 4, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "", | |
| "dsType": "influxdb", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$__interval" | |
| ], | |
| "type": "time" | |
| }, | |
| { | |
| "params": [ | |
| "null" | |
| ], | |
| "type": "fill" | |
| } | |
| ], | |
| "hide": false, | |
| "measurement": "snmp", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "query": "SELECT non_negative_derivative(mean([[interface]]_in_octets), 10s) *8 AS \"Port IN\", non_negative_derivative(mean([[interface]]_out_octets), 10s) *-8 AS \"Port OUT\" FROM \"snmp\" WHERE (\"agent_host\" = 'atlas.l33t.network') AND $timeFilter GROUP BY time($__interval) fill(null)", | |
| "rawQuery": true, | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "if_01_in_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 IN" | |
| ], | |
| "type": "alias" | |
| } | |
| ], | |
| [ | |
| { | |
| "params": [ | |
| "if_01_out_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *-8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 OUT" | |
| ], | |
| "type": "alias" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "agent_host", | |
| "operator": "=", | |
| "value": "atlas.l33t.network" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Network traffic on $interface", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "transparent": false, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "decimals": null, | |
| "format": "bps", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| }, | |
| { | |
| "format": "short", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": false | |
| } | |
| ] | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "id": 3, | |
| "legend": { | |
| "alignAsTable": false, | |
| "avg": true, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "rightSide": false, | |
| "show": true, | |
| "total": true, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [ | |
| { | |
| "keepTime": false, | |
| "type": "dashboard" | |
| } | |
| ], | |
| "nullPointMode": "null", | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "repeat": null, | |
| "repeatIteration": 1523350465394, | |
| "repeatPanelId": 2, | |
| "scopedVars": { | |
| "interface": { | |
| "selected": false, | |
| "text": "if_02", | |
| "value": "if_02" | |
| } | |
| }, | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "span": 4, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "", | |
| "dsType": "influxdb", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$__interval" | |
| ], | |
| "type": "time" | |
| }, | |
| { | |
| "params": [ | |
| "null" | |
| ], | |
| "type": "fill" | |
| } | |
| ], | |
| "hide": false, | |
| "measurement": "snmp", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "query": "SELECT non_negative_derivative(mean([[interface]]_in_octets), 10s) *8 AS \"Port IN\", non_negative_derivative(mean([[interface]]_out_octets), 10s) *-8 AS \"Port OUT\" FROM \"snmp\" WHERE (\"agent_host\" = 'atlas.l33t.network') AND $timeFilter GROUP BY time($__interval) fill(null)", | |
| "rawQuery": true, | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "if_01_in_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 IN" | |
| ], | |
| "type": "alias" | |
| } | |
| ], | |
| [ | |
| { | |
| "params": [ | |
| "if_01_out_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *-8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 OUT" | |
| ], | |
| "type": "alias" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "agent_host", | |
| "operator": "=", | |
| "value": "atlas.l33t.network" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Network traffic on $interface", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "transparent": false, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "decimals": null, | |
| "format": "bps", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| }, | |
| { | |
| "format": "short", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": false | |
| } | |
| ] | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "id": 4, | |
| "legend": { | |
| "alignAsTable": false, | |
| "avg": true, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "rightSide": false, | |
| "show": true, | |
| "total": true, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [ | |
| { | |
| "keepTime": false, | |
| "type": "dashboard" | |
| } | |
| ], | |
| "nullPointMode": "null", | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "repeat": null, | |
| "repeatIteration": 1523350465394, | |
| "repeatPanelId": 2, | |
| "scopedVars": { | |
| "interface": { | |
| "selected": false, | |
| "text": "if_03", | |
| "value": "if_03" | |
| } | |
| }, | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "span": 4, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "", | |
| "dsType": "influxdb", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$__interval" | |
| ], | |
| "type": "time" | |
| }, | |
| { | |
| "params": [ | |
| "null" | |
| ], | |
| "type": "fill" | |
| } | |
| ], | |
| "hide": false, | |
| "measurement": "snmp", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "query": "SELECT non_negative_derivative(mean([[interface]]_in_octets), 10s) *8 AS \"Port IN\", non_negative_derivative(mean([[interface]]_out_octets), 10s) *-8 AS \"Port OUT\" FROM \"snmp\" WHERE (\"agent_host\" = 'atlas.l33t.network') AND $timeFilter GROUP BY time($__interval) fill(null)", | |
| "rawQuery": true, | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "if_01_in_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 IN" | |
| ], | |
| "type": "alias" | |
| } | |
| ], | |
| [ | |
| { | |
| "params": [ | |
| "if_01_out_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *-8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 OUT" | |
| ], | |
| "type": "alias" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "agent_host", | |
| "operator": "=", | |
| "value": "atlas.l33t.network" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Network traffic on $interface", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "transparent": false, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "decimals": null, | |
| "format": "bps", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| }, | |
| { | |
| "format": "short", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": false | |
| } | |
| ] | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "id": 5, | |
| "legend": { | |
| "alignAsTable": false, | |
| "avg": true, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "rightSide": false, | |
| "show": true, | |
| "total": true, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [ | |
| { | |
| "keepTime": false, | |
| "type": "dashboard" | |
| } | |
| ], | |
| "nullPointMode": "null", | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "repeat": null, | |
| "repeatIteration": 1523350465394, | |
| "repeatPanelId": 2, | |
| "scopedVars": { | |
| "interface": { | |
| "selected": false, | |
| "text": "if_04", | |
| "value": "if_04" | |
| } | |
| }, | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "span": 4, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "", | |
| "dsType": "influxdb", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$__interval" | |
| ], | |
| "type": "time" | |
| }, | |
| { | |
| "params": [ | |
| "null" | |
| ], | |
| "type": "fill" | |
| } | |
| ], | |
| "hide": false, | |
| "measurement": "snmp", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "query": "SELECT non_negative_derivative(mean([[interface]]_in_octets), 10s) *8 AS \"Port IN\", non_negative_derivative(mean([[interface]]_out_octets), 10s) *-8 AS \"Port OUT\" FROM \"snmp\" WHERE (\"agent_host\" = 'atlas.l33t.network') AND $timeFilter GROUP BY time($__interval) fill(null)", | |
| "rawQuery": true, | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "if_01_in_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 IN" | |
| ], | |
| "type": "alias" | |
| } | |
| ], | |
| [ | |
| { | |
| "params": [ | |
| "if_01_out_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *-8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 OUT" | |
| ], | |
| "type": "alias" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "agent_host", | |
| "operator": "=", | |
| "value": "atlas.l33t.network" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Network traffic on $interface", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "transparent": false, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "decimals": null, | |
| "format": "bps", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| }, | |
| { | |
| "format": "short", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": false | |
| } | |
| ] | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "id": 6, | |
| "legend": { | |
| "alignAsTable": false, | |
| "avg": true, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "rightSide": false, | |
| "show": true, | |
| "total": true, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [ | |
| { | |
| "keepTime": false, | |
| "type": "dashboard" | |
| } | |
| ], | |
| "nullPointMode": "null", | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "repeat": null, | |
| "repeatIteration": 1523350465394, | |
| "repeatPanelId": 2, | |
| "scopedVars": { | |
| "interface": { | |
| "selected": false, | |
| "text": "if_05", | |
| "value": "if_05" | |
| } | |
| }, | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "span": 4, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "", | |
| "dsType": "influxdb", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$__interval" | |
| ], | |
| "type": "time" | |
| }, | |
| { | |
| "params": [ | |
| "null" | |
| ], | |
| "type": "fill" | |
| } | |
| ], | |
| "hide": false, | |
| "measurement": "snmp", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "query": "SELECT non_negative_derivative(mean([[interface]]_in_octets), 10s) *8 AS \"Port IN\", non_negative_derivative(mean([[interface]]_out_octets), 10s) *-8 AS \"Port OUT\" FROM \"snmp\" WHERE (\"agent_host\" = 'atlas.l33t.network') AND $timeFilter GROUP BY time($__interval) fill(null)", | |
| "rawQuery": true, | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "if_01_in_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 IN" | |
| ], | |
| "type": "alias" | |
| } | |
| ], | |
| [ | |
| { | |
| "params": [ | |
| "if_01_out_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *-8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 OUT" | |
| ], | |
| "type": "alias" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "agent_host", | |
| "operator": "=", | |
| "value": "atlas.l33t.network" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Network traffic on $interface", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "transparent": false, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "decimals": null, | |
| "format": "bps", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| }, | |
| { | |
| "format": "short", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": false | |
| } | |
| ] | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "id": 7, | |
| "legend": { | |
| "alignAsTable": false, | |
| "avg": true, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "rightSide": false, | |
| "show": true, | |
| "total": true, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [ | |
| { | |
| "keepTime": false, | |
| "type": "dashboard" | |
| } | |
| ], | |
| "nullPointMode": "null", | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "repeat": null, | |
| "repeatIteration": 1523350465394, | |
| "repeatPanelId": 2, | |
| "scopedVars": { | |
| "interface": { | |
| "selected": false, | |
| "text": "if_06", | |
| "value": "if_06" | |
| } | |
| }, | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "span": 4, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "", | |
| "dsType": "influxdb", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$__interval" | |
| ], | |
| "type": "time" | |
| }, | |
| { | |
| "params": [ | |
| "null" | |
| ], | |
| "type": "fill" | |
| } | |
| ], | |
| "hide": false, | |
| "measurement": "snmp", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "query": "SELECT non_negative_derivative(mean([[interface]]_in_octets), 10s) *8 AS \"Port IN\", non_negative_derivative(mean([[interface]]_out_octets), 10s) *-8 AS \"Port OUT\" FROM \"snmp\" WHERE (\"agent_host\" = 'atlas.l33t.network') AND $timeFilter GROUP BY time($__interval) fill(null)", | |
| "rawQuery": true, | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "if_01_in_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 IN" | |
| ], | |
| "type": "alias" | |
| } | |
| ], | |
| [ | |
| { | |
| "params": [ | |
| "if_01_out_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *-8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 OUT" | |
| ], | |
| "type": "alias" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "agent_host", | |
| "operator": "=", | |
| "value": "atlas.l33t.network" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Network traffic on $interface", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "transparent": false, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "decimals": null, | |
| "format": "bps", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| }, | |
| { | |
| "format": "short", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": false | |
| } | |
| ] | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "id": 8, | |
| "legend": { | |
| "alignAsTable": false, | |
| "avg": true, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "rightSide": false, | |
| "show": true, | |
| "total": true, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [ | |
| { | |
| "keepTime": false, | |
| "type": "dashboard" | |
| } | |
| ], | |
| "nullPointMode": "null", | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "repeat": null, | |
| "repeatIteration": 1523350465394, | |
| "repeatPanelId": 2, | |
| "scopedVars": { | |
| "interface": { | |
| "selected": false, | |
| "text": "if_07", | |
| "value": "if_07" | |
| } | |
| }, | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "span": 4, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "", | |
| "dsType": "influxdb", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$__interval" | |
| ], | |
| "type": "time" | |
| }, | |
| { | |
| "params": [ | |
| "null" | |
| ], | |
| "type": "fill" | |
| } | |
| ], | |
| "hide": false, | |
| "measurement": "snmp", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "query": "SELECT non_negative_derivative(mean([[interface]]_in_octets), 10s) *8 AS \"Port IN\", non_negative_derivative(mean([[interface]]_out_octets), 10s) *-8 AS \"Port OUT\" FROM \"snmp\" WHERE (\"agent_host\" = 'atlas.l33t.network') AND $timeFilter GROUP BY time($__interval) fill(null)", | |
| "rawQuery": true, | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "if_01_in_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 IN" | |
| ], | |
| "type": "alias" | |
| } | |
| ], | |
| [ | |
| { | |
| "params": [ | |
| "if_01_out_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *-8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 OUT" | |
| ], | |
| "type": "alias" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "agent_host", | |
| "operator": "=", | |
| "value": "atlas.l33t.network" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Network traffic on $interface", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "transparent": false, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "decimals": null, | |
| "format": "bps", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| }, | |
| { | |
| "format": "short", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": false | |
| } | |
| ] | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "id": 9, | |
| "legend": { | |
| "alignAsTable": false, | |
| "avg": true, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "rightSide": false, | |
| "show": true, | |
| "total": true, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [ | |
| { | |
| "keepTime": false, | |
| "type": "dashboard" | |
| } | |
| ], | |
| "nullPointMode": "null", | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "repeat": null, | |
| "repeatIteration": 1523350465394, | |
| "repeatPanelId": 2, | |
| "scopedVars": { | |
| "interface": { | |
| "selected": false, | |
| "text": "if_08", | |
| "value": "if_08" | |
| } | |
| }, | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "span": 4, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "", | |
| "dsType": "influxdb", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$__interval" | |
| ], | |
| "type": "time" | |
| }, | |
| { | |
| "params": [ | |
| "null" | |
| ], | |
| "type": "fill" | |
| } | |
| ], | |
| "hide": false, | |
| "measurement": "snmp", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "query": "SELECT non_negative_derivative(mean([[interface]]_in_octets), 10s) *8 AS \"Port IN\", non_negative_derivative(mean([[interface]]_out_octets), 10s) *-8 AS \"Port OUT\" FROM \"snmp\" WHERE (\"agent_host\" = 'atlas.l33t.network') AND $timeFilter GROUP BY time($__interval) fill(null)", | |
| "rawQuery": true, | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "if_01_in_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 IN" | |
| ], | |
| "type": "alias" | |
| } | |
| ], | |
| [ | |
| { | |
| "params": [ | |
| "if_01_out_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *-8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 OUT" | |
| ], | |
| "type": "alias" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "agent_host", | |
| "operator": "=", | |
| "value": "atlas.l33t.network" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Network traffic on $interface", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "transparent": false, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "decimals": null, | |
| "format": "bps", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| }, | |
| { | |
| "format": "short", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": false | |
| } | |
| ] | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "id": 10, | |
| "legend": { | |
| "alignAsTable": false, | |
| "avg": true, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "rightSide": false, | |
| "show": true, | |
| "total": true, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [ | |
| { | |
| "keepTime": false, | |
| "type": "dashboard" | |
| } | |
| ], | |
| "nullPointMode": "null", | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "repeat": null, | |
| "repeatIteration": 1523350465394, | |
| "repeatPanelId": 2, | |
| "scopedVars": { | |
| "interface": { | |
| "selected": false, | |
| "text": "if_09", | |
| "value": "if_09" | |
| } | |
| }, | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "span": 4, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "", | |
| "dsType": "influxdb", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$__interval" | |
| ], | |
| "type": "time" | |
| }, | |
| { | |
| "params": [ | |
| "null" | |
| ], | |
| "type": "fill" | |
| } | |
| ], | |
| "hide": false, | |
| "measurement": "snmp", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "query": "SELECT non_negative_derivative(mean([[interface]]_in_octets), 10s) *8 AS \"Port IN\", non_negative_derivative(mean([[interface]]_out_octets), 10s) *-8 AS \"Port OUT\" FROM \"snmp\" WHERE (\"agent_host\" = 'atlas.l33t.network') AND $timeFilter GROUP BY time($__interval) fill(null)", | |
| "rawQuery": true, | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "if_01_in_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 IN" | |
| ], | |
| "type": "alias" | |
| } | |
| ], | |
| [ | |
| { | |
| "params": [ | |
| "if_01_out_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *-8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 OUT" | |
| ], | |
| "type": "alias" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "agent_host", | |
| "operator": "=", | |
| "value": "atlas.l33t.network" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Network traffic on $interface", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "transparent": false, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "decimals": null, | |
| "format": "bps", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| }, | |
| { | |
| "format": "short", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": false | |
| } | |
| ] | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "id": 11, | |
| "legend": { | |
| "alignAsTable": false, | |
| "avg": true, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "rightSide": false, | |
| "show": true, | |
| "total": true, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [ | |
| { | |
| "keepTime": false, | |
| "type": "dashboard" | |
| } | |
| ], | |
| "nullPointMode": "null", | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "repeat": null, | |
| "repeatIteration": 1523350465394, | |
| "repeatPanelId": 2, | |
| "scopedVars": { | |
| "interface": { | |
| "selected": false, | |
| "text": "if_10", | |
| "value": "if_10" | |
| } | |
| }, | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "span": 4, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "", | |
| "dsType": "influxdb", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$__interval" | |
| ], | |
| "type": "time" | |
| }, | |
| { | |
| "params": [ | |
| "null" | |
| ], | |
| "type": "fill" | |
| } | |
| ], | |
| "hide": false, | |
| "measurement": "snmp", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "query": "SELECT non_negative_derivative(mean([[interface]]_in_octets), 10s) *8 AS \"Port IN\", non_negative_derivative(mean([[interface]]_out_octets), 10s) *-8 AS \"Port OUT\" FROM \"snmp\" WHERE (\"agent_host\" = 'atlas.l33t.network') AND $timeFilter GROUP BY time($__interval) fill(null)", | |
| "rawQuery": true, | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "if_01_in_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 IN" | |
| ], | |
| "type": "alias" | |
| } | |
| ], | |
| [ | |
| { | |
| "params": [ | |
| "if_01_out_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *-8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 OUT" | |
| ], | |
| "type": "alias" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "agent_host", | |
| "operator": "=", | |
| "value": "atlas.l33t.network" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Network traffic on $interface", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "transparent": false, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "decimals": null, | |
| "format": "bps", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| }, | |
| { | |
| "format": "short", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": false | |
| } | |
| ] | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "id": 12, | |
| "legend": { | |
| "alignAsTable": false, | |
| "avg": true, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "rightSide": false, | |
| "show": true, | |
| "total": true, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [ | |
| { | |
| "keepTime": false, | |
| "type": "dashboard" | |
| } | |
| ], | |
| "nullPointMode": "null", | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "repeat": null, | |
| "repeatIteration": 1523350465394, | |
| "repeatPanelId": 2, | |
| "scopedVars": { | |
| "interface": { | |
| "selected": false, | |
| "text": "if_11", | |
| "value": "if_11" | |
| } | |
| }, | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "span": 4, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "", | |
| "dsType": "influxdb", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$__interval" | |
| ], | |
| "type": "time" | |
| }, | |
| { | |
| "params": [ | |
| "null" | |
| ], | |
| "type": "fill" | |
| } | |
| ], | |
| "hide": false, | |
| "measurement": "snmp", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "query": "SELECT non_negative_derivative(mean([[interface]]_in_octets), 10s) *8 AS \"Port IN\", non_negative_derivative(mean([[interface]]_out_octets), 10s) *-8 AS \"Port OUT\" FROM \"snmp\" WHERE (\"agent_host\" = 'atlas.l33t.network') AND $timeFilter GROUP BY time($__interval) fill(null)", | |
| "rawQuery": true, | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "if_01_in_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 IN" | |
| ], | |
| "type": "alias" | |
| } | |
| ], | |
| [ | |
| { | |
| "params": [ | |
| "if_01_out_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *-8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 OUT" | |
| ], | |
| "type": "alias" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "agent_host", | |
| "operator": "=", | |
| "value": "atlas.l33t.network" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Network traffic on $interface", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "transparent": false, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "decimals": null, | |
| "format": "bps", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| }, | |
| { | |
| "format": "short", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": false | |
| } | |
| ] | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "id": 13, | |
| "legend": { | |
| "alignAsTable": false, | |
| "avg": true, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "rightSide": false, | |
| "show": true, | |
| "total": true, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [ | |
| { | |
| "keepTime": false, | |
| "type": "dashboard" | |
| } | |
| ], | |
| "nullPointMode": "null", | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "repeat": null, | |
| "repeatIteration": 1523350465394, | |
| "repeatPanelId": 2, | |
| "scopedVars": { | |
| "interface": { | |
| "selected": false, | |
| "text": "if_12", | |
| "value": "if_12" | |
| } | |
| }, | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "span": 4, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "", | |
| "dsType": "influxdb", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$__interval" | |
| ], | |
| "type": "time" | |
| }, | |
| { | |
| "params": [ | |
| "null" | |
| ], | |
| "type": "fill" | |
| } | |
| ], | |
| "hide": false, | |
| "measurement": "snmp", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "query": "SELECT non_negative_derivative(mean([[interface]]_in_octets), 10s) *8 AS \"Port IN\", non_negative_derivative(mean([[interface]]_out_octets), 10s) *-8 AS \"Port OUT\" FROM \"snmp\" WHERE (\"agent_host\" = 'atlas.l33t.network') AND $timeFilter GROUP BY time($__interval) fill(null)", | |
| "rawQuery": true, | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "if_01_in_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 IN" | |
| ], | |
| "type": "alias" | |
| } | |
| ], | |
| [ | |
| { | |
| "params": [ | |
| "if_01_out_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *-8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 OUT" | |
| ], | |
| "type": "alias" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "agent_host", | |
| "operator": "=", | |
| "value": "atlas.l33t.network" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Network traffic on $interface", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "transparent": false, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "decimals": null, | |
| "format": "bps", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| }, | |
| { | |
| "format": "short", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": false | |
| } | |
| ] | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "id": 14, | |
| "legend": { | |
| "alignAsTable": false, | |
| "avg": true, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "rightSide": false, | |
| "show": true, | |
| "total": true, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [ | |
| { | |
| "keepTime": false, | |
| "type": "dashboard" | |
| } | |
| ], | |
| "nullPointMode": "null", | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "repeat": null, | |
| "repeatIteration": 1523350465394, | |
| "repeatPanelId": 2, | |
| "scopedVars": { | |
| "interface": { | |
| "selected": false, | |
| "text": "if_13", | |
| "value": "if_13" | |
| } | |
| }, | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "span": 4, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "", | |
| "dsType": "influxdb", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$__interval" | |
| ], | |
| "type": "time" | |
| }, | |
| { | |
| "params": [ | |
| "null" | |
| ], | |
| "type": "fill" | |
| } | |
| ], | |
| "hide": false, | |
| "measurement": "snmp", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "query": "SELECT non_negative_derivative(mean([[interface]]_in_octets), 10s) *8 AS \"Port IN\", non_negative_derivative(mean([[interface]]_out_octets), 10s) *-8 AS \"Port OUT\" FROM \"snmp\" WHERE (\"agent_host\" = 'atlas.l33t.network') AND $timeFilter GROUP BY time($__interval) fill(null)", | |
| "rawQuery": true, | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "if_01_in_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 IN" | |
| ], | |
| "type": "alias" | |
| } | |
| ], | |
| [ | |
| { | |
| "params": [ | |
| "if_01_out_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *-8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 OUT" | |
| ], | |
| "type": "alias" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "agent_host", | |
| "operator": "=", | |
| "value": "atlas.l33t.network" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Network traffic on $interface", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "transparent": false, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "decimals": null, | |
| "format": "bps", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| }, | |
| { | |
| "format": "short", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": false | |
| } | |
| ] | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "id": 15, | |
| "legend": { | |
| "alignAsTable": false, | |
| "avg": true, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "rightSide": false, | |
| "show": true, | |
| "total": true, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [ | |
| { | |
| "keepTime": false, | |
| "type": "dashboard" | |
| } | |
| ], | |
| "nullPointMode": "null", | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "repeat": null, | |
| "repeatIteration": 1523350465394, | |
| "repeatPanelId": 2, | |
| "scopedVars": { | |
| "interface": { | |
| "selected": false, | |
| "text": "if_14", | |
| "value": "if_14" | |
| } | |
| }, | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "span": 4, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "", | |
| "dsType": "influxdb", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$__interval" | |
| ], | |
| "type": "time" | |
| }, | |
| { | |
| "params": [ | |
| "null" | |
| ], | |
| "type": "fill" | |
| } | |
| ], | |
| "hide": false, | |
| "measurement": "snmp", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "query": "SELECT non_negative_derivative(mean([[interface]]_in_octets), 10s) *8 AS \"Port IN\", non_negative_derivative(mean([[interface]]_out_octets), 10s) *-8 AS \"Port OUT\" FROM \"snmp\" WHERE (\"agent_host\" = 'atlas.l33t.network') AND $timeFilter GROUP BY time($__interval) fill(null)", | |
| "rawQuery": true, | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "if_01_in_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 IN" | |
| ], | |
| "type": "alias" | |
| } | |
| ], | |
| [ | |
| { | |
| "params": [ | |
| "if_01_out_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *-8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 OUT" | |
| ], | |
| "type": "alias" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "agent_host", | |
| "operator": "=", | |
| "value": "atlas.l33t.network" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Network traffic on $interface", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "transparent": false, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "decimals": null, | |
| "format": "bps", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| }, | |
| { | |
| "format": "short", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": false | |
| } | |
| ] | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "id": 16, | |
| "legend": { | |
| "alignAsTable": false, | |
| "avg": true, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "rightSide": false, | |
| "show": true, | |
| "total": true, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [ | |
| { | |
| "keepTime": false, | |
| "type": "dashboard" | |
| } | |
| ], | |
| "nullPointMode": "null", | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "repeat": null, | |
| "repeatIteration": 1523350465394, | |
| "repeatPanelId": 2, | |
| "scopedVars": { | |
| "interface": { | |
| "selected": false, | |
| "text": "if_15", | |
| "value": "if_15" | |
| } | |
| }, | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "span": 4, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "", | |
| "dsType": "influxdb", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$__interval" | |
| ], | |
| "type": "time" | |
| }, | |
| { | |
| "params": [ | |
| "null" | |
| ], | |
| "type": "fill" | |
| } | |
| ], | |
| "hide": false, | |
| "measurement": "snmp", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "query": "SELECT non_negative_derivative(mean([[interface]]_in_octets), 10s) *8 AS \"Port IN\", non_negative_derivative(mean([[interface]]_out_octets), 10s) *-8 AS \"Port OUT\" FROM \"snmp\" WHERE (\"agent_host\" = 'atlas.l33t.network') AND $timeFilter GROUP BY time($__interval) fill(null)", | |
| "rawQuery": true, | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "if_01_in_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 IN" | |
| ], | |
| "type": "alias" | |
| } | |
| ], | |
| [ | |
| { | |
| "params": [ | |
| "if_01_out_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *-8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 OUT" | |
| ], | |
| "type": "alias" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "agent_host", | |
| "operator": "=", | |
| "value": "atlas.l33t.network" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Network traffic on $interface", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "transparent": false, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "decimals": null, | |
| "format": "bps", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| }, | |
| { | |
| "format": "short", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": false | |
| } | |
| ] | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "id": 17, | |
| "legend": { | |
| "alignAsTable": false, | |
| "avg": true, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "rightSide": false, | |
| "show": true, | |
| "total": true, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [ | |
| { | |
| "keepTime": false, | |
| "type": "dashboard" | |
| } | |
| ], | |
| "nullPointMode": "null", | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "repeat": null, | |
| "repeatIteration": 1523350465394, | |
| "repeatPanelId": 2, | |
| "scopedVars": { | |
| "interface": { | |
| "selected": false, | |
| "text": "if_16", | |
| "value": "if_16" | |
| } | |
| }, | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "span": 4, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "", | |
| "dsType": "influxdb", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$__interval" | |
| ], | |
| "type": "time" | |
| }, | |
| { | |
| "params": [ | |
| "null" | |
| ], | |
| "type": "fill" | |
| } | |
| ], | |
| "hide": false, | |
| "measurement": "snmp", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "query": "SELECT non_negative_derivative(mean([[interface]]_in_octets), 10s) *8 AS \"Port IN\", non_negative_derivative(mean([[interface]]_out_octets), 10s) *-8 AS \"Port OUT\" FROM \"snmp\" WHERE (\"agent_host\" = 'atlas.l33t.network') AND $timeFilter GROUP BY time($__interval) fill(null)", | |
| "rawQuery": true, | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "if_01_in_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 IN" | |
| ], | |
| "type": "alias" | |
| } | |
| ], | |
| [ | |
| { | |
| "params": [ | |
| "if_01_out_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *-8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 OUT" | |
| ], | |
| "type": "alias" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "agent_host", | |
| "operator": "=", | |
| "value": "atlas.l33t.network" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Network traffic on $interface", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "transparent": false, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "decimals": null, | |
| "format": "bps", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| }, | |
| { | |
| "format": "short", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": false | |
| } | |
| ] | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "id": 18, | |
| "legend": { | |
| "alignAsTable": false, | |
| "avg": true, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "rightSide": false, | |
| "show": true, | |
| "total": true, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [ | |
| { | |
| "keepTime": false, | |
| "type": "dashboard" | |
| } | |
| ], | |
| "nullPointMode": "null", | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "repeat": null, | |
| "repeatIteration": 1523350465394, | |
| "repeatPanelId": 2, | |
| "scopedVars": { | |
| "interface": { | |
| "selected": false, | |
| "text": "if_17", | |
| "value": "if_17" | |
| } | |
| }, | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "span": 4, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "", | |
| "dsType": "influxdb", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$__interval" | |
| ], | |
| "type": "time" | |
| }, | |
| { | |
| "params": [ | |
| "null" | |
| ], | |
| "type": "fill" | |
| } | |
| ], | |
| "hide": false, | |
| "measurement": "snmp", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "query": "SELECT non_negative_derivative(mean([[interface]]_in_octets), 10s) *8 AS \"Port IN\", non_negative_derivative(mean([[interface]]_out_octets), 10s) *-8 AS \"Port OUT\" FROM \"snmp\" WHERE (\"agent_host\" = 'atlas.l33t.network') AND $timeFilter GROUP BY time($__interval) fill(null)", | |
| "rawQuery": true, | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "if_01_in_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 IN" | |
| ], | |
| "type": "alias" | |
| } | |
| ], | |
| [ | |
| { | |
| "params": [ | |
| "if_01_out_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *-8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 OUT" | |
| ], | |
| "type": "alias" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "agent_host", | |
| "operator": "=", | |
| "value": "atlas.l33t.network" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Network traffic on $interface", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "transparent": false, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "decimals": null, | |
| "format": "bps", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| }, | |
| { | |
| "format": "short", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": false | |
| } | |
| ] | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "id": 19, | |
| "legend": { | |
| "alignAsTable": false, | |
| "avg": true, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "rightSide": false, | |
| "show": true, | |
| "total": true, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [ | |
| { | |
| "keepTime": false, | |
| "type": "dashboard" | |
| } | |
| ], | |
| "nullPointMode": "null", | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "repeat": null, | |
| "repeatIteration": 1523350465394, | |
| "repeatPanelId": 2, | |
| "scopedVars": { | |
| "interface": { | |
| "selected": false, | |
| "text": "if_18", | |
| "value": "if_18" | |
| } | |
| }, | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "span": 4, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "", | |
| "dsType": "influxdb", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$__interval" | |
| ], | |
| "type": "time" | |
| }, | |
| { | |
| "params": [ | |
| "null" | |
| ], | |
| "type": "fill" | |
| } | |
| ], | |
| "hide": false, | |
| "measurement": "snmp", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "query": "SELECT non_negative_derivative(mean([[interface]]_in_octets), 10s) *8 AS \"Port IN\", non_negative_derivative(mean([[interface]]_out_octets), 10s) *-8 AS \"Port OUT\" FROM \"snmp\" WHERE (\"agent_host\" = 'atlas.l33t.network') AND $timeFilter GROUP BY time($__interval) fill(null)", | |
| "rawQuery": true, | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "if_01_in_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 IN" | |
| ], | |
| "type": "alias" | |
| } | |
| ], | |
| [ | |
| { | |
| "params": [ | |
| "if_01_out_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *-8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 OUT" | |
| ], | |
| "type": "alias" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "agent_host", | |
| "operator": "=", | |
| "value": "atlas.l33t.network" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Network traffic on $interface", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "transparent": false, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "decimals": null, | |
| "format": "bps", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| }, | |
| { | |
| "format": "short", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": false | |
| } | |
| ] | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "id": 20, | |
| "legend": { | |
| "alignAsTable": false, | |
| "avg": true, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "rightSide": false, | |
| "show": true, | |
| "total": true, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [ | |
| { | |
| "keepTime": false, | |
| "type": "dashboard" | |
| } | |
| ], | |
| "nullPointMode": "null", | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "repeat": null, | |
| "repeatIteration": 1523350465394, | |
| "repeatPanelId": 2, | |
| "scopedVars": { | |
| "interface": { | |
| "selected": false, | |
| "text": "if_19", | |
| "value": "if_19" | |
| } | |
| }, | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "span": 4, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "", | |
| "dsType": "influxdb", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$__interval" | |
| ], | |
| "type": "time" | |
| }, | |
| { | |
| "params": [ | |
| "null" | |
| ], | |
| "type": "fill" | |
| } | |
| ], | |
| "hide": false, | |
| "measurement": "snmp", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "query": "SELECT non_negative_derivative(mean([[interface]]_in_octets), 10s) *8 AS \"Port IN\", non_negative_derivative(mean([[interface]]_out_octets), 10s) *-8 AS \"Port OUT\" FROM \"snmp\" WHERE (\"agent_host\" = 'atlas.l33t.network') AND $timeFilter GROUP BY time($__interval) fill(null)", | |
| "rawQuery": true, | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "if_01_in_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 IN" | |
| ], | |
| "type": "alias" | |
| } | |
| ], | |
| [ | |
| { | |
| "params": [ | |
| "if_01_out_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *-8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 OUT" | |
| ], | |
| "type": "alias" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "agent_host", | |
| "operator": "=", | |
| "value": "atlas.l33t.network" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Network traffic on $interface", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "transparent": false, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "decimals": null, | |
| "format": "bps", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| }, | |
| { | |
| "format": "short", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": false | |
| } | |
| ] | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "id": 21, | |
| "legend": { | |
| "alignAsTable": false, | |
| "avg": true, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "rightSide": false, | |
| "show": true, | |
| "total": true, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [ | |
| { | |
| "keepTime": false, | |
| "type": "dashboard" | |
| } | |
| ], | |
| "nullPointMode": "null", | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "repeat": null, | |
| "repeatIteration": 1523350465394, | |
| "repeatPanelId": 2, | |
| "scopedVars": { | |
| "interface": { | |
| "selected": false, | |
| "text": "if_20", | |
| "value": "if_20" | |
| } | |
| }, | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "span": 4, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "", | |
| "dsType": "influxdb", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$__interval" | |
| ], | |
| "type": "time" | |
| }, | |
| { | |
| "params": [ | |
| "null" | |
| ], | |
| "type": "fill" | |
| } | |
| ], | |
| "hide": false, | |
| "measurement": "snmp", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "query": "SELECT non_negative_derivative(mean([[interface]]_in_octets), 10s) *8 AS \"Port IN\", non_negative_derivative(mean([[interface]]_out_octets), 10s) *-8 AS \"Port OUT\" FROM \"snmp\" WHERE (\"agent_host\" = 'atlas.l33t.network') AND $timeFilter GROUP BY time($__interval) fill(null)", | |
| "rawQuery": true, | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "if_01_in_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 IN" | |
| ], | |
| "type": "alias" | |
| } | |
| ], | |
| [ | |
| { | |
| "params": [ | |
| "if_01_out_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *-8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 OUT" | |
| ], | |
| "type": "alias" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "agent_host", | |
| "operator": "=", | |
| "value": "atlas.l33t.network" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Network traffic on $interface", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "transparent": false, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "decimals": null, | |
| "format": "bps", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| }, | |
| { | |
| "format": "short", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": false | |
| } | |
| ] | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "id": 22, | |
| "legend": { | |
| "alignAsTable": false, | |
| "avg": true, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "rightSide": false, | |
| "show": true, | |
| "total": true, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [ | |
| { | |
| "keepTime": false, | |
| "type": "dashboard" | |
| } | |
| ], | |
| "nullPointMode": "null", | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "repeat": null, | |
| "repeatIteration": 1523350465394, | |
| "repeatPanelId": 2, | |
| "scopedVars": { | |
| "interface": { | |
| "selected": false, | |
| "text": "if_21", | |
| "value": "if_21" | |
| } | |
| }, | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "span": 4, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "", | |
| "dsType": "influxdb", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$__interval" | |
| ], | |
| "type": "time" | |
| }, | |
| { | |
| "params": [ | |
| "null" | |
| ], | |
| "type": "fill" | |
| } | |
| ], | |
| "hide": false, | |
| "measurement": "snmp", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "query": "SELECT non_negative_derivative(mean([[interface]]_in_octets), 10s) *8 AS \"Port IN\", non_negative_derivative(mean([[interface]]_out_octets), 10s) *-8 AS \"Port OUT\" FROM \"snmp\" WHERE (\"agent_host\" = 'atlas.l33t.network') AND $timeFilter GROUP BY time($__interval) fill(null)", | |
| "rawQuery": true, | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "if_01_in_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 IN" | |
| ], | |
| "type": "alias" | |
| } | |
| ], | |
| [ | |
| { | |
| "params": [ | |
| "if_01_out_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *-8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 OUT" | |
| ], | |
| "type": "alias" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "agent_host", | |
| "operator": "=", | |
| "value": "atlas.l33t.network" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Network traffic on $interface", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "transparent": false, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "decimals": null, | |
| "format": "bps", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| }, | |
| { | |
| "format": "short", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": false | |
| } | |
| ] | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "id": 23, | |
| "legend": { | |
| "alignAsTable": false, | |
| "avg": true, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "rightSide": false, | |
| "show": true, | |
| "total": true, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [ | |
| { | |
| "keepTime": false, | |
| "type": "dashboard" | |
| } | |
| ], | |
| "nullPointMode": "null", | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "repeat": null, | |
| "repeatIteration": 1523350465394, | |
| "repeatPanelId": 2, | |
| "scopedVars": { | |
| "interface": { | |
| "selected": false, | |
| "text": "if_22", | |
| "value": "if_22" | |
| } | |
| }, | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "span": 4, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "", | |
| "dsType": "influxdb", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$__interval" | |
| ], | |
| "type": "time" | |
| }, | |
| { | |
| "params": [ | |
| "null" | |
| ], | |
| "type": "fill" | |
| } | |
| ], | |
| "hide": false, | |
| "measurement": "snmp", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "query": "SELECT non_negative_derivative(mean([[interface]]_in_octets), 10s) *8 AS \"Port IN\", non_negative_derivative(mean([[interface]]_out_octets), 10s) *-8 AS \"Port OUT\" FROM \"snmp\" WHERE (\"agent_host\" = 'atlas.l33t.network') AND $timeFilter GROUP BY time($__interval) fill(null)", | |
| "rawQuery": true, | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "if_01_in_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 IN" | |
| ], | |
| "type": "alias" | |
| } | |
| ], | |
| [ | |
| { | |
| "params": [ | |
| "if_01_out_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *-8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 OUT" | |
| ], | |
| "type": "alias" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "agent_host", | |
| "operator": "=", | |
| "value": "atlas.l33t.network" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Network traffic on $interface", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "transparent": false, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "decimals": null, | |
| "format": "bps", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| }, | |
| { | |
| "format": "short", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": false | |
| } | |
| ] | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "id": 24, | |
| "legend": { | |
| "alignAsTable": false, | |
| "avg": true, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "rightSide": false, | |
| "show": true, | |
| "total": true, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [ | |
| { | |
| "keepTime": false, | |
| "type": "dashboard" | |
| } | |
| ], | |
| "nullPointMode": "null", | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "repeat": null, | |
| "repeatIteration": 1523350465394, | |
| "repeatPanelId": 2, | |
| "scopedVars": { | |
| "interface": { | |
| "selected": false, | |
| "text": "if_23", | |
| "value": "if_23" | |
| } | |
| }, | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "span": 4, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "", | |
| "dsType": "influxdb", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$__interval" | |
| ], | |
| "type": "time" | |
| }, | |
| { | |
| "params": [ | |
| "null" | |
| ], | |
| "type": "fill" | |
| } | |
| ], | |
| "hide": false, | |
| "measurement": "snmp", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "query": "SELECT non_negative_derivative(mean([[interface]]_in_octets), 10s) *8 AS \"Port IN\", non_negative_derivative(mean([[interface]]_out_octets), 10s) *-8 AS \"Port OUT\" FROM \"snmp\" WHERE (\"agent_host\" = 'atlas.l33t.network') AND $timeFilter GROUP BY time($__interval) fill(null)", | |
| "rawQuery": true, | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "if_01_in_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 IN" | |
| ], | |
| "type": "alias" | |
| } | |
| ], | |
| [ | |
| { | |
| "params": [ | |
| "if_01_out_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *-8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 OUT" | |
| ], | |
| "type": "alias" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "agent_host", | |
| "operator": "=", | |
| "value": "atlas.l33t.network" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Network traffic on $interface", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "transparent": false, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "decimals": null, | |
| "format": "bps", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| }, | |
| { | |
| "format": "short", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": false | |
| } | |
| ] | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "id": 25, | |
| "legend": { | |
| "alignAsTable": false, | |
| "avg": true, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "rightSide": false, | |
| "show": true, | |
| "total": true, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [ | |
| { | |
| "keepTime": false, | |
| "type": "dashboard" | |
| } | |
| ], | |
| "nullPointMode": "null", | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "repeat": null, | |
| "repeatIteration": 1523350465394, | |
| "repeatPanelId": 2, | |
| "scopedVars": { | |
| "interface": { | |
| "selected": false, | |
| "text": "if_24", | |
| "value": "if_24" | |
| } | |
| }, | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "span": 4, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "", | |
| "dsType": "influxdb", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$__interval" | |
| ], | |
| "type": "time" | |
| }, | |
| { | |
| "params": [ | |
| "null" | |
| ], | |
| "type": "fill" | |
| } | |
| ], | |
| "hide": false, | |
| "measurement": "snmp", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "query": "SELECT non_negative_derivative(mean([[interface]]_in_octets), 10s) *8 AS \"Port IN\", non_negative_derivative(mean([[interface]]_out_octets), 10s) *-8 AS \"Port OUT\" FROM \"snmp\" WHERE (\"agent_host\" = 'atlas.l33t.network') AND $timeFilter GROUP BY time($__interval) fill(null)", | |
| "rawQuery": true, | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "if_01_in_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 IN" | |
| ], | |
| "type": "alias" | |
| } | |
| ], | |
| [ | |
| { | |
| "params": [ | |
| "if_01_out_octets" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| }, | |
| { | |
| "params": [ | |
| "10s" | |
| ], | |
| "type": "non_negative_derivative" | |
| }, | |
| { | |
| "params": [ | |
| " *-8" | |
| ], | |
| "type": "math" | |
| }, | |
| { | |
| "params": [ | |
| "Port 1 OUT" | |
| ], | |
| "type": "alias" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "agent_host", | |
| "operator": "=", | |
| "value": "atlas.l33t.network" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Network traffic on $interface", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "transparent": false, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "decimals": null, | |
| "format": "bps", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| }, | |
| { | |
| "format": "short", | |
| "label": "", | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": false | |
| } | |
| ] | |
| } | |
| ], | |
| "repeat": null, | |
| "repeatIteration": null, | |
| "repeatRowId": null, | |
| "showTitle": false, | |
| "title": "Dashboard Row", | |
| "titleSize": "h6" | |
| } | |
| ], | |
| "schemaVersion": 14, | |
| "style": "dark", | |
| "tags": [], | |
| "templating": { | |
| "list": [ | |
| { | |
| "allValue": null, | |
| "current": { | |
| "text": "All", | |
| "value": [ | |
| "$__all" | |
| ] | |
| }, | |
| "datasource": "Default", | |
| "hide": 0, | |
| "includeAll": true, | |
| "label": "Interface", | |
| "multi": true, | |
| "name": "interface", | |
| "options": [], | |
| "query": "SHOW TAG KEYS FROM \"snmp\" WHERE \"agent_host\" = 'atlas.l33t.network'", | |
| "refresh": 1, | |
| "regex": "/^(if_\\d\\d)/", | |
| "sort": 0, | |
| "tagValuesQuery": "", | |
| "tags": [], | |
| "tagsQuery": "", | |
| "type": "query", | |
| "useTags": false | |
| } | |
| ] | |
| }, | |
| "time": { | |
| "from": "now-24h", | |
| "to": "now" | |
| }, | |
| "timepicker": { | |
| "refresh_intervals": [ | |
| "5s", | |
| "10s", | |
| "30s", | |
| "1m", | |
| "5m", | |
| "15m", | |
| "30m", | |
| "1h", | |
| "2h", | |
| "1d" | |
| ], | |
| "time_options": [ | |
| "5m", | |
| "15m", | |
| "1h", | |
| "6h", | |
| "12h", | |
| "24h", | |
| "2d", | |
| "7d", | |
| "30d" | |
| ] | |
| }, | |
| "timezone": "", | |
| "title": "atlas.l33t.network", | |
| "version": 12 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment