IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42069


Ignore:
Timestamp:
Feb 24, 2022, 5:05:58 PM (4 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20211108/pstamp/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20211108/pstamp/scripts/dqueryparse.pl

    r41584 r42069  
    448448            my $stage_id = $query{$fpa_id}{STAGE_ID}[$i];
    449449            my $component = $query{$fpa_id}{COMPONENT_ID}[$i];
     450            my $imagedb = $query{$fpa_id}{IMAGE_DB}[$i];
    450451            print "Need to UPDATE $stage $stage_id $component from $data_state\n";
    451452            $dep_id = queue_update_run($req_id, $outdir, $label, $data_state, $stage, $stage_id, $component, 0, $imagedb);
  • branches/eam_branches/ipp-20211108/pstamp/scripts/pstamp_server_status

    r41584 r42069  
    5353my $now = `date -u`;
    5454
    55 print "<b>Status updated: &nbsp;&nbsp;&nbsp;</b> $now<br /><br />\n";
     55print "<b>Status updated: &nbsp;&nbsp;&nbsp;</b> $now<br />\n";
    5656
    5757my $down = 0;
     
    121121
    122122    if ($scheduler_state) {
    123         print "Pantasks Scheduler $scheduler_state.\n";
     123        print $br . "Pantasks Scheduler $scheduler_state.\n";
    124124        if ($controller_state) {
    125125            print $br . "Pantasks Controller $controller_state.\n";
     126            # loading active labels
     127            my $runlabels = `echo \"show.labels; quit\" \| pantasks_client -c ~ippitc/pstamp/ptolemy.rc \| tail -n +7`;
     128            print $br . "Current Labels: \n" . $runlabels . "\n";
    126129        } else {
    127130            print STDERR "Controller state not found";
Note: See TracChangeset for help on using the changeset viewer.