Hi, I use ganglia 3.0.7.

I could not get host name from remote host.

My gmond configuration is below.

/etc/gmond.conf
...
/* Feel free to specify as many udp_send_channels as you like.  Gmond 
  used to only support having a single channel */ 
udp_send_channel { 
 mcast_join = 224.0.0.1
 mcast_if = eth0
 port = 8649
 ttl = 1 
} 

/* You can specify as many udp_recv_channels as you like as well. */ 
udp_recv_channel { 
 mcast_join = 224.0.0.1
 mcast_if = eth0
 port = 8649
 bind = 224.0.0.1
} 

/* You can specify as many tcp_accept_channels as you like to share 
  an xml description of the state of the cluster */ 
tcp_accept_channel { 
 port = 8649
} 
...

When I connected localhost port 8649, I get host name.
But I connected remote host port 8649, I could not get host name.
Response data is below.

<HOST NAME="192.168.0.2" IP="192.168.0.2" REPORTED="..." TN="16" TMAX="20" 
DMAX="0" LOCATION="unspecified" GMOND_STARTED="...">


Please help.

Regards,
Naoya NAKAZAWA

-------------------------------------------------------------------------
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-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to