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

Florian Forster octo at verplant.org
Fri Oct 2 11:37:21 CEST 2009


 src/collectd.conf.pod |   29 ++++++++++-
 src/contextswitch.c   |    5 +--
 src/df.c              |  133 ++++++++++++++++++++++++++++++++++++++++++-------
 src/processes.c       |    6 +--
 src/types.db          |    2 +-
 5 files changed, 145 insertions(+), 30 deletions(-)

New commits:
commit 53f791cb6b55512101a0a0f42f9d91c356fa9591
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Oct 2 11:37:05 2009 +0200

    contextswitches, processes plugins: Don't print an error if number of fields don't match.
    
    Because we pick the required line further down, having lines with more
    fields is not illegal anymore.
    
    Thanks to Patrik Weiskircher for noticing :)

commit af9b05b8c7651d01a46c5af9b9a56192e0f4adde
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Oct 2 11:35:43 2009 +0200

    df plugin: Implement the "ReportInodes" option.
    
    This option can be used to enable / disable inode statistics collection.
    
    Defaults to "false" for now.

commit 0a73779531039d715e8ca405658c65ba03fad408
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Oct 2 11:29:44 2009 +0200

    df plugin: Implement the "ReportReserved" option.
    
    When enabled, the reserved space is reported separately. The "df_complex"
    type is used and the mount point or device name is used as plugin instance
    (as it should be) instead of the type instance (which is now needed for
    "free", "reserved" and "used").
    
    The INode handling has been split up in the same manner.




More information about the collectd-changes mailing list