[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Tue Jan 5 11:55:32 CET 2010
README | 9 +
bindings/Makefile.am | 1 +
bindings/perl/lib/Collectd/Plugins/Monitorus.pm | 2 +-
src/collectd-python.pod | 26 ++-
src/collectd.conf.in | 11 +-
src/cpython.h | 83 +++++++
src/pyconfig.c | 37 +++-
src/python.c | 147 ++++++++-----
src/pyvalues.c | 267 ++++++++++++++++-------
9 files changed, 444 insertions(+), 139 deletions(-)
New commits:
commit 649197d3ed512b81472de0e8a1f310520c234b20
Merge: 13da81f864686e51b41a088edb63fd47d57806bd dedba5c8fb05a1b00b66a8bbc9eab9e0affe551f
Author: Florian Forster <octo at huhu.verplant.org>
Date: Tue Jan 5 11:55:28 2010 +0100
Merge commit 'trenkel/st/python'
Conflicts:
src/python.c
commit 13da81f864686e51b41a088edb63fd47d57806bd
Merge: f150642cf243a18f80be1ccdb9bb2ec2bbe4a284 3ae8778a363fc4383f1135ae99b389fad96978f3
Author: Florian Forster <octo at huhu.verplant.org>
Date: Tue Jan 5 11:54:52 2010 +0100
Merge branch 'collectd-4.9'
commit 3ae8778a363fc4383f1135ae99b389fad96978f3
Merge: 9622e4d30f90e9eefca1d43fefc6bf85785074d3 317653bcab477e3a2c3c42eeda9b7d0ab7b99bf1
Author: Florian Forster <octo at huhu.verplant.org>
Date: Tue Jan 5 11:50:22 2010 +0100
Merge commit 'tokkee/sh/collectd-4.9' into collectd-4.9
commit dedba5c8fb05a1b00b66a8bbc9eab9e0affe551f
Author: Sven Trenkel <collectd at semidefinite.de>
Date: Sun Jan 3 04:11:45 2010 +0100
python: Documenting python3 changes.
commit bed062ac7102c63e194293bb8234a615a3e250a5
Author: Sven Trenkel <collectd at semidefinite.de>
Date: Sat Jan 2 20:51:22 2010 +0100
python: Restored python2 compatibility.
commit abe4a7e6480e0d2860f10930d563e4577d2d801a
Author: Sven Trenkel <collectd at semidefinite.de>
Date: Fri Jan 1 22:16:51 2010 +0100
python: Added notification repr. Python3 support completed.
commit df120b31490a47da1fa5fe9237fdfd6f499c4b63
Author: Sven Trenkel <collectd at semidefinite.de>
Date: Fri Jan 1 17:03:04 2010 +0100
python: Fixed more unicode related problems.
commit 32ebff6d6df70390e568cd3b6c783594b69d1472
Author: Sven Trenkel <collectd at semidefinite.de>
Date: Fri Jan 1 03:43:50 2010 +0100
python: repr works for Values again.
commit 112e161c8cfab6e3edb3a4cff25c13379fed5534
Author: Sven Trenkel <collectd at semidefinite.de>
Date: Sun Dec 27 01:13:47 2009 +0100
python: Made the plugin unicode save.
commit 4f1a8b5cab1feba96da5138ae26a97572cf8e6ca
Author: Sven Trenkel <collectd at semidefinite.de>
Date: Fri Dec 25 20:33:49 2009 +0100
Better and unicode compatible repr for PluginData.
commit 2fe76bf09327b107359072cd5002d3661adf2670
Author: Sven Trenkel <collectd at semidefinite.de>
Date: Tue Dec 22 02:30:40 2009 +0100
Fixed string repr for config nodes.
commit 50b21162a21571facd6bbd8a8f9e694dbd7d02e1
Author: Sven Trenkel <collectd at semidefinite.de>
Date: Tue Dec 22 02:20:42 2009 +0100
Added macro CPY_SUBSTITUTE.
commit 0b030d276a8c0246e9a582d0d4041048044ac025
Author: Sven Trenkel <collectd at semidefinite.de>
Date: Fri Dec 18 02:02:47 2009 +0100
Config object repr string is back.
commit 1f17cc084351bd1170385927d22fc9bd10ecd8d7
Author: Sven Trenkel <collectd at semidefinite.de>
Date: Mon Dec 14 19:40:26 2009 +0100
Somewhat workable python3 support. This breaks python2 support and the __repr__ functions.
commit 317653bcab477e3a2c3c42eeda9b7d0ab7b99bf1
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Dec 27 02:34:56 2009 +0100
Monitorus.pm: Put the plugin into the "Collectd::Plugins" namespace.
⦠rather than "Collectd::Plugin".
commit 52d50363e3cda4c0d0a3942f8d2ffe7e07f0a712
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Dec 27 02:34:10 2009 +0100
bindings/Makefile: Added Monitorus.pm to EXTRA_DIST.
commit d86f194b902781efbc5b9b80bca7a6a3254a2dc4
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Dec 27 02:00:44 2009 +0100
src/collectd.conf: Added missing plugins and config options.
commit aeab464e59f1be0d43265c1ea2ed1cc926832a94
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Dec 27 01:14:29 2009 +0100
collectd.conf: Added "LoadPlugin Monitorus/OpenVZ" in the "perl" config.
commit a5ec1dd6e4c102dee7ead87609c58a896ca68d3a
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Dec 27 00:59:26 2009 +0100
README: Added missing plugins.
More information about the collectd-changes
mailing list