From 2c5c2a62e10d5aadef9908b03908dffe9c26e2ad Mon Sep 17 00:00:00 2001 From: Ɓukasz Kostka Date: Fri, 15 Aug 2014 00:13:54 +0200 Subject: move " on " suffix in graph title to JSON Closes #101 --- plugin/dns.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugin/dns.json') 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 @@ { "dns_octets": { - "title": "DNS traffic", + "title": "DNS traffic on {{HOST}}", "vertical": "Bit/s", "type": "stacked", "legend": { @@ -15,17 +15,17 @@ } }, "dns_opcode": { - "title": "DNS Opcode Query", + "title": "DNS Opcode Query on {{HOST}}", "vertical": "Queries/s", "type": "stacked" }, "dns_qtype": { - "title": "DNS QType", + "title": "DNS QType on {{HOST}}", "vertical": "Queries/s", "type": "stacked" }, "dns_rcode": { - "title": "DNS Reply code", + "title": "DNS Reply code on {{HOST}}", "vertical": "Queries/s", "type": "stacked" } -- cgit v1.1