Changeset 32094 for trunk/ippMonitor/raw/czartool_getplot.php
- Timestamp:
- Aug 15, 2011, 1:56:27 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/czartool_getplot.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/czartool_getplot.php
r31891 r32094 18 18 $plottype = $_GET[plottype]; 19 19 20 $path = "/data/ipp004.0/czartool_plots/"; # TODO horrible hard-coded path - read from config 21 20 22 if ($label == "all") $label = "all_".$mode."_labels"; 21 23 22 24 if ($type=="t" || $type=="r" || $type=="rt" || $type=="rh") 23 $filePath = " /tmp/czarplot_".$plottype."_".$label."_".$stage."_".$type.".png";25 $filePath = "$path/czarplot_".$plottype."_".$label."_".$stage."_".$type.".png"; 24 26 else if ($type=="h") 25 $filePath = " /tmp/czarplot_".$plottype."_".$label."_all_stages_".$type.".png";27 $filePath = "$path/czarplot_".$plottype."_".$label."_all_stages_".$type.".png"; 26 28 else if ($type=="s") 27 $filePath = " /tmp/czarplot_hosts_space.png";29 $filePath = "$path/czarplot_hosts_space.png"; 28 30 else if ($type=="st") 29 $filePath = " /tmp/czarplot_cluster.png";31 $filePath = "$path/czarplot_cluster.png"; 30 32 31 33
Note:
See TracChangeset
for help on using the changeset viewer.
