diff options
Diffstat (limited to 'plugin/dns.json')
| -rw-r--r-- | plugin/dns.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/plugin/dns.json b/plugin/dns.json new file mode 100644 index 0000000..6f8c542 --- /dev/null +++ b/plugin/dns.json | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | { | ||
| 2 | "dns_octets": { | ||
| 3 | "title": "DNS traffic", | ||
| 4 | "vertical": "Bit/s", | ||
| 5 | "type": "stacked", | ||
| 6 | "legend": { | ||
| 7 | "queries": { | ||
| 8 | "name": "Queries", | ||
| 9 | "color": "0000ff" | ||
| 10 | }, | ||
| 11 | "responses": { | ||
| 12 | "name": "Responses", | ||
| 13 | "color": "00ff00" | ||
| 14 | } | ||
| 15 | } | ||
| 16 | }, | ||
| 17 | "dns_opcode": { | ||
| 18 | "title": "DNS Opcode Query", | ||
| 19 | "vertical": "Queries/s", | ||
| 20 | "type": "stacked" | ||
| 21 | }, | ||
| 22 | "dns_qtype": { | ||
| 23 | "title": "DNS QType", | ||
| 24 | "vertical": "Queries/s", | ||
| 25 | "type": "stacked" | ||
| 26 | }, | ||
| 27 | "dns_rcode": { | ||
| 28 | "title": "DNS Reply code", | ||
| 29 | "vertical": "Queries/s", | ||
| 30 | "type": "stacked" | ||
| 31 | } | ||
| 32 | } | ||
