Changeset 28861
- Timestamp:
- Aug 6, 2010, 4:16:08 PM (16 years ago)
- Location:
- trunk/ippMonitor/raw
- Files:
-
- 2 edited
-
czartool_getplot.php (modified) (1 diff)
-
czartool_labels.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/czartool_getplot.php
r28788 r28861 20 20 else if ($type=="h") 21 21 $filePath = "/tmp/czarplot_".$label."_all_stages_".$type.".png"; 22 else if ($type=="s") 23 $filePath = "/tmp/czarplot_hosts_space.png"; 24 22 25 $file = fopen ($filePath, "r"); 23 26 if ($file && !$debug) { -
trunk/ippMonitor/raw/czartool_labels.php
r28828 r28861 87 87 echo "<table>\n"; 88 88 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>"; 92 91 echo "</td>\n"; 93 92 … … 95 94 createLabelsTable($pass, $proj, $czardb, $stdsLabels, $distLabels, $pubLabels, $stages, $states, "new", $selectedLabel, $selectedStage); 96 95 echo "</td>\n"; 97 98 96 echo "</tr>\n"; 97 99 98 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"; 118 125 echo "</tr>\n"; 119 126 echo "</table>\n";
Note:
See TracChangeset
for help on using the changeset viewer.
