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

Florian Forster octo at verplant.org
Fri Oct 2 09:49:53 CEST 2009


 configure.in         |    4 ++
 src/Makefile.am      |    8 ++++
 src/collectd.conf.in |    1 +
 src/contextswitch.c  |  101 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/processes.c      |    2 +-
 src/types.db         |    1 +
 6 files changed, 116 insertions(+), 1 deletions(-)

New commits:
commit 4f0c7b9794d0ea888123502418545c8f1ff3fc9f
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Fri Oct 2 09:44:27 2009 +0200

    contextswitch plugin: Only submit if we actually did find a value.
    
    Also makes parsing more robust (strncmp would allow for garbage after the key,
    strtoul does not overflow when given an invalid string).

commit 051f794c1647dadee44a3d345c5a6e178bbca5a9
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Fri Oct 2 09:40:49 2009 +0200

    processes plugin: Don't *abort* if a line has more than two fields.

commit 11c3445e8931bbcefcb5b665a28fdae7691ebc6a
Author: Patrik Weiskircher <weiskircher at inqnet.at>
Date:   Thu Oct 1 13:57:12 2009 +0200

    Added contextswitch plugin (for linux).
    
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>




More information about the collectd-changes mailing list