Carlo, Params is actually a valid configuration directive. There are two ways to pass in parameters into a gmond module. One way is to use a raw string with the Params directive (mod_python uses this for the module path string) and the other way is to use the Param name/value block for individual parameters. The documentation needs to be reverted to show the Params directive.
Brad >>> On Wed, Mar 19, 2008 at 1:59 AM, in message <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> wrote: > Revision: 1085 > http://ganglia.svn.sourceforge.net/ganglia/?rev=1085&view=rev > Author: carenas > Date: 2008-03-19 00:59:18 -0700 (Wed, 19 Mar 2008) > > Log Message: > ----------- > documentation: params is an invalid token for python modules > > Modified Paths: > -------------- > trunk/monitor-core/gmond/modules/python/README > > Modified: trunk/monitor-core/gmond/modules/python/README > =================================================================== > --- trunk/monitor-core/gmond/modules/python/README 2008-03-19 07:21:52 UTC > (rev > 1084) > +++ trunk/monitor-core/gmond/modules/python/README 2008-03-19 07:59:18 UTC > (rev > 1085) > @@ -130,7 +130,6 @@ > modules { > pymodule { > name = "example" > - params = "Raw string parameter" > param YouNameIt { > value = Whatever > } > > > This was sent by the SourceForge.net collaborative development platform, the > world's largest Open Source development site. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Ganglia-svn mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/ganglia-svn ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Ganglia-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-developers
