>>> On 6/5/2008 at 9:20 AM, in message <[EMAIL PROTECTED]>, LINDA DOBAI <[EMAIL PROTECTED]> wrote: > Dear Ganglia community: > > I am a beginner in Ganglia. > I have just started an internship of four months and my subject is > related to Ganglia. > I have to test the new highlights of release 3.1.0. > > I had just installed the Ganglia 3.1.0 and I managed to compile it in > our environment. I am now trying to analyze the module support for > dynamically plugging metrics into gmond and I am having some problems. > I don't manage to generate the modpython.so in our environment. I found > the sources in gmond/modules/python but I don't see how could I generate > the modpython.so, the only lib generated by the Ganglia tool chain are : > mod_python.o , mod_python.lo et libmodpython.la. > > I found a version of modpython.so at the official website of Ganglia, > but it doesn't fit to our environment. > Is it possible to generate it myself, in my environement? If yes, how > could I do this? > > And, can I have some other details about this new feature? I don't > understand very well how this feature will function. >
Which OS are you building for and what were the ./configure options that you used? This will help to determine why mod_python might not be building. Also there is additional information about metric module development in the README file here http://ganglia.svn.sourceforge.net/viewvc/ganglia/trunk/monitor-core/gmond/modules/python/README?revision=1103&view=markup as well as examples of both C and Python modules here http://ganglia.svn.sourceforge.net/viewvc/ganglia/trunk/monitor-core/gmond/modules/example/ and http://ganglia.svn.sourceforge.net/viewvc/ganglia/trunk/monitor-core/gmond/python_modules/example/ . There is also a Ganglia presentation that describes the 3.1 version and how to write and install metric modules here http://ganglia.wiki.sourceforge.net/space/showimage/ApacheconUS2007_ganglia_monitoring.ppt . Let us know how your testing goes. We would like to make an official release of 3.1 soon but that depends on community members like yourself, testing the code. thanks, Brad ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Ganglia-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-general

