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

Florian Forster octo at verplant.org
Sun Nov 5 18:34:25 CET 2006


 README                 |    2 
 contrib/collection.cgi |   16 +-
 src/collectd.conf.in   |   17 ++
 src/collectd.conf.pod  |   60 +++++++
 src/collectd.pod       |   10 +
 src/processes.c        |    6 
 src/sensors.c          |  390 +++++++++++++++++++++++++++++++++++++++++++------
 7 files changed, 449 insertions(+), 52 deletions(-)

New commits:
commit 994f35f120c06728701ecdc3b0691c804cb324b7
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Nov 5 18:27:13 2006 +0100

    sensors plugin: Improved the documentation in the sample configfile and the `collectd.conf(5)' manpage.

commit 52835eb94a3e86ae0d050398ed139b6eecd0e3e1
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Nov 5 15:08:34 2006 +0100

    sensors plugin: Some code cleanup.
    
    Very long lines have been broken into several shorter ones. `strncmp' has been
    replaced with `strcmp' where reasonable. Variables have been renamed and all
    variable declarations have been moved to the top of the block, as required by
    ANSI C prior to C99.

commit 0c7a16efd4921637d986f590c3e584de4be6d4bd
Merge: d34937fbce27c7f70bb2699e206abd74348763ce 0cdda92add207857edd730f5f0defe7ae4a6fe80
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Nov 5 13:16:07 2006 +0100

    Merge branch 'master' into ls/sensors

commit 0cdda92add207857edd730f5f0defe7ae4a6fe80
Merge: dfe12aadb65933d7dd15d5e42d3c6218900bed15 9b3c5eb42021a7043fd0f4d452807df1a6ba877d
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Nov 5 13:15:43 2006 +0100

    Merge branch 'processes'

commit d34937fbce27c7f70bb2699e206abd74348763ce
Author: Lubos Stanek <lubek at users.sourceforge.net>
Date:   Wed Nov 1 11:05:57 2006 +0100

    sensors plugin: Improved the extended naming.
    
    And changed indentation to be the same as anywhere else in the program.

commit e44c0c36b1c1724fb9d024525ea614c1152fe1e8
Author: Lubos Stanek <lubek at users.sourceforge.net>
Date:   Wed Nov 1 10:56:15 2006 +0100

    collectd.conf.pod: Corrected typos and punctuations.

commit 6e21f49a8b0944d28043dfccc4a49bfac3aaa316
Author: Lubos Stanek <lubek at users.sourceforge.net>
Date:   Wed Nov 1 10:52:28 2006 +0100

    collectd.conf.in: Correct the example entry for the sensors plugin.

commit a40b9ca097431f8aed6733760ae126aa0aaeba9c
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Oct 26 22:29:30 2006 +0200

    collection.cgi: Label the values displayed as `Temperature' in the temperature graph.

commit d1dfc7fda0fedac212cbd320ba78ef2c217f912d
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Thu Oct 26 22:27:59 2006 +0200

    collectd(1): Improved the information about sensors plugin's DSes.

commit def529326cb326ccc6ce33bbd6b39b92edbc0b76
Author: Lubos Stanek <lubek at users.sourceforge.net>
Date:   Wed Oct 25 16:23:42 2006 +0200

    sensors plugin: Improve the support for multiple chips and add an ignore functionality.
    
    Date: Tue, 24 Oct 2006 19:09:35 +0200
    From: Lubo?? Stan??k <lubek at users.sourceforge.net>
    To: collectd at verplant.org
    Subject: Re: [collectd] 3.10.1 - proposed patch to extend sensors plugin
    
    Enhancements:
    - precise sensor feature selection (chip-bus-address/type-feature) in the
      ExtendedSensorNaming mode
    - more sensor features (finite list)
    - honor sensors.conf's ignored
    - config Sensor option
    - config IgnoreSelected option
    - config ExtendedSensorNaming option
    - modified DS'es to include proper information about type in the
      ExtendedSensorNaming mode
    - /type- differs from yours because of the conflict between the type and the
      old DS in the ExtendedSensorNaming mode
    - the contrib/collection.cgi is modified to support both modes

commit 9b3c5eb42021a7043fd0f4d452807df1a6ba877d
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Oct 23 13:43:22 2006 +0200

    processes plugin: Only define `ps_list_register' if it is actually used.




More information about the collectd-changes mailing list