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/swap.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin/swap.json') diff --git a/plugin/swap.json b/plugin/swap.json index 7699a12..c443428 100644 --- a/plugin/swap.json +++ b/plugin/swap.json @@ -1,6 +1,6 @@ { "swap": { - "title": "Swap utilization", + "title": "Swap utilization on {{HOST}}", "vertical": "Bytes", "type": "stacked", "legend": { @@ -21,7 +21,7 @@ "base": "1024" }, "swap_io": { - "title": "Swapped I/O pages", + "title": "Swapped I/O pages on {{HOST}}", "vertical": "Pages", "type": "io", "legend": { -- cgit v1.1