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

Florian Forster octo at verplant.org
Tue Sep 23 16:52:13 CEST 2014


 src/Makefile.am       |  252 ++++++++++-----------
 src/collectd.conf.in  |    2 +-
 src/collectd.conf.pod |   42 +++-
 src/cpu.c             |  588 +++++++++++++++++++++++++------------------------
 src/memory.c          |   41 +++-
 5 files changed, 491 insertions(+), 434 deletions(-)

New commits:
commit 4de560d2c4a135317c69c2ee356240d3772d9957
Author: Florian Forster <octo at collectd.org>
Date:   Tue Sep 23 07:52:04 2014 -0700

    src/Makefile.am: Make sure plugins only export "module_register".
    
    While there, put the LDFLAGS shared between all plugins into a separate
    variable.

commit 2a8ee0dbb694eac183fff0306ea9c41c46facad7
Merge: 0e36357 f4a2e0b
Author: Florian Forster <octo at collectd.org>
Date:   Tue Sep 23 07:13:52 2014 -0700

    Merge remote-tracking branch 'github/pr/697'

commit 0e363577f4d0a94bef1929f9d9829fb94765ec1e
Merge: 32d5f1a 9faff71
Author: Florian Forster <octo at collectd.org>
Date:   Tue Sep 23 07:09:47 2014 -0700

    Merge remote-tracking branch 'github/pr/734'

commit f4a2e0b5776f18ed1251688a785adc7f802a01d6
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Fri Aug 8 11:34:20 2014 +0200

    memory: make linux slab reporting work with older kernels

commit 121339cfc548d2d5bb0e65a2a83a6fd6bb803686
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Fri Aug 8 11:05:33 2014 +0200

    memory: adjust safeguard to changes from previous commit

commit 9faff71de9d74939223192766c93e1d18c2d1186
Author: Florian Forster <octo at collectd.org>
Date:   Tue Sep 16 09:52:10 2014 +0200

    cpu plugin: Various, random fixes and improvements:
    
    * Add Pierre-Yves to the list of copyright holders.
    * Make sure the entire file is consistently indented.
    * Renamed the "ReportActive" config option to "ReportByState"
      (with negated logic).
    * Renamed internal functions to better reflect their use.
    * Let cpu_stage() (née submit()) work on individual counters / derives
      rather than an array, removing logic from the cpu_read() function.
    * Rename CPU_SUBMIT_* to CPU_STATE_*.
    * Move legacy behavior it its own function, cpu_commit_without_aggregation().




More information about the collectd-changes mailing list