Merge branch 'collectd-4.7' into collectd-4.8
[collectd.git] / contrib / collection3 / lib / Collectd / Graph / Type / JavaMemory.pm
index 832b136..0da2988 100644 (file)
@@ -92,6 +92,10 @@ sub getRRDArgs
   {
     push (@ret, '-v', $obj->{'rrd_vertical'});
   }
+  else
+  {
+    push (@ret, '-v', "Bytes");
+  }
 
   for (@$idents)
   {