Index: trunk/tools/czartool.pl
===================================================================
--- trunk/tools/czartool.pl	(revision 28924)
+++ trunk/tools/czartool.pl	(revision 28925)
@@ -64,5 +64,5 @@
 
         if ($key eq "s") {checkServers();}
-        elsif ($key eq "l") {checkAllLabels("new");}
+        elsif ($key eq "l") {checkAllLabels("stdscience");}
         elsif ($key eq "u") {$pantasks->getServerCurrentStatus("stdscience");}
         elsif ($key =~ m/[0-9]/) {my $key2=getc; checkOneLabel($stdscienceLabels[($key.$key2)-1]);}
@@ -245,7 +245,7 @@
     my $new = $gpc1Db->countExposures($label, $stage, $state);
 
-    if ($state ne "new") {return $new;}
-
-    my $faults = $gpc1Db->countFaults($label, $stage);
+    #if ($state ne "new") {return $new;}
+
+    my $faults = $gpc1Db->countFaults($label, $stage, $state);
 
     if ($faults < 1) {return $new;}
