[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Mon Nov 12 08:33:40 CET 2012
ChangeLog | 152 +++++++++++++++++++++++++++++
Makefile.am | 7 +-
configure.in | 29 +++---
contrib/collection3/bin/index.cgi | 22 -----
src/Makefile.am | 2 +
src/collectd-python.pod | 83 ++++++++--------
src/netlink.c | 10 +-
src/network.c | 14 ++-
src/ping.c | 194 ++++++++++++++++++++-----------------
src/python.c | 67 +++++++------
src/pyvalues.c | 161 ++++++++++++++++--------------
version-gen.sh | 2 +-
12 files changed, 463 insertions(+), 280 deletions(-)
New commits:
commit e2bdca73d28ff16ab23af1d8eec984badb1a2513
Merge: 148b944 3066976
Author: Florian Forster <octo at collectd.org>
Date: Mon Nov 12 08:28:16 2012 +0100
Merge branch 'collectd-5.1'
commit 3066976a238c67c0f6ac874d3d08394a4e2a247f
Author: Florian Forster <octo at collectd.org>
Date: Sun Nov 11 12:56:53 2012 +0100
Bump version to 5.1.1; Update ChangeLog.
commit 1d7439282ad415e7d1630598becae3109c7d2735
Merge: 642bde1 494386d
Author: Florian Forster <octo at collectd.org>
Date: Sun Nov 11 12:43:52 2012 +0100
Merge branch 'collectd-5.0' into collectd-5.1
Conflicts:
ChangeLog
version-gen.sh
commit 494386dffbab10af47c08846e6e3fec2b2ae5107
Author: Florian Forster <octo at collectd.org>
Date: Sun Nov 11 12:30:56 2012 +0100
Bump version to 5.0.5; Update ChangeLog.
commit 9e7b3a035836474cb4af253b248de30d5eb97f4d
Merge: 4005961 96bcc6a
Author: Florian Forster <octo at collectd.org>
Date: Sun Nov 11 12:05:17 2012 +0100
Merge branch 'collectd-4.10' into collectd-5.0
Conflicts:
ChangeLog
src/pyvalues.c
version-gen.sh
commit 96bcc6a8ec704702462784de938674f7e5a03e2f
Author: Florian Forster <octo at collectd.org>
Date: Sun Nov 11 11:39:43 2012 +0100
Update version-gen.sh.
commit 9ee128f57ebf5b983263076982d4a6ff9418eaf8
Author: Florian Forster <octo at collectd.org>
Date: Sun Nov 11 11:32:55 2012 +0100
Bump version to 4.10.8; Update ChangeLog.
commit c207f0ca4e3eca8d8bbd897884ae3ad8f8e9859d
Author: Florian Forster <octo at collectd.org>
Date: Sun Nov 11 10:57:55 2012 +0100
ping plugin: Don't abort the "ping_thread" when ping_send() fails.
This may happen when the network is down. If the thread fails, the read
callback will indicate an error and the exponential back-off will start.
This is not optimal for this scenario, since you usually want to have
ping stats from right when the network is back up.
Fixes Github issue #171.
commit e09db531fa5ec2ce997154e4ad5d4fdee298f94a
Author: Florian Forster <octo at collectd.org>
Date: Sun Nov 11 10:56:00 2012 +0100
ping plugin: Refactor "ping_thread": Move iteration over hosts into a function.
commit 601a4eae6906761b26bdb555b005d93090c17a04
Author: Brian Aker <brian at tangent.org>
Date: Fri Oct 26 02:02:15 2012 -0400
1) Cleans up one configure.ac error AC_LINK_IFELSE requires AC_LANG_PROGRAM (or something similar) to get the setup right.
2) Fix for maintaier-clean so that you can run the autoreconf build script multiple times.
3) Clean up the generated man pages when running cleanup.
Signed-off-by: Florian Forster <octo at collectd.org>
commit 180e00031294e090167a19958b4030387a0c90a0
Author: Idan Kamara <idankk86 at gmail.com>
Date: Wed Oct 24 11:31:48 2012 +0200
collectd-python.conf(5): fix register_* argument description
Signed-off-by: Florian Forster <octo at collectd.org>
commit f0a8b7aae5aeb6c5cc1c2b8e95745927ff4f45ac
Author: Idan Kamara <idankk86 at gmail.com>
Date: Wed Oct 24 11:30:28 2012 +0200
collectd-python.conf(5): change phrasing of function descriptions
Signed-off-by: Florian Forster <octo at collectd.org>
commit 3709e1d89fba561ae035bd541e354f904213e830
Author: Idan Kamara <idankk86 at gmail.com>
Date: Wed Oct 24 11:29:03 2012 +0200
collectd-python.conf(5): change phrasing of minimum required version
Signed-off-by: Florian Forster <octo at collectd.org>
commit 0b8957dec627488ea1e76386eb37a8b9766bae31
Author: Idan Kamara <idankk86 at gmail.com>
Date: Wed Oct 24 10:53:58 2012 +0200
collectd-python.conf(5): fix trivial spelling mistakes
Signed-off-by: Florian Forster <octo at collectd.org>
commit 3c7b3ddef30b7cd457f2ca2fd9535cced829874b
Author: Idan Kamara <idankk86 at gmail.com>
Date: Wed Oct 24 10:49:17 2012 +0200
collectd-python.conf(5): capitalize Python
Signed-off-by: Florian Forster <octo at collectd.org>
commit 642bde1ec7306e5dc0fed28fda72807f2d97a3fd
Author: Florian Forster <octo at collectd.org>
Date: Sat Nov 10 08:58:00 2012 +0100
collection3: Remove duplicate definition of contains_invalid_chars().
Thanks to Jonathan Amiez for pointing this out!
Fixes Github issue #160.
commit 80d8e6744a2736e25ac2d991b51ac2a6710b0994
Author: Chris Lundquist <chris.lundquist at bluebox.net>
Date: Fri Oct 12 03:15:13 2012 -0700
network.c: call gcry_check_version() as required by library.
Signed-off-by: Florian Forster <octo at collectd.org>
commit e1cbbf3d7bce76be363f28f83ac87c59156ef2a2
Merge: 696a7c6 e1da538
Author: Florian Forster <octo at collectd.org>
Date: Sat Oct 20 08:57:02 2012 +0200
Merge remote-tracking branch 'trenkel/collectd-4.10' into collectd-4.10
commit 696a7c67a5b4bdebfed107c2792c2c66458a0821
Author: KIvosak <kivos at seznam.cz>
Date: Sat Oct 13 12:50:40 2012 +0200
Change the libnetlink function used to query link statistics to match iproute2's behavior and thus not trip on the kernel's new parsing of optional attributes for RTM_GETLINK.
Signed-off-by: Florian Forster <octo at collectd.org>
commit e1da538180881c6dcc1d686e504128327a1f56b9
Author: Sven Trenkel <collectd at semidefinite.de>
Date: Sun Oct 14 15:12:45 2012 +0000
python: Fix memory leaks.
More information about the collectd-changes
mailing list