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

Florian Forster octo at verplant.org
Mon Mar 24 13:36:23 CET 2008


 build.sh                       |    8 
 configure.in                   |    2 
 contrib/README                 |    4 
 contrib/redhat/apache.conf     |    8 
 contrib/redhat/collectd.conf   |  209 ++++++++++++++++++++
 contrib/redhat/collectd.spec   |  410 +++++++++++++++++++++++++++++++++++++++++
 contrib/redhat/email.conf      |    8 
 contrib/redhat/init.d-collectd |   68 ++++++
 contrib/redhat/mysql.conf      |    9 
 contrib/redhat/nginx.conf      |    8 
 contrib/redhat/sensors.conf    |    9 
 contrib/redhat/snmp.conf       |   44 ++++
 src/collectd-unixsock.pod      |    4 
 src/liboconfig/oconfig.c       |   23 ++
 src/liboconfig/parser.y        |   14 +
 src/perl.c                     |    2 
 src/sensors.c                  |   30 ++-
 src/wireless.c                 |    4 
 18 files changed, 854 insertions(+), 10 deletions(-)

New commits:
commit ef493fef09db7227dcaedc2a3cae4a4a1ee4e1a9
Merge: adc7046fad284f828118b7190b267db0a4618431 3bb58d8d87a0db2b3177cbc52c2078c5543e7944
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Mar 24 13:36:17 2008 +0100

    Merge branch 'collectd-4.3'

commit 3bb58d8d87a0db2b3177cbc52c2078c5543e7944
Merge: 6ba3ecd88fec2fa10b698b2a91eea2e5cc9ef027 886a41b16b30e495b0508ceae3eeb9cea3304d43
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Mon Mar 24 13:36:05 2008 +0100

    Merge branch 'collectd-4.2' into collectd-4.3

commit 886a41b16b30e495b0508ceae3eeb9cea3304d43
Author: Sebastian Harl <sh at tokkee.org>
Date:   Mon Mar 24 12:07:20 2008 +0100

    liboconfig/parser.y: Enabled verbose error messages.
    
    This uses bison's "%error-verbose" option which might not be available in
    other yacc implementations.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 7aee817a090f1f825e68c3a0288a373c52e16e03
Author: Sebastian Harl <sh at tokkee.org>
Date:   Mon Mar 24 12:06:49 2008 +0100

    liboconfig: Include the filename in error messages.
    
    As collectd now supports more than one config file, this is more
    convenient.
    
    A module-global variable is used for that purpose. If no filename is
    available (e.g. if the user uses oconfig_parse_fh() directly), a string
    like "<fd#X>" is used instead, where X is replaced by the file descriptor.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit d92709332ac43db953605921d0d820b456223261
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sat Mar 22 17:22:49 2008 +0100

    perl plugin: Updated copyright information.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit c5f350282ef7874f6fbe4234a34c6b4831d3949f
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sat Mar 22 17:22:19 2008 +0100

    collectd-unixsock(5): Fixed some typos.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit a059273e4c2b6eef8d707d86b6f5a9dfb3e85430
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Sat Mar 22 11:14:03 2008 +0100

    sensors plugin: Print information why a specific feature is ignored in debug mode.
    
    As requested by Ondřej Válek.

commit 5a6dd55c7ce0d5426c402570bd787b65796439b0
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Sat Mar 22 10:45:11 2008 +0100

    wireless plugin: Fix reading the noise value.
    
    Accidentally the wrong value was used as `noise'. This patch fixes it.
    Thanks to Ondřej Válek for pointing this out.

commit 2eb288109f6b369f3b917f72dde8df9e07691da4
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sun Mar 9 19:59:15 2008 +0100

    build.sh: Use glibtoolize if it's available.
    
    This way, the script should work on e.g. MacOSX as well.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit c5d8344235ffedd8d37e31a7fefb131502dce212
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sun Mar 9 19:58:24 2008 +0100

    configure: Do not preset $with_libstatgrab and $with_libdevstat.
    
    Those variables are set when parsing the command line options and evaluated
    inside the AC_ARG_WITH() macro. Presetting them overwrites any command line
    options.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 6ba3ecd88fec2fa10b698b2a91eea2e5cc9ef027
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Sat Mar 22 10:07:34 2008 +0100

    contrib/redhat/collectd.spec: Updated the description of the package.
    
    Also updated the packager and vendor fields and added the redhat/ subdirectory
    to contrib/README.

commit 124f1272a411b6937447d68620b27a5c7e8fd36c
Author: Richard Shade <rshade at rightscale.com>
Date:   Sat Mar 22 09:55:05 2008 +0100

    contrib/redhat/: Added a spec file and affiliated config files.




More information about the collectd-changes mailing list