Index: trunk/ippMonitor/scripts/czartool_getServerStatus.pl
===================================================================
--- trunk/ippMonitor/scripts/czartool_getServerStatus.pl	(revision 41726)
+++ trunk/ippMonitor/scripts/czartool_getServerStatus.pl	(revision 42794)
@@ -19,7 +19,14 @@
 
 if ($proj eq 'gpc1') {
-  $user = 'ippitc';
+  $user = 'ippps1';
 } else {
   $user = 'ippps2';
+}
+
+my @cmdOut3 = `grep PANTASKS_SERVER ~$user/$server/ptolemy.rc |grep -v std | grep -v PORT 2>&1`;
+my $line3;
+foreach $line3 (@cmdOut3) {
+    chomp($line3);
+    print "$line3 \n";
 }
 
@@ -40,4 +47,5 @@
     my @fields = split /\s+/, $line2;
 
+
 #    run job example 
 # field0      1        2       3         4      5       6           7       8 
@@ -50,2 +58,4 @@
     $nline = $nline + 1;
 }
+
+
