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

Florian Forster octo at verplant.org
Fri Sep 2 03:22:13 CEST 2011


 src/irq.c |   81 ++++++++++++++++++++++++++++--------------------------------
 1 files changed, 38 insertions(+), 43 deletions(-)

New commits:
commit 66bdee8d4c974e893826335977e1cc52410380eb
Author: Bostjan Skufca <bostjan at a2o.si>
Date:   Thu Sep 1 20:35:38 2011 -0400

    irq plugin: Implement collection of non-numeric interrupts.
    
    Hi all!
    
    I've created a patch that enables collectd to collect all irqs present in
    /proc/interrupts, with numeric and string names (NMI, LOC, RES, etc).
    
    Two notices:
    a) Unfortunately I was unable to build collectd from git repo (build.sh
       failures), therefore I created this patch for latest stable release: 4.10.1
    b) I am fairly unexperienced in C programming, so please inform me gently of my
       mistakes:) But I am already using a patched version and it works fine.
    
    Any feedback on code quality or recommendations are welcome.
    
    Change-Id: Ia17bd953921051dfe53e838b76672adbef9e73c3
    Signed-off-by: Florian Forster <octo at collectd.org>




More information about the collectd-changes mailing list