From 397fd350c7a787cfec04c87f5fb638b5158da94f Mon Sep 17 00:00:00 2001 From: Poil Date: Sun, 18 May 2014 12:38:13 +0200 Subject: Add base on all df plugins --- plugin/memcached.json | 3 ++- plugin/memory.json | 3 ++- plugin/swap.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/plugin/memcached.json b/plugin/memcached.json index 0e7e0fd..253a631 100644 --- a/plugin/memcached.json +++ b/plugin/memcached.json @@ -13,7 +13,8 @@ "color": "ff0000" } }, - "legend_format": "%5.1lf%s" + "legend_format": "%5.1lf%s", + "base": "1024" }, "memcached_command": { "title": "Memcached Commands", diff --git a/plugin/memory.json b/plugin/memory.json index 4a43f3a..401768b 100644 --- a/plugin/memory.json +++ b/plugin/memory.json @@ -40,6 +40,7 @@ "name": "Wired", "color": "ff0000" } - } + }, + "base": "1024" } } diff --git a/plugin/swap.json b/plugin/swap.json index 8caa510..7699a12 100644 --- a/plugin/swap.json +++ b/plugin/swap.json @@ -17,7 +17,8 @@ "color": "ff0000" } }, - "legend_format": "%5.1lf%s" + "legend_format": "%5.1lf%s", + "base": "1024" }, "swap_io": { "title": "Swapped I/O pages", -- cgit v1.1