[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sun Feb 19 11:24:47 CET 2012
ChangeLog | 42 +++++++++++++++++
configure.in | 118 +++++++++++++++++++++++++++++++++++--------------
src/collectd.conf.pod | 13 +++++-
src/exec.c | 88 ++++++++++++++++++++-----------------
src/interface.c | 8 +---
src/network.c | 10 +++--
version-gen.sh | 4 +-
7 files changed, 195 insertions(+), 88 deletions(-)
New commits:
commit 45aa67ef031ed2b8083f92efa2cbb76e0da8c02e
Merge: c149ae3 31ec341
Author: Florian Forster <octo at collectd.org>
Date: Sun Feb 19 11:21:31 2012 +0100
Merge branch 'collectd-5.0'
Conflicts:
configure.in
Change-Id: Ifffa7df6b6c758650af7d942c26c8bd89568d8ea
commit 31ec341b9b5271aee8595a6622137820c3ea7b6f
Author: Florian Forster <octo at collectd.org>
Date: Sun Feb 19 11:12:43 2012 +0100
Bump version to 5.0.3; Update ChangeLog.
Change-Id: I3c73ac8b3ac73227e20ea32d052f5bea1575e29a
commit 3904b4b9fd1a53c93f31d8fec709a7b7b8300513
Merge: d0bb20f 8a81e4d
Author: Florian Forster <octo at collectd.org>
Date: Sun Feb 19 11:11:28 2012 +0100
Merge branch 'collectd-4.10' into collectd-5.0
Conflicts:
ChangeLog
version-gen.sh
Change-Id: Id72b28eb1432835ab710d1f551bb886d0638e079
commit 8a81e4d5907c43d22a808dbfe088eb4ddab2a16b
Author: Florian Forster <octo at collectd.org>
Date: Sun Feb 19 10:58:46 2012 +0100
Update ChangeLog.
Change-Id: I41518e6e48c089e79919d1bc65b03744872bcec0
commit 4e73ea641e34b6ea30710cff80baf4e870b6a7eb
Author: Florian Forster <octo at collectd.org>
Date: Fri Feb 17 15:09:26 2012 +0100
exec plugin: Replace tabs with spaces to fix indentation.
Change-Id: I6e623f237c1d79007bd471732476a4e32dafde97
commit 1c72a0f3c8a52bbbc6916d513bb1c1975abc0f29
Author: Gerrie Roos <groos at xiplink.com>
Date: Tue Dec 20 06:30:59 2011 +0200
network plugin: Fixed incorrect collectd warning when configuring network plugin.
Cosmetic only
Change-Id: I4c4c8fe19c23e9aa31b35e61eba31aa686429c10
Signed-off-by: Florian Forster <octo at collectd.org>
commit adf8ddcdc19cf1670269bf8654eb72f5dce658f6
Author: Gerrie Roos <groos at xiplink.com>
Date: Tue Jan 10 09:00:42 2012 +0200
exec plugin: incorrectly exited select loop on signal.
Sometimes dead modules won't be started up correctly or running ones
would not generate stats anymore. Problem manifests more often under
load and on multicore hw
Change-Id: Ifb70a74c0cd55fc421b65a1f4332147916eadb70
Signed-off-by: Florian Forster <octo at collectd.org>
commit a956e9ab41f6d1d1d58b06049b0f953fe02cd52f
Author: Cyril Feraudet <cyril at feraudet.com>
Date: Tue Feb 14 10:47:27 2012 +0100
configure.in: Use the `--libs_r' option of mysql-config.
Rather than the `--libs' option.
Change-Id: Idd2a3828f4d154f353c44a4b69aa094acbadcabf
Signed-off-by: Florian Forster <octo at collectd.org>
commit de30ad2d568880e64532cbafc48d76c7a25fde6b
Author: Florian Forster <octo at collectd.org>
Date: Sun Feb 5 14:02:07 2012 +0100
Bump version to 4.10.6; Update ChangeLog.
Change-Id: I95bfb6e742ba7ad9e2b9c89dc990cd4bf573dbfa
commit 98ee3804b22a16fb29b8498f8eec60b69df29f28
Author: Florian Forster <octo at collectd.org>
Date: Sun Feb 5 13:49:45 2012 +0100
Build system: Remove superfluous C(PP)FLAG.
Change-Id: Ic2f665869f863b1e0dca9b5ccde2803715386a3c
commit d1f72747955c107445b1d25235ba0f8b78d47f4b
Author: Florian Forster <octo at collectd.org>
Date: Sat Feb 4 16:28:02 2012 +0100
Build system: Use pkg-config to configure libiptc.
This hopefully fixes Goobuntu Bug #375733.
Change-Id: I0a4215351ce836fb62418cbd40bee27fd695d9da
commit d0bb20feb1c5915e8b8af24cc2d46c4ac82d6704
Merge: e6f09ba 3bda88e
Author: Florian Forster <octo at collectd.org>
Date: Fri Feb 3 11:49:04 2012 +0100
Merge branch 'collectd-4.10' into collectd-5.0
commit 3bda88e8b425f43644e303e6957e38ae59c1bc83
Author: Jo-Philipp Wich <jow at openwrt.org>
Date: Thu Feb 2 23:27:45 2012 +0100
version-gen.sh: Switch to bash due to bashisms.
Change-Id: I8480afad2d157382fb7e5ff35785e97066c8553c
commit f1dbd438b4b5ae69ff7c322fba087703b57ff225
Author: Florian Forster <octo at collectd.org>
Date: Mon Jan 30 16:29:13 2012 +0100
Revert "interface plugin: Fix for bogus interfaces under Solaris."
This results in problems on aggregated interfaces, amongst other things.
I guess Solaris users will need to use the "IgnoreSelected" option to
get rid of "bogus" interfaces.
This reverts commit e7a75874a24c1bf19931d5b4b423a0daa7f9be6b.
commit e6f09ba88ed8258e5bc3eb3834fb841eba77da39
Author: Florian Forster <octo at collectd.org>
Date: Mon Jan 30 14:47:04 2012 +0100
network plugin: Document the standard buffer size with more detail.
Change-Id: I48e61fc2613ca50c477794167f180e3b4f4fc673
More information about the collectd-changes
mailing list