IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 6, 2010, 4:16:08 PM (16 years ago)
Author:
rhenders
Message:

Added cluster disk space plot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/raw/czartool_labels.php

    r28828 r28861  
    8787echo "<table>\n";
    8888  echo "<tr>\n";
    89 
    90     echo "<td> \n";
    91       echo "<img src=\"czartool_getplot.php?type=t&label=$selectedLabel&stage=$selectedStage\"><br>\n";
     89    echo "<td>\n";
     90      echo "<img src=\"czartool_getplot.php?type=t&label=$selectedLabel&stage=$selectedStage\"><br>";
    9291    echo "</td>\n";
    9392
     
    9594      createLabelsTable($pass, $proj, $czardb, $stdsLabels, $distLabels, $pubLabels, $stages, $states, "new", $selectedLabel, $selectedStage);
    9695    echo "</td>\n";
    97 
    9896  echo "</tr>\n";
     97
    9998  echo "<tr>\n";
    100 
    101 echo "<table>\n";
    102   echo "<tr valign=top>\n";
    103     echo "<td> \n";
    104       echo "<img src=\"czartool_getplot.php?type=h&label=$selectedLabel&stage=$selectedStage\"><br>\n";
    105     echo "</td>\n";
    106     echo "<td> \n";
    107       createServersTable($pass, $proj,$czardb, $servers, $selectedLabel, $selectedStage);
    108     echo "</td>\n";
    109 
    110     echo "<td> \n";
    111       $today = date("Y-m-d");
    112       showSummitData($gpc1db, $today);
    113     echo "</td>\n";
    114   echo "</tr>\n";
    115 echo "</table>\n";
    116 if ($selectedServer) showServerStatus($selectedServer);
    117 
     99    echo "<table>\n";
     100      echo "<tr valign=top>\n";
     101        echo "<td> \n";
     102          echo "<img src=\"czartool_getplot.php?type=h&label=$selectedLabel&stage=$selectedStage\"><br>";
     103        echo "</td>\n";
     104        echo "<td>\n";
     105          createServersTable($pass, $proj,$czardb, $servers, $selectedLabel, $selectedStage);
     106        echo "</td>\n";
     107
     108        echo "<td> \n";
     109          $today = date("Y-m-d");
     110          showSummitData($gpc1db, $today);
     111        echo "</td>\n";
     112      echo "</tr>\n";
     113    echo "</table>\n";
     114
     115    echo "<table>\n";
     116      echo "<tr valign=top>\n";
     117        echo "<td> \n";
     118          echo "<img src=\"czartool_getplot.php?type=s\"><br>";
     119        echo "</td>\n";
     120        echo "<td>\n";
     121      if ($selectedServer) showServerStatus($selectedServer);
     122        echo "</td>\n";
     123      echo "</tr>\n";
     124    echo "</table>\n";
    118125  echo "</tr>\n";
    119126echo "</table>\n";
Note: See TracChangeset for help on using the changeset viewer.