From 344c19174e3c805588d220a280f59c49db60aceb Mon Sep 17 00:00:00 2001 From: Niall Donegan Date: Mon, 23 Jul 2012 15:44:00 +0100 Subject: [PATCH] lvs defaults to multiples of 1024 so updating the base for the graph. --- plugins/disk/lvm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/disk/lvm b/plugins/disk/lvm index df8bfbae..42e3d660 100755 --- a/plugins/disk/lvm +++ b/plugins/disk/lvm @@ -32,7 +32,7 @@ clean_name() { if [ "$1" = "config" ]; then echo 'graph_title Logical Volume usage' - echo 'graph_args --base 1000 -l 0' + echo 'graph_args --base 1024 -l 0' # echo 'graph_vlabel %' echo 'graph_category disk' echo 'graph_info This graph shows disk usage on the machine.'