[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sun Nov 2 14:28:45 CET 2008
README | 3 +-
contrib/oracle/create_schema.ddl | 2 +-
contrib/oracle/db_systat.sql | 2 +-
src/Makefile.am | 1 +
src/collectd.conf.in | 8 ++
src/collectd.conf.pod | 37 +++++++++-
src/filecount.c | 29 +++++++-
src/filter_pcre.c | 145 +++++++++++++++++++++++++++++++------
src/utils_cmd_flush.h | 2 +
src/utils_cmd_getval.h | 2 +
src/utils_cmd_listval.h | 2 +
src/utils_cmd_putnotif.h | 2 +
src/utils_cmd_putval.h | 2 +
src/utils_dns.h | 1 +
src/utils_rrdcreate.h | 4 +
src/utils_subst.c | 82 +++++++++++++++++++++
src/utils_subst.h | 81 +++++++++++++++++++++
17 files changed, 374 insertions(+), 31 deletions(-)
New commits:
commit 4330a219a32f3e9d8f58d34dbc6fc20b981ce7dd
Author: Sebastian Harl <sh at tokkee.org>
Date: Fri Oct 31 20:03:12 2008 +0100
contrib/oracle: Fixed some typos.
commit 82cad1bd25c2d076f17888291f092c8d2859131a
Author: Sebastian Harl <sh at tokkee.org>
Date: Fri Oct 31 19:49:08 2008 +0100
filter_pcre plugin: Added support to rewrite value lists.
For this purpose "Substitute*" options have been introduced for each regex
option. Upon a successful match, the matching substring will be replaced by
the specified replacement text.
Configuration example:
<Plugin filter_pcre>
<RegEx>
Plugin "^sensors$"
PluginInstance "^Some Weird Sensor Chip Name Prefix"
SubstitutePluginInstance "foo"
</RegEx>
</Plugin>
commit 7371e2680e5111ea23ffc7c625bc5f871fb43377
Author: Sebastian Harl <sh at tokkee.org>
Date: Wed Oct 29 21:24:00 2008 +0100
utils_subst: Added a module providing functions for string substitution.
Currently, the functions subst() and asubst() are available which may be used
to replace parts of a string with a specified replacement text. The latter
automatically allocates the memory required for the return value while the
former writes to a user specified buffer.
commit 68b1016245664c48a9d093a2f35f82166311d80e
Author: Sebastian Harl <sh at tokkee.org>
Date: Wed Oct 29 18:56:21 2008 +0100
utils_*.h: Made header files self-hosting.
Added (hopefully) all missing includes.
commit ea78b1cbf46034df20ab3cfb3dabf255e5755264
Author: Sebastian Harl <sh at tokkee.org>
Date: Thu Oct 30 19:15:41 2008 +0100
filecount plugin: Added the "Recursive" config option.
This option controls whether or not to recurse into subdirectories. It's
enabled by default, so backward-compatibility is retained.
commit 49b303b8ff7054178fb54a456534051ce3ed0b51
Author: Sebastian Harl <sh at tokkee.org>
Date: Thu Oct 30 10:24:53 2008 +0100
collectd.conf(5): Added a missing </RegEx> to the configuration example.
More information about the collectd-changes
mailing list