[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Thu Jul 5 22:17:35 CEST 2007
ChangeLog | 3 +
configure.in | 70 +++++++++++++++++++++++++++++++++++---
contrib/PerlLib/Collectd.pm | 2 -
src/collectd-nagios.pod | 2 -
src/common.c | 63 ++++++++++++++++++++++++++++++++++
src/common.h | 9 ++++
src/hddtemp.c | 5 ++
src/mbmon.c | 5 ++
src/ntpd.c | 5 ++
src/utils_dns.c | 80 +++++++++++++++++++++++++++++++++++++++++++-
10 files changed, 231 insertions(+), 13 deletions(-)
New commits:
commit e4080f7aea79ffa3ad21fb2c8e6be311b1a404b9
Merge: c5bab65db542b276a776dc0643abcea91da60913 d4b6af75ff51019682b054b581abf85a391d13bc
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Thu Jul 5 22:16:17 2007 +0200
Merge branch 'collectd-4.0'
Conflicts:
configure.in
commit d4b6af75ff51019682b054b581abf85a391d13bc
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Thu Jul 5 22:02:48 2007 +0200
Bumped version to 4.0.5; Updated ChangeLog.
commit bf8460403e8575c0f476114c8ffb7916e7e5cfea
Author: Florian Forster <octo at huhu.verplant.org>
Date: Mon Jul 2 11:59:46 2007 +0200
collectd-nagios(1): Fix typo.
commit e0a11961abe16d9db8e9b853ace97da7e5b96988
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Jul 1 09:50:43 2007 +0200
dns plugin: Added support for the old bind-interface.
Apparently it is still in use, even in new distributions:
-- 8< --
bsbuild>uname -a
OpenBSD bsbuild 4.1 GENERIC#1435 i386
bsbuild>/usr/sbin/named -v
BIND 9.3.4
-- >8 --
commit 8811547c33ae23324d350919436c4ace1a795ca9
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Jul 1 08:53:18 2007 +0200
src/common.c: Allow the `pwbufp' argument to `getpwnam_r' to be NULL.
commit d6bb65ee60f5ea992b0701b98037cfeb3fd3e4e3
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Jun 30 23:22:41 2007 +0200
Impelemt an own version of `getpwnam_r'.
Since OpenBSD doesn't provide a threadsafe version itself, we need to provide
it in this case.. :/
commit 5a8e0d71e65d6d16934401d581f42c0f033bca0f
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Jun 30 17:01:04 2007 +0200
{hddtemp,mbmon,ntpd} plugins: Only use the `AI_ADDRCONFIG' if it's defined.
commit d4b364625cc80550a29f392e7a8cc4fdd3aebf00
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Jun 30 16:04:26 2007 +0200
configure.in: Include `sys/types.h' and `sys/param.h' before other `sys/*.h' includes.
This fixes build problems under OpenBSD.
More information about the collectd-changes
mailing list