Hi Patricia: On Fri, Jul 16, 2010 at 6:22 AM, Patricia Santos Marco <[email protected]> wrote:
> Hello!! we are using Ganglia since a few months and now we want see our > cluster information with a password. I thinks this can be possible > configuring the file ganglia/private_nodes, in the line : > > > My Cluster = 918b81db5e91d031548b963c93845e5b (this password is generated by > md5sum) > where my cluster is the name setted in gmetad.conf file (data_source "my > cluster" localhost) > > But this doesn't work. It's correct this configuration? How I can configure > these option? There are 2 issues with your config: 1) The <Cluster Name> in private_clusters should be the name of the cluster in gmond.conf, not gmetad.conf (unless they are the same). 2) The name is case sensitive: "My Cluster" != "my cluster" After you correct the two issues above, the cluster should be hidden unless you input the password. > So, I don't understand the meaning of controlroom in the file private_nodes The control room view is initiated by cr=n or cr=-n eg. http://localhost/ganglia/?cr=n or http://localhost/ganglia?cr=-n. The current released code has a bug which prevents this from working. Can you test the following patch against get_context.php? You'll need to use the '-l' option with the patch command: http://sourceforge.net/apps/trac/ganglia/changeset/2312?format=diff&new=2312 Cheers, Bernard ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Ganglia-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-general

