- Timestamp:
- Mar 30, 2011, 9:36:02 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/ippMonitor/raw/czartool_getplot.php
r29708 r31083 17 17 $plottype = $_GET[plottype]; 18 18 19 if ($type=="t" || $type=="r" )19 if ($type=="t" || $type=="r" || $type=="rt" || $type=="rh") 20 20 $filePath = "/tmp/czarplot_".$plottype."_".$label."_".$stage."_".$type.".png"; 21 21 else if ($type=="h") … … 23 23 else if ($type=="s") 24 24 $filePath = "/tmp/czarplot_hosts_space.png"; 25 else if ($type=="st") 26 $filePath = "/tmp/czarplot_cluster.png"; 27 25 28 26 29 $file = fopen ($filePath, "r");
Note:
See TracChangeset
for help on using the changeset viewer.
