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/df.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin/df.json') diff --git a/plugin/df.json b/plugin/df.json index ad345e4..f066dcd 100644 --- a/plugin/df.json +++ b/plugin/df.json @@ -1,6 +1,6 @@ { "df_complex": { - "title": "Free space ({{PI}})", + "title": "Free space ({{PI}}) on {{HOST}}", "vertical": "Bytes", "type": "stacked", "legend": { @@ -21,7 +21,7 @@ "base": "1024" }, "df_inodes": { - "title": "Free inodes ({{PI}})", + "title": "Free inodes ({{PI}}) on {{HOST}}", "vertical": "Inodes", "type": "stacked", "legend": { -- cgit v1.1