Code

contrib/collection3: Add a vertical label to the “java_memory” type.
[collectd.git] / contrib / collection3 / lib / Collectd / Graph / Type / JavaMemory.pm
index 832b136002f370a6cb22b3d252643f489e757002..0da2988b48f5aecfee53a83a7da73f4bb30cdc18 100644 (file)
@@ -92,6 +92,10 @@ sub getRRDArgs
   {
     push (@ret, '-v', $obj->{'rrd_vertical'});
   }
+  else
+  {
+    push (@ret, '-v', "Bytes");
+  }
 
   for (@$idents)
   {