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

Florian Forster octo at verplant.org
Tue Jan 29 10:40:33 CET 2013


 src/collectd.conf.pod |   82 ++++-
 src/netapp.c          |  822 +++++++++++++++++++++++++++++++++++++++++--------
 src/types.db          |    3 +
 3 files changed, 784 insertions(+), 123 deletions(-)

New commits:
commit 8ac7c0270993e9627a866c26f70c378036acb6d6
Merge: 2f8cbc2 2999bfd
Author: Florian Forster <octo at collectd.org>
Date:   Tue Jan 29 10:40:24 2013 +0100

    Merge remote-tracking branch 'github-tokkee/sh/netapp'

commit 2999bfde9512e3cfbc09362dbf697f8d17549d57
Author: Sebastian Harl <sh at tokkee.org>
Date:   Fri Jan 25 15:01:46 2013 +0100

    netapp plugin: Updated copyright information.

commit 4ed7c9e562f82eea9e5a8091d304399ecaaa37be
Author: Sebastian Harl <sh at tokkee.org>
Date:   Fri Jan 25 14:59:23 2013 +0100

    netapp plugin: Added support for quota statistics.
    
    If enabled, the plugin collects the used space and the number of used files
    based on qtree quotas. The interval at which those information is collected
    may be configured.

commit 096b09915242de5471e5d835400ae73f7e5e1a2c
Author: Sebastian Harl <sh at tokkee.org>
Date:   Fri Jan 25 14:32:32 2013 +0100

    netapp plugin: Added support for collecting dedup/compressed saved info.
    
    This information is available from the SIS subsystem starting with OnTap 8.1.

commit 194379810c9113c8eedd79c883ab6e960e5b4162
Author: Sebastian Harl <sh at tokkee.org>
Date:   Fri Jan 25 14:17:46 2013 +0100

    netapp plugin: Added VFiler® support.
    
    The plugin now accepts the <VFiler> config block (inside <Host> blocks). This
    is treated similar to <Host> blocks (it accepts all the same config options)
    and it inherits all connection related settings from the surrounding <Host>
    block (which may, however, be overwritten inside the <VFiler> block). However,
    all data collecting operations are done in the context of the specified
    VFiler®.

commit ef470bdb57213e6f81d8f38110bb6ca1ea4cf78b
Author: Sebastian Harl <sh at tokkee.org>
Date:   Fri Jan 25 13:12:45 2013 +0100

    netapp plugin: Added support for SnapVault® statistics.
    
    If enabled, the plugin collects lag time, transfer duration and transferred
    bytes for each relationship. The interval at which those information is
    collected may be configured.




More information about the collectd-changes mailing list