Skip to content

Commit

Permalink
Refactor all db python modules for gmond into single distribution dir…
Browse files Browse the repository at this point in the history
…ectory.

Add riak and mysql support.
  • Loading branch information
jbuchbinder committed Jul 13, 2011
1 parent a88d34f commit f0e6d41
Show file tree
Hide file tree
Showing 21 changed files with 2,655 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -815,12 +815,12 @@ AC_OUTPUT(Makefile
gmond/modules/status/Makefile
gmond/modules/system/Makefile
gmond/python_modules/Makefile
gmond/python_modules/db/Makefile
gmond/python_modules/disk/Makefile
gmond/python_modules/example/Makefile
gmond/python_modules/memcached/Makefile
gmond/python_modules/network/Makefile
gmond/python_modules/process/Makefile
gmond/python_modules/redis/Makefile
gmond/python_modules/xen/Makefile
gmetad/conf.c
gmetad-python/setup.py
Expand Down
2 changes: 1 addition & 1 deletion gmond/python_modules/Makefile.am
@@ -1,2 +1,2 @@
DIST_SUBDIRS = disk example memcached network process redis xen
DIST_SUBDIRS = db disk example memcached network process xen
EXTRA_DIST = ./conf.d/*.pyconf ./conf.d/*.pyconf.disabled

0 comments on commit f0e6d41

Please sign in to comment.