Index: trunk/ippMonitor/czartool/czartool.pl
===================================================================
--- trunk/ippMonitor/czartool/czartool.pl	(revision 37930)
+++ trunk/ippMonitor/czartool/czartool.pl	(revision 37983)
@@ -55,5 +55,6 @@
     @stdscienceLabels = @{$pantasks->getLabels("stdscience")};
     @distributionLabels = @{$pantasks->getLabels("distribution")};
-    @publishingLabels = @{$pantasks->getLabels("publishing")};
+    # @publishingLabels = @{$pantasks->getLabels("publishing")};
+    @publishingLabels = @stdscienceLabels;
     checkAllLabels("new");
     printInstructions();
@@ -109,5 +110,6 @@
 sub checkServers {
 
-    my @servers = ("addstar", "cleanup", "detrend", "distribution", "pstamp", "update", "publishing", "registration", "replication", "stdscience", "summitcopy");
+    # my @servers = ("addstar", "cleanup", "detrend", "distribution", "pstamp", "update", "publishing", "registration", "replication", "stdscience", "summitcopy");
+    my @servers = ("cleanup", "detrend", "distribution", "pstamp", "registration", "replication", "stdscience", "summitcopy");
     printf("\n+-----------------------------------------------+\n");
     printf("|                      Servers                  |\n");
Index: trunk/ippMonitor/czartool/czartool/CzarDb.pm
===================================================================
--- trunk/ippMonitor/czartool/czartool/CzarDb.pm	(revision 37930)
+++ trunk/ippMonitor/czartool/czartool/CzarDb.pm	(revision 37983)
@@ -272,4 +272,20 @@
     my $size = scalar @{$labels};
     if ($size < 1) { return; }
+# CZW: 2014-09-12 edit to force in lanl labels
+    if ($server eq 'stdscience') {
+        push @{$labels}, 'LAP.PV3.20140730.final';
+#        push @{$labels}, 'LAP.PV3.20140730.local';
+#        push @{$labels}, 'LAP.PV3.20140730.ipp';
+#        push @{$labels}, 'LAP.PV3.20140730.ipp.local';
+#        push @{$labels}, 'LAP.PV3.20140730.restack';
+#        push @{$labels}, 'LAP.PV3.20140730.bigmem';
+#        push @{$labels}, 'LAP.PV3.20140730.sky01';
+        push @{$labels}, 'LAP.PV3.20140730.sky01.remote';
+        push @{$labels}, 'LAP.PV3.20140730.diff01';
+        push @{$labels}, 'LAP.PV3.20140730.diff01.left';
+        push @{$labels}, 'LAP.PV3W.20150312';
+#       push @{$labels}, 'SAS.20141118';
+    }
+
 
     my $query = $self->{_db}->prepare(<<SQL);
Index: trunk/ippMonitor/czartool/czartool/czarconfig.xml
===================================================================
--- trunk/ippMonitor/czartool/czartool/czarconfig.xml	(revision 37930)
+++ trunk/ippMonitor/czartool/czartool/czarconfig.xml	(revision 37983)
@@ -27,5 +27,5 @@
   <gpc1database>
     <name>gpc1</name>
-    <host>scidbs1</host>
+    <host>scidbm</host>
     <user>ippuser</user>
     <password>ippuser</password>
@@ -47,5 +47,5 @@
     <serverinterval>20 MINUTE</serverinterval>
     <!-- whitespace-separated server list for servers we want roboczar to check --> 
-    <interestedservers>stdscience distribution summitcopy registration stack pstamp </interestedservers>
+    <interestedservers>stdscience distribution summitcopy registration pstamp </interestedservers>
     <!-- <interestedservers>pstamp</interestedservers> -->
   </roboczar>
