Hi Brad: On 4/5/07, Brad Nicholes <[EMAIL PROTECTED]> wrote:
Actually the .a and .la files don't need to be delivered at all. They should be marked in the make file as not part of the distribution. The .so.0.0.0 file is the loadable module that produces a metric (the others are symlinks). All of the .so* files should be listed in the %files gmond section of the spec file. Using the new 'module' configuration directives, the .so is loaded and registered by gmond at startup time. libmodexample.so is just the example module to show how the modular metrics works. The source for this module can be used as a template for creating other loadable metrics modules.
If you can take care of the makefile, I'll add the .so* files to gmond's %files section. Thanks, Bernard