- Timestamp:
- Sep 6, 2011, 11:00:22 AM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110710/ippMonitor
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
raw/czartool_getplot.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110710/ippMonitor
- Property svn:mergeinfo changed
/trunk/ippMonitor (added) merged: 31876,31891-31892,31895-31896,32025,32028,32060,32093-32098,32101-32102,32172-32173,32178,32186,32212-32214,32224-32226,32278,32325
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20110710/ippMonitor/raw/czartool_getplot.php
r30950 r32337 12 12 } 13 13 14 $mode = $_GET[mode]; 14 15 $type = $_GET[type]; 15 16 $label = $_GET[label]; … … 17 18 $plottype = $_GET[plottype]; 18 19 20 $path = "/data/ipp009.0/czartool_plots"; # TODO horrible hard-coded path - read from config 21 22 if ($label == "all") $label = "all_".$mode."_labels"; 23 19 24 if ($type=="t" || $type=="r" || $type=="rt" || $type=="rh") 20 $filePath = " /tmp/czarplot_".$plottype."_".$label."_".$stage."_".$type.".png";25 $filePath = "$path/czarplot_".$plottype."_".$label."_".$stage."_".$type.".png"; 21 26 else if ($type=="h") 22 $filePath = " /tmp/czarplot_".$plottype."_".$label."_all_stages_".$type.".png";27 $filePath = "$path/czarplot_".$plottype."_".$label."_all_stages_".$type.".png"; 23 28 else if ($type=="s") 24 $filePath = " /tmp/czarplot_hosts_space.png";29 $filePath = "$path/czarplot_hosts_space.png"; 25 30 else if ($type=="st") 26 $filePath = " /tmp/czarplot_cluster.png";31 $filePath = "$path/czarplot_cluster.png"; 27 32 28 33
Note:
See TracChangeset
for help on using the changeset viewer.
