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

Florian Forster octo at verplant.org
Sat Jun 7 20:39:35 CEST 2008


 configure.in   |    2 +-
 src/collectd.h |   30 ++++++++++++++++++++++++++++++
 src/network.c  |   10 +++++++++-
 src/plugin.h   |    4 +++-
 4 files changed, 43 insertions(+), 3 deletions(-)

New commits:
commit 48b794525072b1ff00a90497ef0bb1f4030510f4
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Jun 7 20:39:04 2008 +0200

    network plugin: Don't blindly re-initialize everything in the init callback.
    
    Under Solaris the init functions are called every time the kstat chain
    is updated. Since, among other things, send_buffer_fill was set to zero
    here, the plugin ``forgot'' about values.
    
    Thank you very much to Eric LeBlanc for debugging this issue.

commit 136326a3ccded5e4f2944c38825f2a21d11aa58e
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Jun 6 12:32:13 2008 +0200

    src/collectd.h: Try even harder to determine endianess.
    
    NexentaStor 1.0.2 doesn't have <endian.h>, for example :/

commit b886f9aaf7675f1f9f242a2b9dfe119ce0672d66
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Jun 6 12:21:01 2008 +0200

    src/plugin.h: Use __attribute__((format)) for plugin_log.
    
    All __attribute__'s will be automatically set to /**/ when not using the
    GNU CC via a macro in src/collectd.h. This way this should be portable.




More information about the collectd-changes mailing list