[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.1'
Florian Forster
octo at verplant.org
Sun Sep 2 18:16:38 CEST 2007
configure.in | 2
contrib/collection.cgi | 295 +++++++++++++++++--------------------------------
src/common.c | 9 +
3 files changed, 116 insertions(+), 190 deletions(-)
New commits:
commit 0f0dd3b00845209b865862c073813caf44d01ae8
Merge: 147881fa62325e7049df62765743444a3d0e4cf6 eb9df12331cd6b07c4223dbda9a948fcb244841e
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sun Sep 2 18:15:36 2007 +0200
Merge branch 'collectd-4.0' into collectd-4.1
Conflicts:
contrib/collection.cgi
commit eb9df12331cd6b07c4223dbda9a948fcb244841e
Author: Florian Forster <octo at huhu.verplant.org>
Date: Sun Sep 2 18:01:05 2007 +0200
contrib/collection.cgi: Don't show all the plugins on the host's page.
Waiting for so many graphs to load is no fun. You _have_ to specify the plugins
you're interested in now.
commit e201fc28f96ee7eeac05ecf40e794c6203e8648e
Author: Florian Forster <octo at huhu.verplant.org>
Date: Sat Sep 1 20:59:27 2007 +0200
contrib/collection.cgi: Quite some changes, but still incomplete and not very usable..
commit 32957f99ace1cb96afbbcebe6a5ae07df0f89013
Merge: fa7db5e964775dc39e71661884de9f4f8bde7ef6 39ab70bc40bb5e68c970b694c52c832ddfd5303a
Author: Florian Forster <octo at huhu.verplant.org>
Date: Sun Sep 2 17:55:38 2007 +0200
Merge branch 'pull/collectd-4.0' into collectd-4.0
commit fa7db5e964775dc39e71661884de9f4f8bde7ef6
Author: Sebastian Harl <sh at tokkee.org>
Date: Sun Sep 2 16:24:28 2007 +0200
Added the AC_FUNC_STRERROR_R check.
Even though Posix requires "strerror_r" to return an "int", some systems
(e.g. the GNU libc) return a "char *" _and_ ignore the second argument.
sstrerror() (in src/common.c) has been changed to be aware of this and
handle both cases correctly.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
More information about the collectd-changes
mailing list