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/iptables.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin/iptables.json') diff --git a/plugin/iptables.json b/plugin/iptables.json index ba2945f..5e94239 100644 --- a/plugin/iptables.json +++ b/plugin/iptables.json @@ -1,13 +1,13 @@ { "ipt_bytes": { - "title": "IP-Tables Traffic", + "title": "IP-Tables Traffic on {{HOST}}", "vertical": "{{ND}}", "type": "stacked", "legend_format": "%5.1lf%s", "datasize": true }, "ipt_packets": { - "title": "IP-Tables Packets", + "title": "IP-Tables Packets on {{HOST}}", "vertical": "Packets", "type": "stacked", "legend_format": "%5.1lf%s" -- cgit v1.1