Skip to content

Instantly share code, notes, and snippets.

@marr
Created January 9, 2013 05:38
Show Gist options
  • Save marr/4490933 to your computer and use it in GitHub Desktop.
Save marr/4490933 to your computer and use it in GitHub Desktop.
*
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/local/Cellar/ganglia/3.1.7/lib/ganglia/python_modules"
}
}
include ('/usr/local/etc/conf.d/*.pyconf')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment