IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2012, 2:49:37 PM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20111122/ippMonitor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/ippMonitor

  • branches/eam_branches/ipp-20111122/ippMonitor/raw/czartool_labels.php

    r32851 r33638  
    169169echo "<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>";
    170170echo "<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>";
     171echo "<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>";
    172172echo "<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>";
    173173echo "<tr><td>IPP metrics</td><td><a href=\"http://ipp0022.ifa.hawaii.edu/ps1sc/ippMetrics\"><font color=\"blue\">here</font></a></td></tr>";
     
    492492    createFormattedTableCell(($selectedLabel != "all"), $link, "All labels", 0, null);
    493493
    494     createFormattedTableCell(0, null, "Reverts:", 0, "$columnHeaderColor");
     494    createFormattedTableCell(0, null, "Reverting?", 0, "$columnHeaderColor");
    495495
    496496    foreach ($stages as &$stage) {
     
    498498        if ($stage == "burntool") continue;
    499499        $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";}
    512514        unset($reverting);
    513         createFormattedTableCell(1, $link, $label, 0, "$columnHeaderColor");
     515        #createFormattedTableCell(1, $link, $label, 0, "$columnHeaderColor");
     516        createFormattedTableCell(0, null, $label, 0, "$columnHeaderColor");
    514517        #echo "<td><a href=\"$link\"><font color=\"blue\">$label</font></td>";
    515518
Note: See TracChangeset for help on using the changeset viewer.