On Mar 11, 2011, at 1:51 PM, Afef MDHAFFAR wrote: > Hi all, > > I am trying to modify the source code of Ganglia in order to make ganglia > able to send monitored data via network connection to another component. > I noticed that it sums the metric values of all nodes composing the cluster > (eg. it calculates the load of the cluster). > Would you please help me to eliminate this aggregation and send values for > each node (for example: [Node1, Load, the value of the load for only this > node]).
You shouldn't need to modify the ganglia source to do this. If you want the per-host value, parse the XML coming from gmond. Every host has an entry in this XML tree, and the values are not aggregated. ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ Ganglia-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-general

