Changeset 42052
- Timestamp:
- Feb 17, 2022, 2:30:51 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-ps2-20210802/pstamp/scripts/pstamp_server_status
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/IPP-308_move_backups_folder/pstamp/scripts/pstamp_server_status merged eligible /branches/czw_branch/20160809/pstamp/scripts/pstamp_server_status merged eligible /branches/czw_branch/20170908/pstamp/scripts/pstamp_server_status merged eligible /branches/eam_branches/ipp-20191011/pstamp/scripts/pstamp_server_status merged eligible /tags/ipp-ps1-20210510/pstamp/scripts/pstamp_server_status merged eligible /tags/ipp-ps1-20210708/pstamp/scripts/pstamp_server_status merged eligible /trunk/pstamp/scripts/pstamp_server_status merged eligible /branches/ipp-259_genericise_backups/pstamp/scripts/pstamp_server_status 40910-40966
r41584 r42052 53 53 my $now = `date -u`; 54 54 55 print "<b>Status updated: </b> $now<br /> <br />\n";55 print "<b>Status updated: </b> $now<br />\n"; 56 56 57 57 my $down = 0; … … 121 121 122 122 if ($scheduler_state) { 123 print "Pantasks Scheduler $scheduler_state.\n";123 print $br . "Pantasks Scheduler $scheduler_state.\n"; 124 124 if ($controller_state) { 125 125 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"; 126 129 } else { 127 130 print STDERR "Controller state not found"; -
Property svn:mergeinfo
set to (toggle deleted branches)
Note:
See TracChangeset
for help on using the changeset viewer.
