[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'

Florian Forster octo at verplant.org
Mon Jul 6 13:46:38 CEST 2009


 ChangeLog                      |   55 +++++++++++++++++++++++++---
 bindings/java/Makefile.am      |    2 +-
 configure.in                   |    3 +-
 contrib/collectd2html.pl       |   79 ++++++++++++++++++++++++++++------------
 src/Makefile.am                |    6 ++--
 src/collectd.conf.in           |    9 +++++
 src/collectd.conf.pod          |   13 +++++--
 src/common.c                   |    4 ++
 src/configfile.c               |   13 ++++---
 src/dns.c                      |    2 +-
 src/gmond.c                    |    2 +-
 src/java.c                     |   15 ++++++--
 src/libcollectdclient/client.c |    2 +-
 src/utils_cache.c              |   24 +++++++++++--
 version-gen.sh                 |    2 +-
 15 files changed, 179 insertions(+), 52 deletions(-)

New commits:
commit fa9fd186f4e09c24a02d9541c2409d21bf282087
Merge: dd07b5921abe3ad07dffa189a7f3436a8c51b825 b3bfb951c73ea3d232e0e97a42479a5e3310125d
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date:   Mon Jul 6 13:45:41 2009 +0200

    Merge branch 'collectd-4.7'

commit b3bfb951c73ea3d232e0e97a42479a5e3310125d
Merge: eca9697688b122bfb2a9295740afd76576b5d560 4c7e56830fbabdc909e5f24508de58e22f3fcd21
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date:   Mon Jul 6 13:45:32 2009 +0200

    Merge branch 'collectd-4.6' into collectd-4.7

commit eca9697688b122bfb2a9295740afd76576b5d560
Author: Sebastian Harl <sh at tokkee.org>
Date:   Mon Jun 22 20:24:20 2009 +0200

    bindings/java/Makefile.am: Fully support $DESTDIR.

commit 0b9f46183979b42dfc078f6edf65ff4281735dbc
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sat Jun 6 22:13:03 2009 +0200

    src/Makefile: Link the ping plugin against libm.
    
    The plugin now uses sqrt() which is provided by the math lib.

commit 4c7e56830fbabdc909e5f24508de58e22f3fcd21
Author: Sebastian Harl <sh at tokkee.org>
Date:   Mon Jun 22 16:02:24 2009 +0200

    collectd2html.pl: Added --recursive command line option.
    
    This option may be used to recursively scan the specified directory for RRD
    files. This way, the script works reasonably well with collectd 4.
    
    Thanks to 'ABL <abl at xxx.lt>' for providing an initial patch in Debian bug
     #482185.

commit a37c766a9309e6efe7653d81fe4c44d6dc5b0af8
Author: Ivan Shmakov <ivan at theory.asu.ru>
Date:   Wed May 21 17:40:04 2008 +0700

    collectd2html.pl: Allow for --imgformat to be passed to rrdtool.
    
    This was reported as Debian bug #482185.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>

commit 0a3958efcdda5d3c639a5b74982b796ea87df2b6
Author: Florian Forster <octo at noris.net>
Date:   Wed Jul 1 15:39:11 2009 +0200

    gmond plugin: Use `strtoull' to parse counter values.
    
    Instead of `strtoll'.

commit c5470f98e71c4f73e3b2f85d17c21d24fccaf156
Author: Florian Forster <octo at noris.net>
Date:   Wed Jul 1 14:56:17 2009 +0200

    src/common.c: More reliable error reporting in `parse_values'.

commit 449418fb46e6898e79b584f5de7e9dcefeba8f92
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Jun 27 13:19:53 2009 +0200

    configure.in: Add -rpath to JAVA_LDFLAGS.

commit 658e44d47088aaea3c59fb248336a74fdefe4245
Merge: 029cc5b0d4c30339c58b164d8807f568e1509ae8 51981096aa31e63ac104b993e013166394f71be3
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Jun 20 12:51:45 2009 +0200

    Merge branch 'collectd-4.6' into collectd-4.7

commit 51981096aa31e63ac104b993e013166394f71be3
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Jun 20 12:50:21 2009 +0200

    src/utils_cache.c: Try to improve code readability.
    
    Unfortunately, there is quite some magic going on there :/

commit da526faa4a18a0028d3b4d92473bfb7755f00d88
Author: Andrés J. Díaz <ajdiaz at connectical.com>
Date:   Sat Jun 20 12:49:34 2009 +0200

    src/utils_cache.c: Fix OKAY notifications for missing values.

commit 029cc5b0d4c30339c58b164d8807f568e1509ae8
Author: Mirko Buffoni <briareos at eswat.org>
Date:   Sat Jun 20 12:24:41 2009 +0200

    src/Makefile.am: Link the `sensors' plugin against libsensors.
    
    This regression was introduced in 451d75ba.

commit acd25837217277ae9f7dfb68468a626ca10eebd6
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Jun 20 11:43:42 2009 +0200

    dns plugin: Improve debug message.

commit d2c4cb59b2b8a52d613e5caac090736d02e90dbf
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Jun 2 21:53:29 2009 +0200

    libcollectdclient/client.c: Made sstrerror() static.
    
    This is a private helper function only.

commit 401ef05e3ca006d3b62ea504b6ba0d5d8f493489
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Jun 2 11:39:41 2009 +0200

    Bumped version to 4.7.1; Updated ChangeLog.

commit 3f0d178e58251171272a643e1667abcb9946edce
Merge: 293f51479144f9a7b34dbb835da1143ae850b159 452a77a524df028532f4d096c29b7e2a4f5102b7
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Jun 2 11:31:32 2009 +0200

    Merge branch 'collectd-4.6' into collectd-4.7
    
    Conflicts:
    	ChangeLog
    	src/collectd.conf.pod
    	version-gen.sh

commit 452a77a524df028532f4d096c29b7e2a4f5102b7
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Jun 2 11:15:03 2009 +0200

    Bumped version to 4.6.3; Updated ChangeLog.

commit 293f51479144f9a7b34dbb835da1143ae850b159
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sun May 31 22:56:39 2009 +0200

    configure: Include libganglia in the configuration summary.

commit 4002244a84042ff194f80a9f158705664a697d1e
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed May 27 21:58:00 2009 +0200

    ChangeLog: Fixed sorting of entries.

commit 1b92a7aa5cb90a36380680d1ee4f68e87896e35f
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu May 28 11:15:41 2009 +0200

    configfile.c: Fixed Include'ing empty files.
    
    When including empty files, a typo prevented that the "Include" child (of the
    config parse tree) was removed correctly, leaving behind garbage which in turn
    led to a segfault if the Include option was not the last element of the config
    file.
    
    Also, another Include option following the inclusion of an empty file used to
    be ignored. This has been fixed as well.

commit 2450298205d926c2679bd5fd2b25a614112436a0
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu May 28 12:10:42 2009 +0200

    java plugin: Replace dots ('.') with slashes ('/') when loading a class.
    
    Thanks to Randy Rizun for pointing this out:
    
    Hi!
    
    just wanted to point out an issue in cjni_config_load_plugin
    
    the call to FindClass passes the "Name" verbatim from the LoadPlugin directive
    
    one might intuitively say LoadPlugin "com.foobar.Plugin"
    
    whereas FindClass wants to see it as "com/foobar/Plugin"
    
    so I guess either (a) document LoadPlugin to say to use slashes or (b)
    subst / for . in cjni_config_load_plugin or (c) something else?!?
    
    of course, everything works fine if my plugin is in the 'default' java
    package (i.e., no package name) =)
    
    either way, thanks a lot for the great work!!
    
    -Randy

commit 9ae4ff9053e3ae8923db028b75669fcda19eb4ae
Author: Randy Rizun <rrizun at gmail.com>
Date:   Thu May 28 12:06:37 2009 +0200

    java plugin: Use slashes rather than dots to lookup classes.
    
    there are three (3) invocations of FindClass that use "." periods
    instead of "/" slashes
    
    java.lang.Long
    java.lang.Double
    org.collectd.api.DataSet
    
    those need to be fixed up to use "/" slashes
    
    Thanks!

commit 4201b3dd5ddc8cf41fd904625e8716a34a53f420
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed May 27 13:51:05 2009 +0200

    collectd.conf(5): Fixed alphabetic sorting of plugins.

commit c16c87053165a07fdeb6d5469085142ff87a2ecb
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed May 27 13:38:05 2009 +0200

    collectd.conf(5): Mark {Min,Max}PGVersion as deprecated.
    
    Instead, document the {Min,Max}Version options.

commit d3a52ccd1bef9ed76d6374f9312668153fbbcb01
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed May 27 13:06:10 2009 +0200

    collectd.conf: Added a sample ipmi config block.




More information about the collectd-changes mailing list