aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/dns.json
diff options
context:
space:
mode:
authorƁukasz Kostka2014-08-15 00:13:54 +0200
committerPim van den Berg2014-08-25 23:32:22 +0200
commit2c5c2a62e10d5aadef9908b03908dffe9c26e2ad (patch)
tree78c8e11f470b0f71cc088d151292d72aa62e1f72 /plugin/dns.json
parentfix rrd_escape() not escaping colons (diff)
downloadapt-panopticon_cgp-2c5c2a62e10d5aadef9908b03908dffe9c26e2ad.zip
apt-panopticon_cgp-2c5c2a62e10d5aadef9908b03908dffe9c26e2ad.tar.gz
apt-panopticon_cgp-2c5c2a62e10d5aadef9908b03908dffe9c26e2ad.tar.bz2
apt-panopticon_cgp-2c5c2a62e10d5aadef9908b03908dffe9c26e2ad.tar.xz
move " on <HOSTNAME>" suffix in graph title to JSON
Closes #101
Diffstat (limited to 'plugin/dns.json')
-rw-r--r--plugin/dns.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugin/dns.json b/plugin/dns.json
index 6f8c542..69fd1e7 100644
--- a/plugin/dns.json
+++ b/plugin/dns.json
@@ -1,6 +1,6 @@
1{ 1{
2 "dns_octets": { 2 "dns_octets": {
3 "title": "DNS traffic", 3 "title": "DNS traffic on {{HOST}}",
4 "vertical": "Bit/s", 4 "vertical": "Bit/s",
5 "type": "stacked", 5 "type": "stacked",
6 "legend": { 6 "legend": {
@@ -15,17 +15,17 @@
15 } 15 }
16 }, 16 },
17 "dns_opcode": { 17 "dns_opcode": {
18 "title": "DNS Opcode Query", 18 "title": "DNS Opcode Query on {{HOST}}",
19 "vertical": "Queries/s", 19 "vertical": "Queries/s",
20 "type": "stacked" 20 "type": "stacked"
21 }, 21 },
22 "dns_qtype": { 22 "dns_qtype": {
23 "title": "DNS QType", 23 "title": "DNS QType on {{HOST}}",
24 "vertical": "Queries/s", 24 "vertical": "Queries/s",
25 "type": "stacked" 25 "type": "stacked"
26 }, 26 },
27 "dns_rcode": { 27 "dns_rcode": {
28 "title": "DNS Reply code", 28 "title": "DNS Reply code on {{HOST}}",
29 "vertical": "Queries/s", 29 "vertical": "Queries/s",
30 "type": "stacked" 30 "type": "stacked"
31 } 31 }