[collectd-changes] collectd, the system statistics collection daemon: Changes to 'st/python'
Florian Forster
octo at verplant.org
Fri Nov 6 13:38:28 CET 2009
src/configfile.c | 26 ++++-
src/cpython.h | 28 ++++-
src/plugin.c | 9 +-
src/plugin.h | 6 +-
src/python.c | 130 +++++++++++++++++++----
src/pyvalues.c | 309 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 472 insertions(+), 36 deletions(-)
New commits:
commit 54c1aa1fb0fd0b5a1e8a1f13bd9c92a1de3d6445
Author: Sven Trenkel <collectd at semidefinite.de>
Date: Tue Nov 3 01:32:36 2009 +0100
Added write callbacks.
commit a1a8bdce8ff1d7c70f3fbf94e8ffe4c3aac8715c
Author: Sven Trenkel <collectd at semidefinite.de>
Date: Thu Oct 29 13:24:39 2009 +0100
Better workaround for global plugin loading.
commit c98b98bfaaeb26894229d7da66ad145c75fb9b69
Author: Sven Trenkel <collectd at semidefinite.de>
Date: Tue Oct 27 17:36:57 2009 +0100
Added new python class "Values". Only "dispatch" is implemented right now.
More information about the collectd-changes
mailing list