From 01039a24a6cc88a828f20647ae6dda5ee15a0e09 Mon Sep 17 00:00:00 2001 From: Poil Date: Sun, 18 May 2014 12:28:34 +0200 Subject: Add base option (1GB=1024Mo) --- plugin/df.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/df.json b/plugin/df.json index 8820b89..ad345e4 100644 --- a/plugin/df.json +++ b/plugin/df.json @@ -17,7 +17,8 @@ "color": "ff0000" } }, - "legend_format": "%5.1lf%sB" + "legend_format": "%5.1lf%sB", + "base": "1024" }, "df_inodes": { "title": "Free inodes ({{PI}})", -- cgit v1.1