IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 25, 2025, 4:04:52 PM (16 months ago)
Author:
cclin33
Message:

update pstamp server status with ippitc account

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/scripts/czartool_getServerStatus.pl

    r41726 r42794  
    1919
    2020if ($proj eq 'gpc1') {
    21   $user = 'ippitc';
     21  $user = 'ippps1';
    2222} else {
    2323  $user = 'ippps2';
     24}
     25
     26my @cmdOut3 = `grep PANTASKS_SERVER ~$user/$server/ptolemy.rc |grep -v std | grep -v PORT 2>&1`;
     27my $line3;
     28foreach $line3 (@cmdOut3) {
     29    chomp($line3);
     30    print "$line3 \n";
    2431}
    2532
     
    4047    my @fields = split /\s+/, $line2;
    4148
     49
    4250#    run job example
    4351# field0      1        2       3         4      5       6           7       8
     
    5058    $nline = $nline + 1;
    5159}
     60
     61
Note: See TracChangeset for help on using the changeset viewer.