Hi Dan: On Fri, Nov 13, 2009 at 3:19 PM, Daniel Rich <[email protected]> wrote:
> I am just getting ganglia 3.1.2 up and running and was wondering if > anyone has started a repository of python metric scripts? For example, > I am looking at potentially developing one to collect data from > /proc/diskstats and another that will gather nfs stats, but don't want > to duplicate work that someone else has already done. Please see: http://monitoringforge.org/plugins/category/Ganglia and http://ganglia.info/gmetric/ > Also, I am setting up a single machine as a "collector" and as far as I > can tell I am going to have to run a separate gmond process for each > cluster if I want gmetad to represent each cluster separately in the web > interface. I have a quick startup script that I hacked together to walk > all of the config files (and did this years ago with Ganglia 1.0 as > well), but I was wondering if anyone else has a more elegant solution. You can run gmetad on the collector machine and have it talk to other gmetads. In the data_source line, instead of :8649 (gmond) just point to the gmetad port, i.e. :8651. For more information, search for "ganglia gmetad federation" etc. Cheers, Bernard ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ganglia-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-general

