2941 lines
64 KiB
JSON
2941 lines
64 KiB
JSON
|
{
|
||
|
"__inputs": [
|
||
|
{
|
||
|
"name": "DS_SYNAPSE_STATS",
|
||
|
"label": "pfSense Stats",
|
||
|
"description": "",
|
||
|
"type": "datasource",
|
||
|
"pluginId": "influxdb",
|
||
|
"pluginName": "InfluxDB"
|
||
|
}
|
||
|
],
|
||
|
"__requires": [
|
||
|
{
|
||
|
"type": "grafana",
|
||
|
"id": "grafana",
|
||
|
"name": "Grafana",
|
||
|
"version": "6.0.1"
|
||
|
},
|
||
|
{
|
||
|
"type": "panel",
|
||
|
"id": "grafana-piechart-panel",
|
||
|
"name": "Pie Chart",
|
||
|
"version": "1.3.3"
|
||
|
},
|
||
|
{
|
||
|
"type": "panel",
|
||
|
"id": "graph",
|
||
|
"name": "Graph",
|
||
|
"version": "5.0.0"
|
||
|
},
|
||
|
{
|
||
|
"type": "datasource",
|
||
|
"id": "influxdb",
|
||
|
"name": "InfluxDB",
|
||
|
"version": "5.0.0"
|
||
|
},
|
||
|
{
|
||
|
"type": "panel",
|
||
|
"id": "singlestat",
|
||
|
"name": "Singlestat",
|
||
|
"version": "5.0.0"
|
||
|
}
|
||
|
],
|
||
|
"annotations": {
|
||
|
"list": [
|
||
|
{
|
||
|
"builtIn": 1,
|
||
|
"datasource": "-- Grafana --",
|
||
|
"enable": true,
|
||
|
"hide": true,
|
||
|
"iconColor": "rgba(0, 211, 255, 1)",
|
||
|
"name": "Annotations & Alerts",
|
||
|
"type": "dashboard"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"editable": true,
|
||
|
"gnetId": 9937,
|
||
|
"graphTooltip": 0,
|
||
|
"id": null,
|
||
|
"iteration": 1552846188499,
|
||
|
"links": [],
|
||
|
"panels": [
|
||
|
{
|
||
|
"collapsed": false,
|
||
|
"gridPos": {
|
||
|
"h": 1,
|
||
|
"w": 24,
|
||
|
"x": 0,
|
||
|
"y": 0
|
||
|
},
|
||
|
"id": 19,
|
||
|
"panels": [],
|
||
|
"title": "Network Stats",
|
||
|
"type": "row"
|
||
|
},
|
||
|
{
|
||
|
"aliasColors": {
|
||
|
"Listen": "#705da0",
|
||
|
"Time Wait": "#5195ce"
|
||
|
},
|
||
|
"breakPoint": "50%",
|
||
|
"cacheTimeout": null,
|
||
|
"combine": {
|
||
|
"label": "Others",
|
||
|
"threshold": 0
|
||
|
},
|
||
|
"fontSize": "100%",
|
||
|
"format": "short",
|
||
|
"gridPos": {
|
||
|
"h": 12,
|
||
|
"w": 5,
|
||
|
"x": 0,
|
||
|
"y": 1
|
||
|
},
|
||
|
"id": 5,
|
||
|
"interval": null,
|
||
|
"legend": {
|
||
|
"header": "",
|
||
|
"percentage": true,
|
||
|
"show": true,
|
||
|
"values": true
|
||
|
},
|
||
|
"legendType": "Under graph",
|
||
|
"links": [],
|
||
|
"maxDataPoints": 3,
|
||
|
"nullPointMode": "connected",
|
||
|
"pieType": "donut",
|
||
|
"strokeWidth": "2",
|
||
|
"targets": [
|
||
|
{
|
||
|
"alias": "Close Wait",
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"10s"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "netstat",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "A",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"tcp_close_wait"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "last"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "router.synapse.lan"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"alias": "Established",
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"10s"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "netstat",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "B",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"tcp_established"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "last"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "router.synapse.lan"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"alias": "Listen",
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"10s"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "netstat",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "C",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"tcp_listen"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "last"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "router.synapse.lan"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"alias": "Time Wait",
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"10s"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "netstat",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "D",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"tcp_time_wait"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "last"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "router.synapse.lan"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"alias": "None",
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"10s"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "netstat",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "E",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"tcp_none"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "last"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "router.synapse.lan"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"title": "Netstat",
|
||
|
"type": "grafana-piechart-panel",
|
||
|
"valueName": "current"
|
||
|
},
|
||
|
{
|
||
|
"aliasColors": {
|
||
|
"WAN-1": "#629e51",
|
||
|
"WAN-2": "#806eb7"
|
||
|
},
|
||
|
"bars": true,
|
||
|
"dashLength": 10,
|
||
|
"dashes": false,
|
||
|
"decimals": 0,
|
||
|
"fill": 1,
|
||
|
"gridPos": {
|
||
|
"h": 7,
|
||
|
"w": 19,
|
||
|
"x": 5,
|
||
|
"y": 1
|
||
|
},
|
||
|
"id": 3,
|
||
|
"interval": "$summarise",
|
||
|
"legend": {
|
||
|
"alignAsTable": true,
|
||
|
"avg": true,
|
||
|
"current": true,
|
||
|
"max": true,
|
||
|
"min": true,
|
||
|
"rightSide": true,
|
||
|
"show": true,
|
||
|
"sideWidth": 300,
|
||
|
"total": false,
|
||
|
"values": true
|
||
|
},
|
||
|
"lines": false,
|
||
|
"linewidth": 1,
|
||
|
"links": [],
|
||
|
"nullPointMode": "connected",
|
||
|
"paceLength": 10,
|
||
|
"percentage": false,
|
||
|
"pointradius": 5,
|
||
|
"points": false,
|
||
|
"renderer": "flot",
|
||
|
"seriesOverrides": [],
|
||
|
"spaceLength": 10,
|
||
|
"stack": true,
|
||
|
"steppedLine": false,
|
||
|
"targets": [
|
||
|
{
|
||
|
"alias": "WAN-1",
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"auto"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "net",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "A",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"bytes_recv"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "mean"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"10s"
|
||
|
],
|
||
|
"type": "derivative"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "router.synapse.lan"
|
||
|
},
|
||
|
{
|
||
|
"condition": "AND",
|
||
|
"key": "interface",
|
||
|
"operator": "=",
|
||
|
"value": "em0"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"alias": "WAN-2",
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"auto"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "net",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "B",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"bytes_recv"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "mean"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"10s"
|
||
|
],
|
||
|
"type": "derivative"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "router.synapse.lan"
|
||
|
},
|
||
|
{
|
||
|
"condition": "AND",
|
||
|
"key": "interface",
|
||
|
"operator": "=",
|
||
|
"value": "em2"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"thresholds": [],
|
||
|
"timeFrom": null,
|
||
|
"timeRegions": [],
|
||
|
"timeShift": null,
|
||
|
"title": "Router: Bytes Received",
|
||
|
"tooltip": {
|
||
|
"shared": true,
|
||
|
"sort": 0,
|
||
|
"value_type": "individual"
|
||
|
},
|
||
|
"type": "graph",
|
||
|
"xaxis": {
|
||
|
"buckets": null,
|
||
|
"mode": "time",
|
||
|
"name": null,
|
||
|
"show": true,
|
||
|
"values": []
|
||
|
},
|
||
|
"yaxes": [
|
||
|
{
|
||
|
"format": "decbytes",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": null,
|
||
|
"show": true
|
||
|
},
|
||
|
{
|
||
|
"format": "short",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": null,
|
||
|
"show": true
|
||
|
}
|
||
|
],
|
||
|
"yaxis": {
|
||
|
"align": false,
|
||
|
"alignLevel": null
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"aliasColors": {
|
||
|
"WAN-1": "#629e51",
|
||
|
"WAN-2": "#806eb7"
|
||
|
},
|
||
|
"bars": true,
|
||
|
"dashLength": 10,
|
||
|
"dashes": false,
|
||
|
"decimals": 0,
|
||
|
"fill": 1,
|
||
|
"gridPos": {
|
||
|
"h": 7,
|
||
|
"w": 19,
|
||
|
"x": 5,
|
||
|
"y": 8
|
||
|
},
|
||
|
"id": 2,
|
||
|
"interval": "$summarise",
|
||
|
"legend": {
|
||
|
"alignAsTable": true,
|
||
|
"avg": true,
|
||
|
"current": true,
|
||
|
"max": true,
|
||
|
"min": true,
|
||
|
"rightSide": true,
|
||
|
"show": true,
|
||
|
"sideWidth": 300,
|
||
|
"total": false,
|
||
|
"values": true
|
||
|
},
|
||
|
"lines": false,
|
||
|
"linewidth": 1,
|
||
|
"links": [],
|
||
|
"nullPointMode": "connected",
|
||
|
"paceLength": 10,
|
||
|
"percentage": false,
|
||
|
"pointradius": 5,
|
||
|
"points": false,
|
||
|
"renderer": "flot",
|
||
|
"seriesOverrides": [],
|
||
|
"spaceLength": 10,
|
||
|
"stack": true,
|
||
|
"steppedLine": false,
|
||
|
"targets": [
|
||
|
{
|
||
|
"alias": "WAN-1",
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"auto"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "net",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "A",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"bytes_sent"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "mean"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"10s"
|
||
|
],
|
||
|
"type": "derivative"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "router.synapse.lan"
|
||
|
},
|
||
|
{
|
||
|
"condition": "AND",
|
||
|
"key": "interface",
|
||
|
"operator": "=",
|
||
|
"value": "em0"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"alias": "WAN-2",
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"auto"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "net",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "B",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"bytes_sent"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "mean"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"10s"
|
||
|
],
|
||
|
"type": "derivative"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "router.synapse.lan"
|
||
|
},
|
||
|
{
|
||
|
"condition": "AND",
|
||
|
"key": "interface",
|
||
|
"operator": "=",
|
||
|
"value": "em2"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"thresholds": [],
|
||
|
"timeFrom": null,
|
||
|
"timeRegions": [],
|
||
|
"timeShift": null,
|
||
|
"title": "Router: Bytes Sent",
|
||
|
"tooltip": {
|
||
|
"shared": true,
|
||
|
"sort": 0,
|
||
|
"value_type": "individual"
|
||
|
},
|
||
|
"type": "graph",
|
||
|
"xaxis": {
|
||
|
"buckets": null,
|
||
|
"mode": "time",
|
||
|
"name": null,
|
||
|
"show": true,
|
||
|
"values": []
|
||
|
},
|
||
|
"yaxes": [
|
||
|
{
|
||
|
"format": "decbytes",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": null,
|
||
|
"show": true
|
||
|
},
|
||
|
{
|
||
|
"format": "short",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": null,
|
||
|
"show": true
|
||
|
}
|
||
|
],
|
||
|
"yaxis": {
|
||
|
"align": false,
|
||
|
"alignLevel": null
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"cacheTimeout": null,
|
||
|
"colorBackground": false,
|
||
|
"colorValue": true,
|
||
|
"colors": [
|
||
|
"#299c46",
|
||
|
"rgba(237, 129, 40, 0.89)",
|
||
|
"#d44a3a"
|
||
|
],
|
||
|
"format": "none",
|
||
|
"gauge": {
|
||
|
"maxValue": 100,
|
||
|
"minValue": 0,
|
||
|
"show": false,
|
||
|
"thresholdLabels": false,
|
||
|
"thresholdMarkers": true
|
||
|
},
|
||
|
"gridPos": {
|
||
|
"h": 3,
|
||
|
"w": 5,
|
||
|
"x": 0,
|
||
|
"y": 13
|
||
|
},
|
||
|
"id": 9,
|
||
|
"interval": null,
|
||
|
"links": [],
|
||
|
"mappingType": 1,
|
||
|
"mappingTypes": [
|
||
|
{
|
||
|
"name": "value to text",
|
||
|
"value": 1
|
||
|
},
|
||
|
{
|
||
|
"name": "range to text",
|
||
|
"value": 2
|
||
|
}
|
||
|
],
|
||
|
"maxDataPoints": 100,
|
||
|
"nullPointMode": "connected",
|
||
|
"nullText": null,
|
||
|
"postfix": " ms",
|
||
|
"postfixFontSize": "50%",
|
||
|
"prefix": "",
|
||
|
"prefixFontSize": "50%",
|
||
|
"rangeMaps": [
|
||
|
{
|
||
|
"from": "null",
|
||
|
"text": "N/A",
|
||
|
"to": "null"
|
||
|
}
|
||
|
],
|
||
|
"sparkline": {
|
||
|
"fillColor": "rgba(31, 118, 189, 0.18)",
|
||
|
"full": false,
|
||
|
"lineColor": "rgb(31, 120, 193)",
|
||
|
"show": true
|
||
|
},
|
||
|
"tableColumn": "",
|
||
|
"targets": [
|
||
|
{
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"$__interval"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "ping",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "A",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"average_response_ms"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "last"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "url",
|
||
|
"operator": "=",
|
||
|
"value": "8.8.4.4"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"thresholds": "100,500",
|
||
|
"title": "Google DNS Ping",
|
||
|
"type": "singlestat",
|
||
|
"valueFontSize": "120%",
|
||
|
"valueMaps": [
|
||
|
{
|
||
|
"op": "=",
|
||
|
"text": "N/A",
|
||
|
"value": "null"
|
||
|
}
|
||
|
],
|
||
|
"valueName": "current"
|
||
|
},
|
||
|
{
|
||
|
"aliasColors": {
|
||
|
"Cloudflare DNS": "#ba43a9",
|
||
|
"Google DNS": "#ef843c",
|
||
|
"L3 DNS": "#bf1b00"
|
||
|
},
|
||
|
"bars": false,
|
||
|
"dashLength": 10,
|
||
|
"dashes": false,
|
||
|
"decimals": 0,
|
||
|
"fill": 0,
|
||
|
"gridPos": {
|
||
|
"h": 7,
|
||
|
"w": 19,
|
||
|
"x": 5,
|
||
|
"y": 15
|
||
|
},
|
||
|
"id": 7,
|
||
|
"interval": "$summarise",
|
||
|
"legend": {
|
||
|
"alignAsTable": true,
|
||
|
"avg": true,
|
||
|
"current": true,
|
||
|
"max": true,
|
||
|
"min": true,
|
||
|
"rightSide": true,
|
||
|
"show": true,
|
||
|
"sideWidth": 300,
|
||
|
"total": false,
|
||
|
"values": true
|
||
|
},
|
||
|
"lines": true,
|
||
|
"linewidth": 2,
|
||
|
"links": [],
|
||
|
"nullPointMode": "connected",
|
||
|
"paceLength": 10,
|
||
|
"percentage": false,
|
||
|
"pointradius": 2,
|
||
|
"points": true,
|
||
|
"renderer": "flot",
|
||
|
"seriesOverrides": [],
|
||
|
"spaceLength": 10,
|
||
|
"stack": false,
|
||
|
"steppedLine": false,
|
||
|
"targets": [
|
||
|
{
|
||
|
"alias": "Google DNS",
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"auto"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "ping",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "A",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"average_response_ms"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "last"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "url",
|
||
|
"operator": "=",
|
||
|
"value": "8.8.4.4"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"thresholds": [],
|
||
|
"timeFrom": null,
|
||
|
"timeRegions": [],
|
||
|
"timeShift": null,
|
||
|
"title": "Ping Average Response Time",
|
||
|
"tooltip": {
|
||
|
"shared": true,
|
||
|
"sort": 0,
|
||
|
"value_type": "individual"
|
||
|
},
|
||
|
"type": "graph",
|
||
|
"xaxis": {
|
||
|
"buckets": null,
|
||
|
"mode": "time",
|
||
|
"name": null,
|
||
|
"show": true,
|
||
|
"values": []
|
||
|
},
|
||
|
"yaxes": [
|
||
|
{
|
||
|
"format": "short",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": null,
|
||
|
"show": true
|
||
|
},
|
||
|
{
|
||
|
"format": "short",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": null,
|
||
|
"show": true
|
||
|
}
|
||
|
],
|
||
|
"yaxis": {
|
||
|
"align": false,
|
||
|
"alignLevel": null
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"cacheTimeout": null,
|
||
|
"colorBackground": false,
|
||
|
"colorValue": true,
|
||
|
"colors": [
|
||
|
"#299c46",
|
||
|
"rgba(237, 129, 40, 0.89)",
|
||
|
"#d44a3a"
|
||
|
],
|
||
|
"decimals": 2,
|
||
|
"format": "none",
|
||
|
"gauge": {
|
||
|
"maxValue": 100,
|
||
|
"minValue": 0,
|
||
|
"show": false,
|
||
|
"thresholdLabels": false,
|
||
|
"thresholdMarkers": true
|
||
|
},
|
||
|
"gridPos": {
|
||
|
"h": 3,
|
||
|
"w": 5,
|
||
|
"x": 0,
|
||
|
"y": 16
|
||
|
},
|
||
|
"id": 13,
|
||
|
"interval": null,
|
||
|
"links": [],
|
||
|
"mappingType": 1,
|
||
|
"mappingTypes": [
|
||
|
{
|
||
|
"name": "value to text",
|
||
|
"value": 1
|
||
|
},
|
||
|
{
|
||
|
"name": "range to text",
|
||
|
"value": 2
|
||
|
}
|
||
|
],
|
||
|
"maxDataPoints": 100,
|
||
|
"nullPointMode": "connected",
|
||
|
"nullText": null,
|
||
|
"postfix": " ms",
|
||
|
"postfixFontSize": "50%",
|
||
|
"prefix": "",
|
||
|
"prefixFontSize": "50%",
|
||
|
"rangeMaps": [
|
||
|
{
|
||
|
"from": "null",
|
||
|
"text": "N/A",
|
||
|
"to": "null"
|
||
|
}
|
||
|
],
|
||
|
"sparkline": {
|
||
|
"fillColor": "rgba(31, 118, 189, 0.18)",
|
||
|
"full": false,
|
||
|
"lineColor": "rgb(31, 120, 193)",
|
||
|
"show": true
|
||
|
},
|
||
|
"tableColumn": "",
|
||
|
"targets": [
|
||
|
{
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"$__interval"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "ping",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "A",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"average_response_ms"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "last"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "url",
|
||
|
"operator": "=",
|
||
|
"value": "192.168.7.1"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"thresholds": "1,3",
|
||
|
"title": "Router/Gateway Ping",
|
||
|
"type": "singlestat",
|
||
|
"valueFontSize": "120%",
|
||
|
"valueMaps": [
|
||
|
{
|
||
|
"op": "=",
|
||
|
"text": "N/A",
|
||
|
"value": "null"
|
||
|
}
|
||
|
],
|
||
|
"valueName": "current"
|
||
|
},
|
||
|
{
|
||
|
"cacheTimeout": null,
|
||
|
"colorBackground": false,
|
||
|
"colorValue": true,
|
||
|
"colors": [
|
||
|
"#299c46",
|
||
|
"rgba(237, 129, 40, 0.89)",
|
||
|
"#d44a3a"
|
||
|
],
|
||
|
"decimals": 2,
|
||
|
"format": "none",
|
||
|
"gauge": {
|
||
|
"maxValue": 100,
|
||
|
"minValue": 0,
|
||
|
"show": false,
|
||
|
"thresholdLabels": false,
|
||
|
"thresholdMarkers": true
|
||
|
},
|
||
|
"gridPos": {
|
||
|
"h": 3,
|
||
|
"w": 5,
|
||
|
"x": 0,
|
||
|
"y": 19
|
||
|
},
|
||
|
"id": 10,
|
||
|
"interval": null,
|
||
|
"links": [],
|
||
|
"mappingType": 1,
|
||
|
"mappingTypes": [
|
||
|
{
|
||
|
"name": "value to text",
|
||
|
"value": 1
|
||
|
},
|
||
|
{
|
||
|
"name": "range to text",
|
||
|
"value": 2
|
||
|
}
|
||
|
],
|
||
|
"maxDataPoints": 100,
|
||
|
"nullPointMode": "connected",
|
||
|
"nullText": null,
|
||
|
"postfix": " ms",
|
||
|
"postfixFontSize": "50%",
|
||
|
"prefix": "",
|
||
|
"prefixFontSize": "50%",
|
||
|
"rangeMaps": [
|
||
|
{
|
||
|
"from": "null",
|
||
|
"text": "N/A",
|
||
|
"to": "null"
|
||
|
}
|
||
|
],
|
||
|
"sparkline": {
|
||
|
"fillColor": "rgba(31, 118, 189, 0.18)",
|
||
|
"full": false,
|
||
|
"lineColor": "rgb(31, 120, 193)",
|
||
|
"show": true
|
||
|
},
|
||
|
"tableColumn": "",
|
||
|
"targets": [
|
||
|
{
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"$__interval"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "ping",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "A",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"average_response_ms"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "last"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "url",
|
||
|
"operator": "=",
|
||
|
"value": "192.168.7.150"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"thresholds": "1,3",
|
||
|
"title": "Local DNS Ping",
|
||
|
"type": "singlestat",
|
||
|
"valueFontSize": "120%",
|
||
|
"valueMaps": [
|
||
|
{
|
||
|
"op": "=",
|
||
|
"text": "N/A",
|
||
|
"value": "null"
|
||
|
}
|
||
|
],
|
||
|
"valueName": "current"
|
||
|
},
|
||
|
{
|
||
|
"collapsed": false,
|
||
|
"gridPos": {
|
||
|
"h": 1,
|
||
|
"w": 24,
|
||
|
"x": 0,
|
||
|
"y": 22
|
||
|
},
|
||
|
"id": 21,
|
||
|
"panels": [],
|
||
|
"title": "DNS Stats",
|
||
|
"type": "row"
|
||
|
},
|
||
|
{
|
||
|
"aliasColors": {
|
||
|
"Hits": "#629e51",
|
||
|
"Misses": "#bf1b00"
|
||
|
},
|
||
|
"breakPoint": "50%",
|
||
|
"cacheTimeout": null,
|
||
|
"combine": {
|
||
|
"label": "Others",
|
||
|
"threshold": 0
|
||
|
},
|
||
|
"datasource": "${DS_SYNAPSE_STATS}",
|
||
|
"decimals": null,
|
||
|
"fontSize": "100%",
|
||
|
"format": "short",
|
||
|
"gridPos": {
|
||
|
"h": 9,
|
||
|
"w": 5,
|
||
|
"x": 0,
|
||
|
"y": 23
|
||
|
},
|
||
|
"hideTimeOverride": false,
|
||
|
"id": 17,
|
||
|
"interval": null,
|
||
|
"legend": {
|
||
|
"header": "",
|
||
|
"percentage": true,
|
||
|
"percentageDecimals": 0,
|
||
|
"show": true,
|
||
|
"sortDesc": true,
|
||
|
"values": true
|
||
|
},
|
||
|
"legendType": "On graph",
|
||
|
"links": [],
|
||
|
"maxDataPoints": 3,
|
||
|
"nullPointMode": "connected",
|
||
|
"pieType": "donut",
|
||
|
"strokeWidth": "2",
|
||
|
"targets": [
|
||
|
{
|
||
|
"alias": "Hits",
|
||
|
"groupBy": [],
|
||
|
"measurement": "unbound",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "A",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"total_num_cachehits"
|
||
|
],
|
||
|
"type": "field"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "router.synapse.lan"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"alias": "Misses",
|
||
|
"groupBy": [],
|
||
|
"measurement": "unbound",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "B",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"total_num_cachemiss"
|
||
|
],
|
||
|
"type": "field"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "router.synapse.lan"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"thresholds": [],
|
||
|
"title": "DNS Cache Hit/Miss Ratio",
|
||
|
"type": "grafana-piechart-panel",
|
||
|
"valueName": "current"
|
||
|
},
|
||
|
{
|
||
|
"aliasColors": {
|
||
|
"Hits": "#629e51",
|
||
|
"Misses": "#bf1b00",
|
||
|
"Recursive": "#1f78c1"
|
||
|
},
|
||
|
"bars": true,
|
||
|
"dashLength": 10,
|
||
|
"dashes": false,
|
||
|
"datasource": "${DS_SYNAPSE_STATS}",
|
||
|
"decimals": 0,
|
||
|
"fill": 1,
|
||
|
"gridPos": {
|
||
|
"h": 7,
|
||
|
"w": 19,
|
||
|
"x": 5,
|
||
|
"y": 23
|
||
|
},
|
||
|
"hideTimeOverride": false,
|
||
|
"id": 15,
|
||
|
"interval": "$summarise",
|
||
|
"legend": {
|
||
|
"alignAsTable": true,
|
||
|
"avg": true,
|
||
|
"current": true,
|
||
|
"hideEmpty": false,
|
||
|
"hideZero": false,
|
||
|
"max": true,
|
||
|
"min": true,
|
||
|
"rightSide": true,
|
||
|
"show": true,
|
||
|
"sideWidth": 355,
|
||
|
"total": true,
|
||
|
"values": true
|
||
|
},
|
||
|
"lines": false,
|
||
|
"linewidth": 1,
|
||
|
"links": [],
|
||
|
"nullPointMode": "connected",
|
||
|
"paceLength": 10,
|
||
|
"percentage": false,
|
||
|
"pointradius": 5,
|
||
|
"points": false,
|
||
|
"renderer": "flot",
|
||
|
"seriesOverrides": [
|
||
|
{
|
||
|
"alias": "Recursive",
|
||
|
"bars": false,
|
||
|
"fill": 0,
|
||
|
"lines": true,
|
||
|
"linewidth": 2,
|
||
|
"nullPointMode": "connected"
|
||
|
}
|
||
|
],
|
||
|
"spaceLength": 10,
|
||
|
"stack": true,
|
||
|
"steppedLine": false,
|
||
|
"targets": [
|
||
|
{
|
||
|
"alias": "Hits",
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"auto"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "unbound",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "A",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"total_num_cachehits"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "last"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"5m"
|
||
|
],
|
||
|
"type": "derivative"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "router.synapse.lan"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"alias": "Misses",
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"auto"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "unbound",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "B",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"total_num_cachemiss"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "last"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"5m"
|
||
|
],
|
||
|
"type": "derivative"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "router.synapse.lan"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"alias": "Recursive",
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"auto"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "unbound",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "C",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"total_num_recursivereplies"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "last"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"5m"
|
||
|
],
|
||
|
"type": "derivative"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "router.synapse.lan"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"thresholds": [],
|
||
|
"timeFrom": null,
|
||
|
"timeRegions": [],
|
||
|
"timeShift": null,
|
||
|
"title": "DNS Cache Performance",
|
||
|
"tooltip": {
|
||
|
"shared": true,
|
||
|
"sort": 0,
|
||
|
"value_type": "individual"
|
||
|
},
|
||
|
"type": "graph",
|
||
|
"xaxis": {
|
||
|
"buckets": null,
|
||
|
"mode": "time",
|
||
|
"name": null,
|
||
|
"show": true,
|
||
|
"values": []
|
||
|
},
|
||
|
"yaxes": [
|
||
|
{
|
||
|
"format": "short",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": null,
|
||
|
"show": true
|
||
|
},
|
||
|
{
|
||
|
"format": "short",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": null,
|
||
|
"show": false
|
||
|
}
|
||
|
],
|
||
|
"yaxis": {
|
||
|
"align": false,
|
||
|
"alignLevel": null
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"aliasColors": {
|
||
|
"A": "#5195ce",
|
||
|
"AAAA": "#f29191",
|
||
|
"PTR": "#f2c96d",
|
||
|
"SOA": "#ba43a9",
|
||
|
"SRV": "#7eb26d",
|
||
|
"TXT": "#508642"
|
||
|
},
|
||
|
"bars": true,
|
||
|
"dashLength": 10,
|
||
|
"dashes": false,
|
||
|
"datasource": "${DS_SYNAPSE_STATS}",
|
||
|
"decimals": 0,
|
||
|
"fill": 0,
|
||
|
"gridPos": {
|
||
|
"h": 7,
|
||
|
"w": 19,
|
||
|
"x": 5,
|
||
|
"y": 30
|
||
|
},
|
||
|
"id": 31,
|
||
|
"interval": "$summarise",
|
||
|
"legend": {
|
||
|
"alignAsTable": true,
|
||
|
"avg": true,
|
||
|
"current": true,
|
||
|
"max": true,
|
||
|
"min": true,
|
||
|
"rightSide": true,
|
||
|
"show": true,
|
||
|
"sideWidth": 355,
|
||
|
"total": true,
|
||
|
"values": true
|
||
|
},
|
||
|
"lines": false,
|
||
|
"linewidth": 2,
|
||
|
"links": [],
|
||
|
"nullPointMode": "connected",
|
||
|
"paceLength": 10,
|
||
|
"percentage": false,
|
||
|
"pointradius": 5,
|
||
|
"points": false,
|
||
|
"renderer": "flot",
|
||
|
"seriesOverrides": [],
|
||
|
"spaceLength": 10,
|
||
|
"stack": true,
|
||
|
"steppedLine": false,
|
||
|
"targets": [
|
||
|
{
|
||
|
"alias": "A",
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"auto"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "unbound",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "A",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"num_query_type_A"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "last"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"5m"
|
||
|
],
|
||
|
"type": "derivative"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "router.synapse.lan"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"alias": "AAAA",
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"auto"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "unbound",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "B",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"num_query_type_AAAA"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "last"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"5m"
|
||
|
],
|
||
|
"type": "derivative"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "router.synapse.lan"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"alias": "PTR",
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"auto"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "unbound",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "C",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"num_query_type_PTR"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "last"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"5m"
|
||
|
],
|
||
|
"type": "derivative"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "router.synapse.lan"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"alias": "SOA",
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"auto"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "unbound",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "D",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"num_query_type_SOA"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "last"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"5m"
|
||
|
],
|
||
|
"type": "derivative"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "router.synapse.lan"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"alias": "SRV",
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"auto"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "unbound",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "E",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"num_query_type_SRV"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "last"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"5m"
|
||
|
],
|
||
|
"type": "derivative"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "router.synapse.lan"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"alias": "TXT",
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"auto"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "unbound",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "F",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"num_query_type_TXT"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "last"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"5m"
|
||
|
],
|
||
|
"type": "derivative"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "router.synapse.lan"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"thresholds": [],
|
||
|
"timeFrom": null,
|
||
|
"timeRegions": [],
|
||
|
"timeShift": null,
|
||
|
"title": "DNS Query Resource Record (RR)",
|
||
|
"tooltip": {
|
||
|
"shared": true,
|
||
|
"sort": 0,
|
||
|
"value_type": "individual"
|
||
|
},
|
||
|
"type": "graph",
|
||
|
"xaxis": {
|
||
|
"buckets": null,
|
||
|
"mode": "time",
|
||
|
"name": null,
|
||
|
"show": true,
|
||
|
"values": []
|
||
|
},
|
||
|
"yaxes": [
|
||
|
{
|
||
|
"format": "short",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": null,
|
||
|
"show": true
|
||
|
},
|
||
|
{
|
||
|
"format": "short",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": null,
|
||
|
"show": true
|
||
|
}
|
||
|
],
|
||
|
"yaxis": {
|
||
|
"align": false,
|
||
|
"alignLevel": null
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"cacheTimeout": null,
|
||
|
"colorBackground": false,
|
||
|
"colorValue": false,
|
||
|
"colors": [
|
||
|
"#299c46",
|
||
|
"rgba(237, 129, 40, 0.89)",
|
||
|
"#d44a3a"
|
||
|
],
|
||
|
"datasource": "${DS_SYNAPSE_STATS}",
|
||
|
"decimals": 0,
|
||
|
"format": "none",
|
||
|
"gauge": {
|
||
|
"maxValue": 100,
|
||
|
"minValue": 0,
|
||
|
"show": false,
|
||
|
"thresholdLabels": false,
|
||
|
"thresholdMarkers": true
|
||
|
},
|
||
|
"gridPos": {
|
||
|
"h": 3,
|
||
|
"w": 5,
|
||
|
"x": 0,
|
||
|
"y": 32
|
||
|
},
|
||
|
"id": 23,
|
||
|
"interval": null,
|
||
|
"links": [],
|
||
|
"mappingType": 1,
|
||
|
"mappingTypes": [
|
||
|
{
|
||
|
"name": "value to text",
|
||
|
"value": 1
|
||
|
},
|
||
|
{
|
||
|
"name": "range to text",
|
||
|
"value": 2
|
||
|
}
|
||
|
],
|
||
|
"maxDataPoints": 100,
|
||
|
"nullPointMode": "connected",
|
||
|
"nullText": null,
|
||
|
"postfix": "",
|
||
|
"postfixFontSize": "50%",
|
||
|
"prefix": "",
|
||
|
"prefixFontSize": "50%",
|
||
|
"rangeMaps": [
|
||
|
{
|
||
|
"from": "null",
|
||
|
"text": "N/A",
|
||
|
"to": "null"
|
||
|
}
|
||
|
],
|
||
|
"sparkline": {
|
||
|
"fillColor": "rgba(31, 118, 189, 0.18)",
|
||
|
"full": false,
|
||
|
"lineColor": "rgb(31, 120, 193)",
|
||
|
"show": true
|
||
|
},
|
||
|
"tableColumn": "",
|
||
|
"targets": [
|
||
|
{
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"10s"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "unbound",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "internal_1yr",
|
||
|
"query": "SELECT last(\"msg_cache_count\") + last(\"rrset_cache_count\") FROM \"internal_1yr\".\"unbound\" WHERE (\"host\" = 'dns') AND $timeFilter GROUP BY time($__interval) fill(null)",
|
||
|
"rawQuery": false,
|
||
|
"refId": "A",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"total_num_queries"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "last"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "router.synapse.lan"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"thresholds": "",
|
||
|
"title": "DNS Total queries received",
|
||
|
"type": "singlestat",
|
||
|
"valueFontSize": "110%",
|
||
|
"valueMaps": [
|
||
|
{
|
||
|
"op": "=",
|
||
|
"text": "N/A",
|
||
|
"value": "null"
|
||
|
}
|
||
|
],
|
||
|
"valueName": "avg"
|
||
|
},
|
||
|
{
|
||
|
"cacheTimeout": null,
|
||
|
"colorBackground": false,
|
||
|
"colorValue": false,
|
||
|
"colors": [
|
||
|
"#299c46",
|
||
|
"rgba(237, 129, 40, 0.89)",
|
||
|
"#d44a3a"
|
||
|
],
|
||
|
"datasource": "${DS_SYNAPSE_STATS}",
|
||
|
"decimals": null,
|
||
|
"format": "short",
|
||
|
"gauge": {
|
||
|
"maxValue": 100,
|
||
|
"minValue": 0,
|
||
|
"show": false,
|
||
|
"thresholdLabels": false,
|
||
|
"thresholdMarkers": true
|
||
|
},
|
||
|
"gridPos": {
|
||
|
"h": 3,
|
||
|
"w": 5,
|
||
|
"x": 0,
|
||
|
"y": 35
|
||
|
},
|
||
|
"id": 25,
|
||
|
"interval": null,
|
||
|
"links": [],
|
||
|
"mappingType": 1,
|
||
|
"mappingTypes": [
|
||
|
{
|
||
|
"name": "value to text",
|
||
|
"value": 1
|
||
|
},
|
||
|
{
|
||
|
"name": "range to text",
|
||
|
"value": 2
|
||
|
}
|
||
|
],
|
||
|
"maxDataPoints": 100,
|
||
|
"nullPointMode": "connected",
|
||
|
"nullText": null,
|
||
|
"postfix": "",
|
||
|
"postfixFontSize": "50%",
|
||
|
"prefix": "",
|
||
|
"prefixFontSize": "50%",
|
||
|
"rangeMaps": [
|
||
|
{
|
||
|
"from": "null",
|
||
|
"text": "N/A",
|
||
|
"to": "null"
|
||
|
}
|
||
|
],
|
||
|
"sparkline": {
|
||
|
"fillColor": "rgba(31, 118, 189, 0.18)",
|
||
|
"full": false,
|
||
|
"lineColor": "rgb(31, 120, 193)",
|
||
|
"show": true
|
||
|
},
|
||
|
"tableColumn": "",
|
||
|
"targets": [
|
||
|
{
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"$__interval"
|
||
|
],
|
||
|
"type": "time"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "unbound",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "A",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"total_num_queries"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "mean"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"1h"
|
||
|
],
|
||
|
"type": "derivative"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "router.synapse.lan"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"thresholds": "",
|
||
|
"title": "DNS Queries Last 1h",
|
||
|
"type": "singlestat",
|
||
|
"valueFontSize": "80%",
|
||
|
"valueMaps": [
|
||
|
{
|
||
|
"op": "=",
|
||
|
"text": "N/A",
|
||
|
"value": "null"
|
||
|
}
|
||
|
],
|
||
|
"valueName": "avg"
|
||
|
},
|
||
|
{
|
||
|
"aliasColors": {
|
||
|
"A": "#5195ce",
|
||
|
"AAAA": "#f29191",
|
||
|
"FORMERR": "#f2c96d",
|
||
|
"NOERROR": "#7eb26d",
|
||
|
"NOTIMPL": "#1f78c1",
|
||
|
"PTR": "#f2c96d",
|
||
|
"SERVFAIL": "#5195ce",
|
||
|
"SOA": "#ba43a9",
|
||
|
"SRV": "#7eb26d",
|
||
|
"TXT": "#508642"
|
||
|
},
|
||
|
"bars": true,
|
||
|
"dashLength": 10,
|
||
|
"dashes": false,
|
||
|
"datasource": "${DS_SYNAPSE_STATS}",
|
||
|
"decimals": 0,
|
||
|
"fill": 0,
|
||
|
"gridPos": {
|
||
|
"h": 7,
|
||
|
"w": 19,
|
||
|
"x": 5,
|
||
|
"y": 37
|
||
|
},
|
||
|
"id": 33,
|
||
|
"interval": "$summarise",
|
||
|
"legend": {
|
||
|
"alignAsTable": true,
|
||
|
"avg": true,
|
||
|
"current": true,
|
||
|
"max": true,
|
||
|
"min": true,
|
||
|
"rightSide": true,
|
||
|
"show": true,
|
||
|
"sideWidth": 355,
|
||
|
"total": true,
|
||
|
"values": true
|
||
|
},
|
||
|
"lines": false,
|
||
|
"linewidth": 2,
|
||
|
"links": [],
|
||
|
"nullPointMode": "connected",
|
||
|
"paceLength": 10,
|
||
|
"percentage": false,
|
||
|
"pointradius": 5,
|
||
|
"points": false,
|
||
|
"renderer": "flot",
|
||
|
"seriesOverrides": [],
|
||
|
"spaceLength": 10,
|
||
|
"stack": true,
|
||
|
"steppedLine": false,
|
||
|
"targets": [
|
||
|
{
|
||
|
"alias": "FORMERR",
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"auto"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "unbound",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "A",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"num_answer_rcode_FORMERR"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "last"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"5m"
|
||
|
],
|
||
|
"type": "derivative"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "router.synapse.lan"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"alias": "NOERROR",
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"auto"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "unbound",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "B",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"num_answer_rcode_NOERROR"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "last"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"5m"
|
||
|
],
|
||
|
"type": "derivative"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "router.synapse.lan"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"alias": "NOTIMPL",
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"auto"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "unbound",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "C",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"num_answer_rcode_NOTIMPL"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "last"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"5m"
|
||
|
],
|
||
|
"type": "derivative"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "router.synapse.lan"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"alias": "NXDOMAIN",
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"auto"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "unbound",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "D",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"num_answer_rcode_NXDOMAIN"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "last"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"5m"
|
||
|
],
|
||
|
"type": "derivative"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "router.synapse.lan"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"alias": "REFUSED",
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"auto"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "unbound",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "E",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"num_answer_rcode_REFUSED"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "last"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"5m"
|
||
|
],
|
||
|
"type": "derivative"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "router.synapse.lan"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"alias": "SERVFAIL",
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"auto"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "unbound",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "default",
|
||
|
"refId": "F",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"num_answer_rcode_SERVFAIL"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "last"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"5m"
|
||
|
],
|
||
|
"type": "derivative"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "router.synapse.lan"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"thresholds": [],
|
||
|
"timeFrom": null,
|
||
|
"timeRegions": [],
|
||
|
"timeShift": null,
|
||
|
"title": "DNS Reply code distribution",
|
||
|
"tooltip": {
|
||
|
"shared": true,
|
||
|
"sort": 0,
|
||
|
"value_type": "individual"
|
||
|
},
|
||
|
"type": "graph",
|
||
|
"xaxis": {
|
||
|
"buckets": null,
|
||
|
"mode": "time",
|
||
|
"name": null,
|
||
|
"show": true,
|
||
|
"values": []
|
||
|
},
|
||
|
"yaxes": [
|
||
|
{
|
||
|
"format": "short",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": null,
|
||
|
"show": true
|
||
|
},
|
||
|
{
|
||
|
"format": "short",
|
||
|
"label": null,
|
||
|
"logBase": 1,
|
||
|
"max": null,
|
||
|
"min": null,
|
||
|
"show": true
|
||
|
}
|
||
|
],
|
||
|
"yaxis": {
|
||
|
"align": false,
|
||
|
"alignLevel": null
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"cacheTimeout": null,
|
||
|
"colorBackground": false,
|
||
|
"colorValue": false,
|
||
|
"colors": [
|
||
|
"#299c46",
|
||
|
"rgba(237, 129, 40, 0.89)",
|
||
|
"#d44a3a"
|
||
|
],
|
||
|
"datasource": "${DS_SYNAPSE_STATS}",
|
||
|
"decimals": 2,
|
||
|
"format": "decbytes",
|
||
|
"gauge": {
|
||
|
"maxValue": 100,
|
||
|
"minValue": 0,
|
||
|
"show": false,
|
||
|
"thresholdLabels": false,
|
||
|
"thresholdMarkers": true
|
||
|
},
|
||
|
"gridPos": {
|
||
|
"h": 3,
|
||
|
"w": 5,
|
||
|
"x": 0,
|
||
|
"y": 38
|
||
|
},
|
||
|
"id": 27,
|
||
|
"interval": null,
|
||
|
"links": [],
|
||
|
"mappingType": 1,
|
||
|
"mappingTypes": [
|
||
|
{
|
||
|
"name": "value to text",
|
||
|
"value": 1
|
||
|
},
|
||
|
{
|
||
|
"name": "range to text",
|
||
|
"value": 2
|
||
|
}
|
||
|
],
|
||
|
"maxDataPoints": 100,
|
||
|
"nullPointMode": "connected",
|
||
|
"nullText": null,
|
||
|
"postfix": "",
|
||
|
"postfixFontSize": "50%",
|
||
|
"prefix": "",
|
||
|
"prefixFontSize": "50%",
|
||
|
"rangeMaps": [
|
||
|
{
|
||
|
"from": "null",
|
||
|
"text": "N/A",
|
||
|
"to": "null"
|
||
|
}
|
||
|
],
|
||
|
"sparkline": {
|
||
|
"fillColor": "rgba(31, 118, 189, 0.18)",
|
||
|
"full": false,
|
||
|
"lineColor": "rgb(31, 120, 193)",
|
||
|
"show": true
|
||
|
},
|
||
|
"tableColumn": "",
|
||
|
"targets": [
|
||
|
{
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"$__interval"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "unbound",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "autogen",
|
||
|
"query": "SELECT last(\"mem_cache_rrset\") + last(\"mem_cache_message\") FROM \"internal_1yr\".\"unbound\" WHERE (\"host\" = 'router.synapse.lan') AND $timeFilter GROUP BY time($__interval) fill(null)",
|
||
|
"rawQuery": true,
|
||
|
"refId": "A",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"mem_cache_rrset"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "last"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "dns"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"thresholds": "",
|
||
|
"title": "DNS Memory Cache Size",
|
||
|
"type": "singlestat",
|
||
|
"valueFontSize": "80%",
|
||
|
"valueMaps": [
|
||
|
{
|
||
|
"op": "=",
|
||
|
"text": "N/A",
|
||
|
"value": "null"
|
||
|
}
|
||
|
],
|
||
|
"valueName": "avg"
|
||
|
},
|
||
|
{
|
||
|
"cacheTimeout": null,
|
||
|
"colorBackground": false,
|
||
|
"colorValue": false,
|
||
|
"colors": [
|
||
|
"#299c46",
|
||
|
"rgba(237, 129, 40, 0.89)",
|
||
|
"#d44a3a"
|
||
|
],
|
||
|
"datasource": "${DS_SYNAPSE_STATS}",
|
||
|
"decimals": 0,
|
||
|
"format": "none",
|
||
|
"gauge": {
|
||
|
"maxValue": 100,
|
||
|
"minValue": 0,
|
||
|
"show": false,
|
||
|
"thresholdLabels": false,
|
||
|
"thresholdMarkers": true
|
||
|
},
|
||
|
"gridPos": {
|
||
|
"h": 3,
|
||
|
"w": 5,
|
||
|
"x": 0,
|
||
|
"y": 41
|
||
|
},
|
||
|
"id": 29,
|
||
|
"interval": null,
|
||
|
"links": [],
|
||
|
"mappingType": 1,
|
||
|
"mappingTypes": [
|
||
|
{
|
||
|
"name": "value to text",
|
||
|
"value": 1
|
||
|
},
|
||
|
{
|
||
|
"name": "range to text",
|
||
|
"value": 2
|
||
|
}
|
||
|
],
|
||
|
"maxDataPoints": 100,
|
||
|
"nullPointMode": "connected",
|
||
|
"nullText": null,
|
||
|
"postfix": "",
|
||
|
"postfixFontSize": "50%",
|
||
|
"prefix": "",
|
||
|
"prefixFontSize": "50%",
|
||
|
"rangeMaps": [
|
||
|
{
|
||
|
"from": "null",
|
||
|
"text": "N/A",
|
||
|
"to": "null"
|
||
|
}
|
||
|
],
|
||
|
"sparkline": {
|
||
|
"fillColor": "rgba(31, 118, 189, 0.18)",
|
||
|
"full": false,
|
||
|
"lineColor": "rgb(31, 120, 193)",
|
||
|
"show": true
|
||
|
},
|
||
|
"tableColumn": "",
|
||
|
"targets": [
|
||
|
{
|
||
|
"groupBy": [
|
||
|
{
|
||
|
"params": [
|
||
|
"$__interval"
|
||
|
],
|
||
|
"type": "time"
|
||
|
},
|
||
|
{
|
||
|
"params": [
|
||
|
"null"
|
||
|
],
|
||
|
"type": "fill"
|
||
|
}
|
||
|
],
|
||
|
"measurement": "unbound",
|
||
|
"orderByTime": "ASC",
|
||
|
"policy": "autogen",
|
||
|
"query": "SELECT last(\"msg_cache_count\") + last(\"rrset_cache_count\") FROM \"internal_1yr\".\"unbound\" WHERE (\"host\" = 'router.synapse.lan') AND $timeFilter GROUP BY time($__interval) fill(null)",
|
||
|
"rawQuery": true,
|
||
|
"refId": "A",
|
||
|
"resultFormat": "time_series",
|
||
|
"select": [
|
||
|
[
|
||
|
{
|
||
|
"params": [
|
||
|
"mem_cache_rrset"
|
||
|
],
|
||
|
"type": "field"
|
||
|
},
|
||
|
{
|
||
|
"params": [],
|
||
|
"type": "last"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"tags": [
|
||
|
{
|
||
|
"key": "host",
|
||
|
"operator": "=",
|
||
|
"value": "dns"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"thresholds": "",
|
||
|
"title": "DNS Memory Cache Items",
|
||
|
"type": "singlestat",
|
||
|
"valueFontSize": "80%",
|
||
|
"valueMaps": [
|
||
|
{
|
||
|
"op": "=",
|
||
|
"text": "N/A",
|
||
|
"value": "null"
|
||
|
}
|
||
|
],
|
||
|
"valueName": "avg"
|
||
|
}
|
||
|
],
|
||
|
"refresh": "10s",
|
||
|
"schemaVersion": 18,
|
||
|
"style": "dark",
|
||
|
"tags": [],
|
||
|
"templating": {
|
||
|
"list": [
|
||
|
{
|
||
|
"auto": true,
|
||
|
"auto_count": 10,
|
||
|
"auto_min": "10s",
|
||
|
"current": {
|
||
|
"text": "1m",
|
||
|
"value": "1m"
|
||
|
},
|
||
|
"hide": 0,
|
||
|
"label": null,
|
||
|
"name": "summarise",
|
||
|
"options": [
|
||
|
{
|
||
|
"selected": false,
|
||
|
"text": "auto",
|
||
|
"value": "$__auto_interval_summarise"
|
||
|
},
|
||
|
{
|
||
|
"selected": false,
|
||
|
"text": "1s",
|
||
|
"value": "1s"
|
||
|
},
|
||
|
{
|
||
|
"selected": false,
|
||
|
"text": "5s",
|
||
|
"value": "5s"
|
||
|
},
|
||
|
{
|
||
|
"selected": false,
|
||
|
"text": "10s",
|
||
|
"value": "10s"
|
||
|
},
|
||
|
{
|
||
|
"selected": true,
|
||
|
"text": "1m",
|
||
|
"value": "1m"
|
||
|
},
|
||
|
{
|
||
|
"selected": false,
|
||
|
"text": "5m",
|
||
|
"value": "5m"
|
||
|
},
|
||
|
{
|
||
|
"selected": false,
|
||
|
"text": "10m",
|
||
|
"value": "10m"
|
||
|
},
|
||
|
{
|
||
|
"selected": false,
|
||
|
"text": "30m",
|
||
|
"value": "30m"
|
||
|
},
|
||
|
{
|
||
|
"selected": false,
|
||
|
"text": "1h",
|
||
|
"value": "1h"
|
||
|
},
|
||
|
{
|
||
|
"selected": false,
|
||
|
"text": "6h",
|
||
|
"value": "6h"
|
||
|
},
|
||
|
{
|
||
|
"selected": false,
|
||
|
"text": "12h",
|
||
|
"value": "12h"
|
||
|
},
|
||
|
{
|
||
|
"selected": false,
|
||
|
"text": "1d",
|
||
|
"value": "1d"
|
||
|
},
|
||
|
{
|
||
|
"selected": false,
|
||
|
"text": "7d",
|
||
|
"value": "7d"
|
||
|
},
|
||
|
{
|
||
|
"selected": false,
|
||
|
"text": "14d",
|
||
|
"value": "14d"
|
||
|
},
|
||
|
{
|
||
|
"selected": false,
|
||
|
"text": "30d",
|
||
|
"value": "30d"
|
||
|
}
|
||
|
],
|
||
|
"query": "1s,5s,10s,1m,5m,10m,30m,1h,6h,12h,1d,7d,14d,30d",
|
||
|
"refresh": 2,
|
||
|
"skipUrlSync": false,
|
||
|
"type": "interval"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"time": {
|
||
|
"from": "now-1h",
|
||
|
"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": "browser",
|
||
|
"title": "pfSense System Stats",
|
||
|
"uid": "MsFKtc1mk",
|
||
|
"version": 42,
|
||
|
"description": "Simple network and DNS stats of pfSense with dual-WAN setup."
|
||
|
}
|