On Wed, Nov 26, 2008 at 02:12:35PM -0000, [EMAIL PROTECTED] wrote: > I agree that this is an area of concern for a large site - I'm currently > filtering the cluster list so that only a subset of clusters are displayed > for each user. Most users are only interested in a subset that relate > to their department or business area. > > A directory like tree/heirarchy browsing facility would also be useful > perhaps.
That maybe true for some, especially business, sites. I was thinking about big clusters with 100s-1000s identical system. There can be no hierarchy. At least it doesn't make sense to our cluster. That's why, I'm asking the developers to add an option in "conf.php" to set "showhosts" to 0 per default. Btw: We patched our webinterface to accomplish that, but the patch submitted to Bug #22 [1] looks more thorough. That's our patches: --- web/get_context.php 2008-11-19 15:03:33.801320267 +0100 +++ web/get_context.php 2008-11-19 15:03:44.561321032 +0100 @@ -63,7 +63,7 @@ # Default values if (!is_numeric($hostcols)) $hostcols = 4; -if (!is_numeric($showhosts)) $showhosts = 1; +if (!is_numeric($showhosts)) $showhosts = 0; --- graph.php 2008-11-26 14:38:48.401318853 +0100 +++ graph.php 2008-11-19 15:36:31.261318494 +0100 @@ -67,6 +67,9 @@ case "cluster": $rrd_dir = "$rrds/$clustername/__SummaryInfo__"; break; + case "cluster-summary": + $rrd_dir = "$rrds/$clustername/__SummaryInfo__"; + break; case "host": $rrd_dir = "$rrds/$clustername/$hostname"; break; [1] http://bugzilla.ganglia.info/cgi-bin/bugzilla/show_bug.cgi?id=22 Greetings Henrik
signature.asc
Description: Digital signature
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________ Ganglia-developers mailing list Ganglia-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ganglia-developers