Index: trunk/ippMonitor/czartool/czartool.pl
===================================================================
--- trunk/ippMonitor/czartool/czartool.pl	(revision 37983)
+++ trunk/ippMonitor/czartool/czartool.pl	(revision 38206)
@@ -16,5 +16,5 @@
 my $interval = undef;
 
-GetOptions ( 
+GetOptions (
         "dbname|d=s" => \$czarDbName,
         "interval|i=s" => \$interval,
@@ -32,5 +32,7 @@
 my @publishingLabels = undef;
 
-my @stages = ("chip", "cam", "fake", "warp", "stack", "staticsky", "diff", "dist", "pub", "chipbackground"); 
+my @stages = ("chip", "cam", "fake", "warp", "stack", "staticsky", "diff", "fullforce", "dist", "pub");
+# "chipbackground"
+
 promptPoll();
 
@@ -48,5 +50,5 @@
 ###########################################################################
 #
-# Polls waiting for input from user 
+# Polls waiting for input from user
 #
 ###########################################################################
@@ -124,5 +126,5 @@
         printf("| %12s ", $server);
         chomp($results[0]);
-        chomp($results[1]); 
+        chomp($results[1]);
         printf("|   %3s   |         %3s          |\n", $results[0], $results[1]);
     }
