[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Wed Dec 3 23:03:58 CET 2008
configure.in | 30 +++++++++++++++++++++++++++---
1 files changed, 27 insertions(+), 3 deletions(-)
New commits:
commit 97fe230249ff8bf6aa71acfa206443c4a7238ab7
Merge: 5394b98619328ad1e5a7e8b847f973e8cff6543c 37b233846620c200626518416e175bb317865a4b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Wed Dec 3 22:59:06 2008 +0100
Merge branch 'collectd-4.5'
commit 37b233846620c200626518416e175bb317865a4b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Wed Dec 3 22:56:18 2008 +0100
configure.in: Check for `kvm_openfiles'.
Check for both, `kvm_nlist' and `kvm_openfiles' before enabling the
tcpconns plugin with libkvm: Solaris has a libkvm, too, but doesn't
provide the necessary functions to read the connections with it. At
least not in the same way.
commit ec404735b0676bb44fdba10f3760e1ba9632405a
Merge: 05a85bbebdef9f8e7c1b0c09d5a2145c2f2d10af 1862f170da675eb9bbf53193b93e3e9cbcb97540
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Wed Dec 3 22:50:50 2008 +0100
Merge branch 'collectd-4.4' into collectd-4.5
commit 1862f170da675eb9bbf53193b93e3e9cbcb97540
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Wed Dec 3 22:07:24 2008 +0100
configure.in: Some improvements for Solaris, expecially the swap plugin.
If Solaris is detected, "-D_POSIX_PTHREAD_SEMANTICS" will be added to
CPPFLAGS automatically now.
If sys/swap.h is not found, print a message suggesting to build a 64bit
binary. (sys/swap.h cannot be included when a 32bit binary is being built,
but it's most likely present under Solaris.)
Enable the swap plugin only if sys/swap.h has been found (when under
Solaris).
More information about the collectd-changes
mailing list