Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 466747a4dad09d6687ed52c975147299 > files > 1

ganglia-gmetad-3.6.0-5.mga5.i586.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/lib/ganglia/python_modules"
  }
}

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