[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.5'
Florian Forster
octo at verplant.org
Sat Nov 8 09:11:03 CET 2008
ChangeLog | 4 ++--
configure.in | 18 +++++++++++++++---
contrib/collection3/bin/graph.cgi | 21 +++++++++++++++++++--
src/apcups.c | 7 -------
src/configfile.c | 2 +-
src/libiptc/libip6tc.c | 2 +-
src/mysql.c | 4 +++-
src/utils_dns.c | 2 +-
8 files changed, 42 insertions(+), 18 deletions(-)
New commits:
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 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 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 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 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