From 017f645dd65e7f288035f806de0ee2fb09286263 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 16 Sep 2009 13:00:41 +0200 Subject: [PATCH] =?utf8?q?contrib/collection3:=20Add=20a=20vertical=20labe?= =?utf8?q?l=20to=20the=20=E2=80=9Cjava=5Fmemory=E2=80=9D=20type.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- contrib/collection3/lib/Collectd/Graph/Type/JavaMemory.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/collection3/lib/Collectd/Graph/Type/JavaMemory.pm b/contrib/collection3/lib/Collectd/Graph/Type/JavaMemory.pm index 832b1360..0da2988b 100644 --- a/contrib/collection3/lib/Collectd/Graph/Type/JavaMemory.pm +++ b/contrib/collection3/lib/Collectd/Graph/Type/JavaMemory.pm @@ -92,6 +92,10 @@ sub getRRDArgs { push (@ret, '-v', $obj->{'rrd_vertical'}); } + else + { + push (@ret, '-v', "Bytes"); + } for (@$idents) { -- 2.30.2