Index: trunk/tools/czartool.pl
===================================================================
--- trunk/tools/czartool.pl	(revision 28156)
+++ trunk/tools/czartool.pl	(revision 28157)
@@ -16,6 +16,6 @@
 if (!$db) {die;}
 
-my @stdscienceLabels = `getLabels.pl -s stdscience`;
-my @distributionLabels = `getLabels.pl -s distribution`;
+my @stdscienceLabels = `czartool_getLabels.pl -s stdscience`;
+my @distributionLabels = `czartool_getLabels.pl -s distribution`;
 
 checkAllLabels("new");
@@ -135,5 +135,5 @@
 sub checkServers {
 
-    my @servers = ("addstar", "cleanup", "detrend", "distribution", "pstamp", "publishing", "registration", "replication", "stdscience", "summitcopy");
+    my @servers = ("addstar", "cleanup", "detrend", "distribution", "pstamp", "update", "publishing", "registration", "replication", "stdscience", "summitcopy");
     printf("\n+-----------------------------------------------+\n");
     printf("|                      Servers                  |\n");
@@ -144,5 +144,5 @@
     foreach $server (@servers) {
 
-        my @results = `checkServer.pl -s $server`;
+        my @results = `czartool_checkServer.pl -s $server`;
 
         printf("| %12s ", $server);
