From: Florian Forster Date: Wed, 16 Sep 2009 11:00:41 +0000 (+0200) Subject: contrib/collection3: Add a vertical label to the “java_memory” type. X-Git-Tag: collectd-4.7.4~16 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=017f645dd65e7f288035f806de0ee2fb09286263;p=collectd.git contrib/collection3: Add a vertical label to the “java_memory” type. --- 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) {