Index: trunk/ippMonitor/czartool/czarpoll.pl
===================================================================
--- trunk/ippMonitor/czartool/czarpoll.pl	(revision 40828)
+++ trunk/ippMonitor/czartool/czarpoll.pl	(revision 40834)
@@ -387,7 +387,7 @@
 
     #TdB 20190411: We are turning off these plots for the time being. They take up a lot of time and are rarely looked at. If need be, can be generated on the fly using czartool.
-    #foreach $stage (@stages) {
-    #    $plotter->createTimeSeries($allServerLabels, $stage, $begin, $end, 1, 0, 1); # TODO must be a neater way...
-    #}
+    foreach $stage (@stages) {
+        $plotter->createTimeSeries($allServerLabels, $stage, $begin, $end, 1, 0, 1); # TODO must be a neater way...
+    }
 }
 
