IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 17, 2021, 11:42:03 PM (5 years ago)
Author:
cclin33
Message:

show active labels (IPP-1001)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_server_status

    r40748 r41497  
    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.