Index: trunk/ippMonitor/raw/czartool_getplot.php
===================================================================
--- trunk/ippMonitor/raw/czartool_getplot.php	(revision 28861)
+++ trunk/ippMonitor/raw/czartool_getplot.php	(revision 29260)
@@ -15,9 +15,10 @@
 $label = $_GET[label];
 $stage = $_GET[stage];
+$plottype = $_GET[plottype];
 
 if ($type=="t")
-$filePath = "/tmp/czarplot_".$label."_".$stage."_".$type.".png";
+$filePath = "/tmp/czarplot_".$plottype."_".$label."_".$stage."_".$type.".png";
 else if ($type=="h")
-$filePath = "/tmp/czarplot_".$label."_all_stages_".$type.".png";
+$filePath = "/tmp/czarplot_".$plottype."_".$label."_all_stages_".$type.".png";
 else if ($type=="s")
 $filePath = "/tmp/czarplot_hosts_space.png";
@@ -29,4 +30,5 @@
 }
 
+
 exit();
 
