[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Fri Oct 10 09:03:05 CEST 2008
README | 8 ++++--
configure.in | 13 +++++++++-
src/collectd-nagios.c | 62 ++++++++++++++++++++++++++++++++++-------------
src/collectd-nagios.pod | 32 ++++++++++++++++--------
src/configfile.c | 6 ++++-
src/netlink.c | 2 +-
src/network.c | 5 ++++
src/utils_cache.c | 1 +
8 files changed, 95 insertions(+), 34 deletions(-)
New commits:
commit 332cf199806de625661fa3a9bf9555f7a47ba9f9
Merge: 86f6ca2b5631e3ba487e420a670a7203260c8371 2c2e9a297f59c110ddd4adef6293fe80f39f15b7
Author: Florian Forster <octo at noris.net>
Date: Fri Oct 10 09:02:33 2008 +0200
Merge branch 'collectd-4.5'
Conflicts:
configure.in
commit 2c2e9a297f59c110ddd4adef6293fe80f39f15b7
Merge: b2a7cb85e09f67cbaf114eb64bf736f3a24d9d55 b24d793d347f6f6c8b29e25758fa2d925fb7e011
Author: Florian Forster <octo at noris.net>
Date: Fri Oct 10 09:01:54 2008 +0200
Merge branch 'collectd-4.4' into collectd-4.5
commit b24d793d347f6f6c8b29e25758fa2d925fb7e011
Author: Florian Forster <octo at huhu.verplant.org>
Date: Fri Oct 10 08:17:22 2008 +0200
src/utils_cache.c: Fix a serious memory leak.
Whenever a data set went missing, the its name (the `key'; up to (5*64)+4
bytes) was not free'd.
Thanks to Niraj Tolia for reporting this :)
commit 3c316743f0dccb70e49a10ed44951dd4b289d9f0
Author: Florian Forster <octo at huhu.verplant.org>
Date: Thu Oct 9 08:43:48 2008 +0200
src/configfile.c: Fix a minor memory leak.
Thanks to Niraj Tolia for reporting this :)
commit 086b9ef44986f157c627aafd17ad4ad640db9c6c
Author: Florian Forster <octo at huhu.verplant.org>
Date: Thu Oct 9 08:43:20 2008 +0200
network plugin: Fix a minor memory leak.
Thanks to Niraj Tolia for reporting this :)
commit c15b8401a52a76256e9c600a592beaf4c15e87a6
Author: Florian Forster <octo at huhu.verplant.org>
Date: Mon Oct 6 23:53:37 2008 +0200
collectd-nagios(1): Make the documentation easier to read, more correct and fix errors.
commit 452db816211a3a5322caaedc28fa17ffff72161d
Author: Florian Forster <octo at huhu.verplant.org>
Date: Mon Oct 6 15:35:42 2008 +0200
configure.in: Correct the `--enable-<plugin>' code.
The new behavior is documented in the `README' file, too.
commit 9276a81328091fdebc833eb10580d53bc51659db
Author: Bruno Prémont <bonbons at linux-vserver.org>
Date: Sun Oct 5 14:09:08 2008 +0200
configure.in: Let configure bail out on missing dependencies
The patch below adds check in AC_PLUGIN() that verifies if the
dependencies are met for any enabled plugin.
In case some dependency is missing (default is disabled and enabled
is selected) configure will fail after dumping summary so all
dependency issues are visible in a single configure pass.
A later addition would be to list requirements (dependencies, OS/Kernel
restrictions) for all plugins in an easily accessible location (e.g.
INSTALL file)
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit 953bd0f881faa40c415a1f1a9d7e2da739d343ff
Author: Florian Forster <octo at huhu.verplant.org>
Date: Mon Oct 6 11:46:59 2008 +0200
src/collectd-nagios.c: Improve handling of lines returned from `GETVAL'.
Then selecting only certain data sources with the `-d' option, the program
would try to read more lines from the server than the server reports, resulting
in the communication never finishing.
This patch resolves that problem and introduces a couple other error handling
blocks.
Thanks to Fabian Linzberger for pointing this out.
commit f713f3a43bb624186cc42313fa37fd79c5cf81be
Author: Florian Forster <octo at huhu.verplant.org>
Date: Sun Oct 5 12:12:52 2008 +0200
netlink plugin: Fix an incorrect format string.
More information about the collectd-changes
mailing list