Code

contrib/collection3: Add a vertical label to the “java_memory” type.
authorFlorian Forster <octo@noris.net>
Wed, 16 Sep 2009 11:00:41 +0000 (13:00 +0200)
committerFlorian Forster <octo@noris.net>
Wed, 16 Sep 2009 11:00:41 +0000 (13:00 +0200)
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)
   {