> On Thu, Nov 08, 2007 at 11:56:43AM +0100, [EMAIL PROTECTED] wrote: >> We have one machine running gmond, gmetad and the Web-Frontend. On >> another >> machine only gmond is running. The data the frontend receives seems to >> be >> alright, but if I do telnet localhost 8649 on the other machine I get no >> Data only the first part with the XML structure. If I do that on the >> frontend I get all the data. Why is that? > > because you configured the frontend to be a unicast collector for the > cluster > and the other machine as a reporting node that sends all metrics to the > frontend but that is still listening to tcp. > > if you want to be able to get all the information from the cluster from > either > node you have to use multicast or unicast send it to both. > > if having a gmond publishing cluster data that it was never configured to > collect is confussing remove the listening tcp socket from it by > commenting > out the tcp_accept_channel entry in the configuration. > > Carlo > That means if on the node I specify localhost as udp_send_channel I should get the nodes own data?
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Ganglia-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-general

