From f0122d13e392f4a1e2a846f30179ec01fe9a8f19 Mon Sep 17 00:00:00 2001 From: Niall Donegan Date: Mon, 23 Jul 2012 17:14:16 +0100 Subject: [PATCH] Updated the graph title. --- plugins/disk/lvm_ | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/disk/lvm_ b/plugins/disk/lvm_ index 588d3623..68a8ac1f 100755 --- a/plugins/disk/lvm_ +++ b/plugins/disk/lvm_ @@ -43,9 +43,8 @@ clean_name() { if [ "$1" = "config" ]; then - echo 'graph_title Logical Volume usage' + echo "graph_title Logical Volume Usage($vg)" 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.' echo "free.label free"