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

Florian Forster octo at verplant.org
Sun Aug 16 09:29:08 CEST 2009


 src/madwifi.c |   45 +++++++++++++++++++++++++++++++++++++--------
 1 files changed, 37 insertions(+), 8 deletions(-)

New commits:
commit d8762c435fadaeaca222ab97d93bba2352449690
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Sun Aug 16 09:27:44 2009 +0200

    madwifi plugin: Rename the antenna stats.
    
    The first part of the type instance is already something like `ast_ant_rx' -
    using `antenna%i' as the second part is therefore redundant. Thanks to Ondrej
    for the pointer.

commit 3f09a6bfc9327f3d3c331b48f1c0cebcd4cd6628
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Sun Aug 16 09:21:05 2009 +0200

    madwifi plugin: Unify ioctl error handling.
    
    If an ioctl fails, a debug message is generated rather than an error message.
    There are several types of interfaces manages by the madwifi driver, and not
    all interfaces support all ioctls. Thanks to Ondrej for pointing this out.

commit 317e5932836ec040ccf3a19054a922eb7f00bd0a
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Sun Aug 16 09:13:31 2009 +0200

    madwifi plugin: Fix buffer handling around `readlink'.
    
    readlink(2) doesn't null-terminate the buffer in any case. Thanks to Ondrej for
    pointing this out.




More information about the collectd-changes mailing list