[collectd-changes] collectd, the system statistics collection daemon: Changes to 'ff/java'
Florian Forster
octo at verplant.org
Wed Feb 18 18:48:16 CET 2009
README | 43 ++++--
configure.in | 73 --------
src/Makefile.am | 4 +-
src/collectd.conf.in | 1 -
src/collectd.conf.pod | 102 +----------
src/java.c | 431 ++++++++++++++++++++++++++++++++++++++++------
src/liboconfig/oconfig.c | 94 ++++++++++-
src/liboconfig/oconfig.h | 4 +-
8 files changed, 512 insertions(+), 240 deletions(-)
New commits:
commit a862ff9b728f5f434fe370d78dfacb6bbd45d98a
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Wed Feb 18 18:43:27 2009 +0100
java plugin: Added the possibility to configure java plugins.
commit b9646aa15a6bfa96239b1e0775ef2e87a1be5676
Merge: d2f971b93c68b110c80be151eb6c5e65bd6d189c 08d2e13121e70afcf65d3925a16b4c8a6f41c915
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Wed Feb 18 18:46:40 2009 +0100
Merge branch 'master' into ff/java
commit 08d2e13121e70afcf65d3925a16b4c8a6f41c915
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Wed Feb 18 18:41:20 2009 +0100
src/liboconfig/oconfig.[ch]: Add `oconfig_clone'.
This new function clones an entire sub-tree, that can be free'd again
using `oconfig_free'.
commit 61f9a80718fc50201b864678d0d86d54a4cbd176
Author: Sebastian Harl <sh at tokkee.org>
Date: Wed Feb 18 12:09:34 2009 +0100
collectd.conf(5): Removed the section about filter_pcre.
This plugin no longer exists ...
commit e76c030a9675b6bd3d1825e3bc6ab95716a917f7
Author: Sebastian Harl <sh at tokkee.org>
Date: Wed Feb 18 12:06:18 2009 +0100
Don't unnecessarily link match_regex against libpcre.
Since no plugin currently uses libpcre, configure no longer checks for it and
it has been removed from README.
commit d91477b2d1c226a2008a6db86bdb8df37dda6606
Author: Sebastian Harl <sh at tokkee.org>
Date: Wed Feb 18 11:52:34 2009 +0100
README: Replaced filter plugins with matches and targets.
commit 3705e7a293570b530044312d9bc0ec1370aa8e1c
Author: Sebastian Harl <sh at tokkee.org>
Date: Wed Feb 18 11:36:05 2009 +0100
README: Added the oracle plugin and libclntsh.
commit e1ba8dcb41411ad9b5f3ff86eadd2276b9829b55
Author: Sebastian Harl <sh at tokkee.org>
Date: Wed Feb 18 11:24:40 2009 +0100
README: Added curl plugin.
More information about the collectd-changes
mailing list