On Tue, Jun 22, 2010 at 11:16:54AM -0700, Deb Heller-Evans wrote:
> 
> In our set up, I am configuring gmond for unicast communication, and have set 
> up gmond.conf on the nodes to have the following:
>
>      52 udp_recv_channel {
> -->  53   host = 198.129.76.131
>      54   port = 8649
>      55 }
>      56 
> 
> BUT, when starting gmond on the node, gmond complains:
> 
> [108#] service gmond start
> Starting GANGLIA gmond: /etc/ganglia/gmond.conf:53: no such option 'host'
> Parse error for '/etc/ganglia/gmond.conf'
> [FAILED]
> 
> I'm a little puzzled by this.  Could someone point me in the right direction?

man gmond.conf would show you there is no host option for udp_recv_channel
but probably the option you are looking at is "bind" which will tell ganglia
to bind to a specific IP for the unicast listener.

Carlo

------------------------------------------------------------------------------
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

Reply via email to