Index: trunk/ippMonitor/raw/czartool_servers.php
===================================================================
--- trunk/ippMonitor/raw/czartool_servers.php	(revision 28148)
+++ trunk/ippMonitor/raw/czartool_servers.php	(revision 28156)
@@ -32,5 +32,17 @@
 putenv("LD_LIBRARY_PATH=$LIBDIR:$LD_LIBRARY_PATH");
 
-$servers=array("addstar", "cleanup", "detrend", "distribution", "pstamp", "publishing", "registration", "replication", "stdscience", "summitcopy");
+$servers=array(
+        "addstar", 
+        "cleanup", 
+        "detrend", 
+        "distribution", 
+        "pstamp", 
+        "update", 
+        "publishing", 
+        "registration", 
+        "replication", 
+        "stdscience", 
+        "summitcopy");
+
 // set up the form
 echo "<form action=\"czartool_servers.php\" method=\"POST\">\n";
