aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/dns.json
blob: 69fd1e74262b0c0389da50b3127b3b1ee90ae9ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
	"dns_octets": {
		"title": "DNS traffic on {{HOST}}",
		"vertical": "Bit/s",
		"type": "stacked",
		"legend": {
			"queries": {
				"name": "Queries",
				"color": "0000ff"
			},
			"responses": {
				"name": "Responses",
				"color": "00ff00"
			}
		}
	},
	"dns_opcode": {
		"title": "DNS Opcode Query on {{HOST}}",
		"vertical": "Queries/s",
		"type": "stacked"
	},
	"dns_qtype": {
		"title": "DNS QType on {{HOST}}",
		"vertical": "Queries/s",
		"type": "stacked"
	},
	"dns_rcode": {
		"title": "DNS Reply code on {{HOST}}",
		"vertical": "Queries/s",
		"type": "stacked"
	}
}