Index: trunk/ippMonitor/czartool/roboczar.pl
===================================================================
--- trunk/ippMonitor/czartool/roboczar.pl	(revision 33814)
+++ trunk/ippMonitor/czartool/roboczar.pl	(revision 38206)
@@ -22,13 +22,15 @@
 
 my @stages = (
-        "chip", 
-        "cam", 
-        "fake", 
-        "warp", 
-        "stack", 
-        "staticsky", 
-        "diff", 
-        "dist",
-        "chipbackground"); # TODO get from Pantasks
+        "chip",
+        "cam",
+        "fake",
+        "warp",
+        "stack",
+        "staticsky",
+        "diff",
+        "fullforce",
+        "dist"); # TODO get from Pantasks
+
+#       "chipbackground"
 
 my @interestedServers = $config->getRoboczarInterestedServers();
@@ -57,9 +59,9 @@
 
     if ($anythingToReport && $message ne $lastMessage) {
-    
+
 print "\n\n$message\n\n";
 
         sendEmail($config->getRoboczarEmail(),
-                "Roboczar warnings", 
+                "Roboczar warnings",
                 "$message\n");
     }
@@ -101,5 +103,5 @@
 
         if ($stageMetrics->getStuck()) {
-        
+
             ${$message} = ${$message} ."\n - '$stage' is stuck with ".$stageMetrics->getFinalPending()." pending exposures (and ".$stageMetrics->getFaults()." faults)";
             $anyStuckStages = 1;
@@ -112,5 +114,5 @@
 ###########################################################################
 #
-# Checks that the important servers are running 
+# Checks that the important servers are running
 #
 ###########################################################################
@@ -141,9 +143,9 @@
 
     return $anythingToReport;
-} 
+}
 
 ###########################################################################
 #
-# Sends an email 
+# Sends an email
 #
 ###########################################################################
