Thanks Jason, I'll put this one in.

Federico

On Wednesday, February 5, 2003, at 08:41 AM, Jason A. Smith wrote:

Attached is a small patch for ganglia-webfrontend-2.5.2.  It fixes the
problem older browsers have with spaces in URLs for top grid summary
plots.  I noticed that most of these had been fixed in recent releases,
but this one must have slipped by.

~Jason


--
/------------------------------------------------------------------\
|  Jason A. Smith                          Email:  [EMAIL PROTECTED] |
|  Atlas Computing Facility, Bldg. 510M    Phone:  (631)344-4226   |
|  Brookhaven National Lab, P.O. Box 5000  Fax:    (631)344-7616   |
|  Upton, NY 11973-5000                                            |
\------------------------------------------------------------------/
diff -uNr ganglia-webfrontend.dist/meta_view.php ganglia-webfrontend/meta_view.php
--- ganglia-webfrontend.dist/meta_view.php      Wed Jan 29 14:01:15 2003
+++ ganglia-webfrontend/meta_view.php   Wed Feb  5 11:28:09 2003
@@ -102,7 +102,7 @@
       if ($key==$self) {
          $name = "$self $meta_designator ($num_sources sources)";
          # Set meta context.
-         $graph_url = "me=$key&$get_metric_string";
+         $graph_url = "me=$sourceURL&$get_metric_string";
          $url = "./?$get_metric_string";
       }
       else {

Federico

Rocks Cluster Group, SDSC, San Diego
GPG Fingerprint: 3C5E 47E7 BDF8 C14E ED92  92BB BA86 B2E6 0390 8845


Reply via email to