[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Thu Aug 21 11:13:02 CEST 2008
bindings/perl/Collectd.pm | 65 +++++++++++++++++++++++++++++++++++++-----
src/collectd-perl.pod | 34 ++++++++++++++++++----
src/perl.c | 68 ++++++++++++++++++++------------------------
src/plugin.c | 6 ----
src/plugin.h | 1 -
5 files changed, 115 insertions(+), 59 deletions(-)
New commits:
commit 3b293a7b2974d38098bce0ce9e3281e803c16037
Author: Sebastian Harl <sh at tokkee.org>
Date: Thu Aug 21 10:54:43 2008 +0200
src/plugin.[ch]: Removed legacy function plugin_flush_one().
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 8e37815b4222420dadf3ae2c1c5589d7f197909c
Author: Sebastian Harl <sh at tokkee.org>
Date: Thu Aug 21 10:47:18 2008 +0200
perl plugin: Pass on identifiers to Perl flush callbacks.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit bc4a61e67efe0479973b9e6f0a26fb5e7a670382
Author: Sebastian Harl <sh at tokkee.org>
Date: Thu Aug 21 10:46:36 2008 +0200
collectd-perl(5): Added a note about the stability of the API.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 910e3379457143781e814d64ea8251a61e6675ef
Author: Sebastian Harl <sh at tokkee.org>
Date: Thu Aug 21 10:45:43 2008 +0200
perl plugin, Collectd.pm: Added support for flushing of specific identifiers.
plugin_flush() now accepts three parameters, 'timeout', 'plugins' and
'identifiers'. The meaning of the former two did not change. 'identifiers' may
be a string or an array of strings specifying identifiers that are to be
passed along to the plugins' flush callbacks. This brings the Perl API in sync
with the C API.
plugin_flush_one() and plugin_flush_all() have been re-implemented in plain
Perl and marked as deprecated. A new XSUB, Collectd::_plugin_flush, has been
added which provides a small wrapper around the C implementation of
plugin_flush().
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
More information about the collectd-changes
mailing list