[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sat Nov 8 09:11:07 CET 2008
ChangeLog | 8 ++++----
configure.in | 18 +++++++++++++++---
contrib/collection3/bin/graph.cgi | 21 +++++++++++++++++++--
contrib/exec-munin.px | 2 +-
contrib/fedora/collectd.spec | 2 +-
contrib/redhat/collectd.conf | 2 +-
contrib/redhat/collectd.spec | 4 ++--
src/Makefile.am | 6 +++---
src/apcups.c | 7 -------
src/collectd.conf.in | 2 +-
src/configfile.c | 4 ++--
src/filecount.c | 2 +-
src/libiptc/Makefile.am | 3 ++-
src/mysql.c | 4 +++-
src/perl.c | 2 +-
src/types.db.pod | 7 ++++---
src/utils_complain.c | 1 +
src/utils_dns.c | 2 +-
18 files changed, 62 insertions(+), 35 deletions(-)
New commits:
commit 03576db7496264c5e7054e6cc765db0beea4a0da
Merge: 576d966de9a98aacd1a2740abb349022cc32d913 eb78f4965a6a2cd25c54ffb832f5e42744d968ad
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Nov 8 09:01:12 2008 +0100
Merge branch 'sh/next'
commit 576d966de9a98aacd1a2740abb349022cc32d913
Merge: 60a77a6f3855f181e723aa3f4f645ea480ddd359 e628f39838a67b40d52dfb8425b4d8474fbd0550
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Nov 8 09:00:00 2008 +0100
Merge branch 'collectd-4.5'
commit e628f39838a67b40d52dfb8425b4d8474fbd0550
Merge: b6612126d862d182d9219e0512fa9ca833272b62 23164f56d04219d0dd1b1e4954c3edc0609f0eb8
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Sat Nov 8 08:59:17 2008 +0100
Merge branch 'collectd-4.4' into collectd-4.5
commit eb78f4965a6a2cd25c54ffb832f5e42744d968ad
Author: Sebastian Harl <sh at tokkee.org>
Date: Fri Oct 10 15:07:05 2008 +0200
Install types.db into PKGDATADIR instead of PKGLIBDIR.
The FHS specifies that /usr/share should be used to store architecture
independent data while /usr/lib includes object files, libraries and
architecture dependent data.
commit b6612126d862d182d9219e0512fa9ca833272b62
Author: Sebastian Harl <sh at tokkee.org>
Date: Wed Oct 29 17:15:13 2008 +0100
libiptc/Makefile.am: Added xtables.h, libxtc.h to libiptc_la_SOURCES.
Else, those files would not be included in the tarball.
commit bfbb2252fd2cfcd412081b0f012825a57268bd6e
Author: Sebastian Harl <sh at tokkee.org>
Date: Sat Nov 1 12:19:29 2008 +0100
src/Makefile: Build ipvs and uuid plugins using $AM_CFLAGS.
commit 23164f56d04219d0dd1b1e4954c3edc0609f0eb8
Author: Sebastian Harl <sh at tokkee.org>
Date: Sat Nov 1 11:28:30 2008 +0100
configure, mysql plugin: Check for mysql.h as well.
Up to now, only mysql/mysql.h has been checked for. However, mysql_config
--cflags usually adds the complete path to mysql.h to the include flags. In
most setups, mysql/mysql.h can be found in the search path as well (usually
the header is available in something like /usr/include/mysql/mysql.h) so this
issue has not been found so far. However, if that's not the case, the build
will fail.
Thanks to Dusty Doris <collectd at dusty.name> for reporting this.
commit 6df04cbfbcf22db5e0550800b736f080182c43e0
Author: Florian Forster <octo at huhu.verplant.org>
Date: Fri Oct 31 18:05:39 2008 +0100
contrib/collection3: Add the `format' parameter to the graph.cgi.
With this parameter one can specify the file format the graph is returned in,
for example `format=SVG' for an SVG image.
commit 3b15de8ce4f65fce1aca8a9d8180557e6001121c
Author: Florian Forster <octo at huhu.verplant.org>
Date: Fri Oct 31 15:55:19 2008 +0100
src/utils_complain.c: Include "collectd.h" as first header file.
This is needed to get the _FILE_OFFSET_BITS define right.
commit 9b0038d949ad063eab51b21c11d46b7df409e1cb
Author: Florian Forster <octo at huhu.verplant.org>
Date: Fri Oct 31 15:44:53 2008 +0100
apcups plugin: Include "collectd.h" *before" <stdlib.h>.
If not defined, <stdlib.h> sets/defines _FILE_OFFSET_BITS. Since (in 32bit
mode) "collectd.h" defines that, too, you'll run into compilation problems.
commit 062a664da9fbf134f816a11f255ef90054a9de08
Author: Sebastian Harl <sh at tokkee.org>
Date: Thu Oct 30 16:27:37 2008 +0100
filecount plugin: Fixed an off-by-one error in the configuration code.
The memory allocated to store the information about configured directories did
not take into account the newly added directory. This would cause a segfault
at some point of time (when specifying more than four directories in my case).
Thanks to Martin Janota <janota.m at cce.cz> for finding and reporting this bug.
commit 671b79940f4a187ffed28a720dc782208240f0b4
Author: Ulrich Habel <rhaen at netbsd.org>
Date: Wed Oct 29 07:01:12 2008 +0100
perl plugin: Fix an uninitialized variable warning.
Resolves: #33
commit 4639bd0e1865a24158a3f7b46ea9b6d95cbf3f4e
Author: Ulrich Habel <rhaen at netbsd.org>
Date: Wed Oct 29 06:54:26 2008 +0100
src/utils_dns.c: Cast a `char' to `int' when using `tolower'.
This is needed at least on NetBSD, but probably on other non-GNU libcs as well.
Resolves: #32
commit 9f83527479509ec7303a9b2bdc32569f310fd67d
Author: Devid Antonio Filoni <devidfil at gmail.com>
Date: Sat Oct 18 22:01:53 2008 +0200
libiptc/libip6tc.c: Fix a glibc 2.8 compatibility problem.
Hi,
the attached patch fix the build with glibc 2.8. Please include it in
the next version.
Thanks,
Devid Antonio Filoni
Signed-off-by: Sebastian Harl <sh at tokkee.org>
Signed-off-by: Florian Forster <octo at huhu.verplant.org>
commit e413a54fa7e1650e8df15d9d1248c41a9078a8aa
Author: Florian Forster <octo at huhu.verplant.org>
Date: Mon Oct 20 08:42:11 2008 +0200
src/configfile.c: Fix a closing-brace comment.
commit 3fe10969fa69f6281ea1b272c2c61c14fb1fa671
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Thu Oct 16 23:17:15 2008 +0200
ChangeLog: Fix a typo.
commit 6fabf5eaaf356c0d0423fa6fa56d4c4352c1a9bd
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Thu Oct 16 23:16:38 2008 +0200
ChangeLog: Fix a typo.
More information about the collectd-changes
mailing list