diff options
| author | Ćukasz Kostka | 2014-08-15 00:13:54 +0200 |
|---|---|---|
| committer | Pim van den Berg | 2014-08-25 23:32:22 +0200 |
| commit | 2c5c2a62e10d5aadef9908b03908dffe9c26e2ad (patch) | |
| tree | 78c8e11f470b0f71cc088d151292d72aa62e1f72 /plugin/dns.json | |
| parent | fix rrd_escape() not escaping colons (diff) | |
| download | apt-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 '')
| -rw-r--r-- | plugin/dns.json | 8 |
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 | } |
