- Timestamp:
- Mar 30, 2012, 2:49:37 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20111122/ippMonitor
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
raw/czartool_labels.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/ippMonitor
- Property svn:mergeinfo changed
/trunk/ippMonitor merged: 32888,32954,33004,33030,33062-33063,33319,33434,33441
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20111122/ippMonitor/raw/czartool_labels.php
r32851 r33638 169 169 echo "<tr><td>Postage stamp server status</td><td><a href=\"http://pstamp.ipp.ifa.hawaii.edu/status.php\"><font color=\"blue\">here</font></a></td></tr>"; 170 170 echo "<tr><td>Documentation</td><td><a href=\"http://svn.pan-starrs.ifa.hawaii.edu/trac/ipp/wiki/Processing\"><font color=\"blue\">here</font></a></td></tr>"; 171 echo "<tr><td>Cluster load</td><td><a href=\"http://ganglia.pan-starrs.ifa.hawaii.edu/?r=hour&s=descending&hc=6&c=IPP%2520Production\"><font color=\"blue\">here</font></a> </td></tr>";171 echo "<tr><td>Cluster load</td><td><a href=\"http://ganglia.pan-starrs.ifa.hawaii.edu/?r=hour&s=descending&hc=6&c=IPP%2520Production\"><font color=\"blue\">here</font></a> <a href=\"http://ganglia.pan-starrs.ifa.hawaii.edu/?m=cpu_report&r=hour&s=by%2520name&c=IPP+Production&h=&sh=1&hc=8&z=small\"><font color=\"blue\">cpu_report</font></a></td></tr>"; 172 172 echo "<tr><td>Who's using the cluster?</td><td><a href=\"http://ippmonitor.ipp.ifa.hawaii.edu/ippMonitor/clusterMonitor/top.html\"><font color=\"blue\">here</font></a></td></tr>"; 173 173 echo "<tr><td>IPP metrics</td><td><a href=\"http://ipp0022.ifa.hawaii.edu/ps1sc/ippMetrics\"><font color=\"blue\">here</font></a></td></tr>"; … … 492 492 createFormattedTableCell(($selectedLabel != "all"), $link, "All labels", 0, null); 493 493 494 createFormattedTableCell(0, null, "Revert s:", 0, "$columnHeaderColor");494 createFormattedTableCell(0, null, "Reverting?", 0, "$columnHeaderColor"); 495 495 496 496 foreach ($stages as &$stage) { … … 498 498 if ($stage == "burntool") continue; 499 499 $reverting = getRevertStatus($db, $stage); 500 $link = 501 "czartool_labels.php?pass=".$pass 502 ."&proj=".$proj 503 ."&mode=" .$selectedMode 504 ."&label=".$selectedLabel 505 ."&stage=".$selectedStage 506 ."&plottype=".$plotType 507 ."&revertstage=".$stage 508 ."&revertmode="; 509 510 if(!$reverting) {$label = "Start";$link = $link . "on";} 511 if($reverting) {$label = "Stop";$link = $link . "off";} 500 #$link = 501 # "czartool_labels.php?pass=".$pass 502 # ."&proj=".$proj 503 # ."&mode=" .$selectedMode 504 # ."&label=".$selectedLabel 505 # ."&stage=".$selectedStage 506 # ."&plottype=".$plotType 507 # ."&revertstage=".$stage 508 # ."&revertmode="; 509 # 510 #if(!$reverting) {$label = "Start";$link = $link . "on";} 511 #if($reverting) {$label = "Stop";$link = $link . "off";} 512 if(!$reverting) {$label = "no";} 513 if($reverting) {$label = "yes";} 512 514 unset($reverting); 513 createFormattedTableCell(1, $link, $label, 0, "$columnHeaderColor"); 515 #createFormattedTableCell(1, $link, $label, 0, "$columnHeaderColor"); 516 createFormattedTableCell(0, null, $label, 0, "$columnHeaderColor"); 514 517 #echo "<td><a href=\"$link\"><font color=\"blue\">$label</font></td>"; 515 518
Note:
See TracChangeset
for help on using the changeset viewer.
