Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > 227543b07c265449feff7cd3e6a96d14 > files > 1

ganglia-gmetad-3.2.0-2.x86_64.rpm

/*
  params - path to the directory where mod_python
           should look for python metric modules

  the "pyconf" files in the include directory below
  will be scanned for configurations for those modules
*/
modules {
  module {
    name = "python_module"
    path = "modpython.so"
    params = "/usr/lib64/ganglia/python_modules"
  }
}

include ("/etc/conf.d/*.pyconf")