[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.3'
Florian Forster
octo at verplant.org
Tue Apr 22 13:18:59 CEST 2008
ChangeLog | 30 +++++++++++++
configure.in | 24 +++++++++-
contrib/collection.cgi | 108 ++++++++++++++---------------------------------
contrib/migrate-3-4.px | 3 +-
src/sensors.c | 4 +-
version-gen.sh | 2 +-
6 files changed, 88 insertions(+), 83 deletions(-)
New commits:
commit 8caa0d691d9f6c22013aeaea7b6aa97be9f0a862
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date: Tue Apr 22 13:18:21 2008 +0200
Bumped version to 4.3.3; Updated ChangeLog.
commit bec5a6dda77c05eae27e5aeecdf601e573090cc5
Merge: 5aac2498eeacce2ab28302bca2103960a11474f7 9408d0b6c09eda66861826debd7f63a1e0cf5aea
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date: Tue Apr 22 13:17:05 2008 +0200
Merge branch 'collectd-4.2' into collectd-4.3
commit 9408d0b6c09eda66861826debd7f63a1e0cf5aea
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date: Tue Apr 22 13:16:34 2008 +0200
ChangeLog: Add missing notes about _REENTRANT and the sensors plugin.
commit 5aac2498eeacce2ab28302bca2103960a11474f7
Merge: 1584314f015f98abc61e74fdd6e47e200c8d02aa c3e81ce5e320472d9d5789c092886e301905011c
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date: Tue Apr 22 13:11:46 2008 +0200
Merge branch 'collectd-4.2' into collectd-4.3
Conflicts:
ChangeLog
version-gen.sh
commit c3e81ce5e320472d9d5789c092886e301905011c
Author: Florian Forster <octo at crystal.wlan.home.verplant.org>
Date: Tue Apr 22 10:28:20 2008 +0200
Bumped version to 4.2.7; Updated ChangeLog.
commit 8672bfabe38b28694487a4b896f24fb09162c161
Author: Sebastian Harl <sh at tokkee.org>
Date: Fri Apr 18 14:54:50 2008 +0200
migrate-3-4.px: Rename vs_processes's data source from "total" to "value".
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at verplant.org>
commit 33bff149ad50a39f2d21fa116cd2d44179097a0b
Author: Sebastian Harl <sh at tokkee.org>
Date: Fri Apr 18 14:53:50 2008 +0200
collection.cgi: Updated "vserver" graph definitions to version 4.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at verplant.org>
commit a67c726a4c669088eb40da491d9d41826e1388a9
Author: Florian Forster <octo at verplant.org>
Date: Fri Apr 18 07:23:48 2008 +0200
sensors plugin: Fix the return status of `sensors_snprintf_chip_name'.
The function should return <0 only if an error occured, but in two out of three
branches the initial status of -1 was not modified. This may have rendered the
sensors plugin unusable for some people.
commit f1075c2272062a581dabbc4fb4411c5d1f97acc5
Author: Sebastian Harl <sh at tokkee.org>
Date: Wed Apr 16 18:53:30 2008 +0200
configure: Build perl bindings only if a perl interpreter is available.
For this purpose a check for the perl interpreter has been added. As the
check for libperl requires a perl interpreter as well (to get the compiler
and linker flags) the perl module will be disabled as well if a perl
interpreter is not available.
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at verplant.org>
More information about the collectd-changes
mailing list