[collectd-changes] collectd, the system statistics collection daemon: Changes to 'st/netapp'

Florian Forster octo at verplant.org
Thu Sep 24 18:04:04 CEST 2009


 src/collectd.conf.pod |    9 ++-
 src/common.c          |   60 +++++++++++++-
 src/common.h          |    6 +-
 src/configfile.c      |   40 +++++++++
 src/configfile.h      |   10 ++
 src/netapp.c          |  221 +++++++++++++++++++++++++++++++++++--------------
 src/tokyotyrant.c     |   56 +------------
 7 files changed, 281 insertions(+), 121 deletions(-)

New commits:
commit cf5f67aac2c3eac314247d365e7612baafc80044
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Sep 24 18:03:51 2009 +0200

    netapp plugin: Improved handling host <Host /> blocks.
    
    Use the new "cf_util_get_string" and "cf_util_get_port_number" functions
    and free the host configuration if it fails.
    
    The "Login" option has been split up into the "User" and "Password" options.

commit 18550f63c4ab46ba762da30b5871afcb574ba82a
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Sep 24 17:54:21 2009 +0200

    netapp plugin: Rename set_global_{perf_,}vol_flag.
    
    Hopefully the new names are more descriptive.

commit 7de4b3692af84751fab5ac46a5da7414346ea50b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Sep 24 17:38:02 2009 +0200

    src/configfile.[ch]: Implement "cf_util_get_port_number".

commit 181a5bd7000bb378a04d4488adbc96c02d520426
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Sep 24 17:37:25 2009 +0200

    tokyotyrant plugin: Remove no longer needed includes.

commit 275bc6640dfc2ba747dd64884d9e91191f06fa82
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Sep 24 17:32:29 2009 +0200

    src/configfile.[ch]: Implement "cf_util_get_string".

commit 5528a3df5cc55d083b5aa1926843e810467070a5
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Sep 24 17:30:56 2009 +0200

    src/common.[ch]: Implement "service_name_to_port_number".
    
    It returns the numeric representation of a service name. The implementation
    has been taken from the tokyotyrant plugin.




More information about the collectd-changes mailing list