Hi Rick,

  Thanx for ur help. Now it works.

 But still in some other areas it throws. i.e., if i
click cpu_report in metric field. 


Notice: Undefined index: cpu_report in
/var/www/forums/html/ganglia/cluster_view.php on line
13

Notice: Undefined index: cpu_report in
/var/www/forums/html/ganglia/functions.php on line 209

Notice: Undefined index: cpu_report in
/var/www/forums/html/ganglia/functions.php on line 210


  I don't where i am wrong.  Or is it bug in the
script.  The method i followed to install ganglia is
as follows.

  Installed debian package for gmond & gmetad with
2.5.7 version

 Downloaded src rpm of ganlia webfrontend 3.0.3. 
Extracted this and copied all contents (php scripts)
to the debian apache Document root.


Regards,
SKM


--- Rick Mohr <[EMAIL PROTECTED]> wrote:

> So it looks like the real question is: How is
> get_context.php getting run 
> without a "gs" parameter being set in the GET
> request or in a cookie?  I'm 
> afraid I don't know the answer to that.  One option
> might be to add some extra 
> checking to these lines in get_context.php:
> 
> # Set a default value for gridstack
> $gridstack = array("DEFAULT");
> if (isset($_GET["gs"]) and $_GET["gs"])
>        $gridstack = explode(">",
> rawurldecode($_GET["gs"]));
> else if (isset($_COOKIE["gs"]))
>        $gridstack = explode(">", $_COOKIE["gs"] );
> 
> But I haven't tested this code out so I can't be
> certain that it works.
> 
> -- Rick
> 
> --------------------------
> Rick Mohr
> Systems Developer
> Ohio Supercomputer Center
> 



 
____________________________________________________________________________________
Access over 1 million songs - Yahoo! Music Unlimited 
(http://music.yahoo.com/unlimited)


Reply via email to