Index: trunk/ippMonitor/czartool/czarpoll.pl
===================================================================
--- trunk/ippMonitor/czartool/czarpoll.pl	(revision 33804)
+++ trunk/ippMonitor/czartool/czarpoll.pl	(revision 33805)
@@ -44,4 +44,5 @@
         "warp", 
         "stack", 
+        "staticsky", 
         "diff", 
         "dist", 
Index: trunk/ippMonitor/czartool/czartool/DayMetrics.pm
===================================================================
--- trunk/ippMonitor/czartool/czartool/DayMetrics.pm	(revision 33804)
+++ trunk/ippMonitor/czartool/czartool/DayMetrics.pm	(revision 33805)
@@ -98,5 +98,5 @@
     my %labelTables;
 
-    my @stages = ("burntool", "chip", "cam", "fake", "warp", "stack", "diff", "dist");
+    my @stages = ("burntool", "chip", "cam", "fake", "warp", "stack", "staticsky", "diff", "dist");
 
 
Index: trunk/ippMonitor/czartool/czartool/Plotter.pm
===================================================================
--- trunk/ippMonitor/czartool/czartool/Plotter.pm	(revision 33804)
+++ trunk/ippMonitor/czartool/czartool/Plotter.pm	(revision 33805)
@@ -17,4 +17,5 @@
         "warp", 
         "stack", 
+        "staticsky", 
         "diff", 
         "dist", 
Index: trunk/ippMonitor/czartool/roboczar.pl
===================================================================
--- trunk/ippMonitor/czartool/roboczar.pl	(revision 33804)
+++ trunk/ippMonitor/czartool/roboczar.pl	(revision 33805)
@@ -21,5 +21,5 @@
 my $czarDb = $config->getCzarDbInstance();
 
-my @stages = ("burntool", "chip", "cam", "fake", "warp", "stack", "diff", "dist"); # TODO get from Pantasks
+my @stages = ("burntool", "chip", "cam", "fake", "warp", "stack", "staticsky", "diff", "dist"); # TODO get from Pantasks
 
 my @interestedServers = $config->getRoboczarInterestedServers();
