Index: trunk/tools/czarpoll.pl
===================================================================
--- trunk/tools/czarpoll.pl	(revision 30916)
+++ trunk/tools/czarpoll.pl	(revision 30952)
@@ -188,4 +188,5 @@
         print "* Checking Nebulous\n";
         $nebulous->updateClusterSpaceInfo();
+        $plotter->plotStorageTimeSeries($begin, $end);
         $plotter->plotDiskUsageHistogram();
         updateServerStatus();
@@ -251,5 +252,5 @@
             chomp($label);
             $plotter->createLogAndLinearTimeSeries($label,  $stage, $begin, $end);
-            $plotter->createRateTimeSeries($label, $stage, $begin, $end, undef, 0);
+            $plotter->createRatePlot($label, $stage, $begin, $end, undef, 1, 1);
         }
     }
@@ -262,5 +263,5 @@
 
         $plotter->createLogAndLinearTimeSeries($label, undef, $begin, $end);
-        $plotter->createRateTimeSeries($label, undef, $begin, $end, undef, 0);
+        $plotter->createRatePlot($label, undef, $begin, $end, undef, 1, 1);
         $plotter->createHistogram($label, $begin, $end);
     }
@@ -269,10 +270,10 @@
 
     $plotter->createLogAndLinearTimeSeries($allServerLabels, undef, $begin, $end);
-    $plotter->createRateTimeSeries($allServerLabels, undef, $begin, $end, undef, 0);
+    $plotter->createRatePlot($allServerLabels, undef, $begin, $end, undef, 1, 1);
     $plotter->createHistogram($allServerLabels, $begin, $end);
     foreach $stage (@stages) {
 
-        $plotter->createLogAndLinearTimeSeries($allServerLabels,  $stage, $begin, $end); # TODO must be a neater way...
-            $plotter->createRateTimeSeries($allServerLabels, $stage, $begin, $end, undef, 0);
+        $plotter->createLogAndLinearTimeSeries($allServerLabels, $stage, $begin, $end); # TODO must be a neater way...
+            $plotter->createRatePlot($allServerLabels, $stage, $begin, $end, undef, 1, 1);
     }
 }
