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

Florian Forster octo at verplant.org
Sat Dec 20 10:43:35 CET 2008


 src/collectd.c        |   13 +++++++++----
 src/collectd.conf.in  |    2 +-
 src/collectd.conf.pod |   34 ++++++++++++++++++----------------
 src/common.c          |    4 ++--
 src/email.c           |    6 ++++++
 src/ipmi.c            |    4 ++--
 src/rrdtool.c         |    9 +++++++++
 src/unixsock.c        |    7 +++++++
 src/utils_dns.c       |    6 +++---
 9 files changed, 57 insertions(+), 28 deletions(-)

New commits:
commit 074b4980bc75bea6826e6a38dcc6e193a721b2a8
Merge: 5d7d1a7ee2aec05639398e6d93e998ae418d0065 f5edd182195cb7a13fa32846ae869a8b8dcc1e3f
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Dec 20 10:17:26 2008 +0100

    Merge branch 'collectd-4.4' into collectd-4.5
    
    Conflicts:
    
    	src/utils_dns.c

commit f5edd182195cb7a13fa32846ae869a8b8dcc1e3f
Author: Sebastian Harl <sh at tokkee.org>
Date:   Fri Dec 19 18:20:41 2008 +0100

    Do not use *printf() to report errors / debugging messages.
    
    The only exception to that is during configuration (which is done before
    daemonization) to let the user know about problems immediately.

commit bd702098d986e4985fdf4f7f7658ff4532d96533
Author: Sebastian Harl <sh at tokkee.org>
Date:   Fri Dec 19 17:00:56 2008 +0100

    collectd.conf(5): Updated the section about the "mysql" plugin.
    
     * Do not talk about what RRD files things end up in - there is more than
       "rrdtool" by now.
     * Updated the section number of the "Server Status Variables" in the MySQL
       reference manual.
     * Mention that the MySQL user does not need any special privileges.

commit 4f4693ab72ec6898adacb4eb5189867ae1306815
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Dec 10 22:12:24 2008 +0100

    collectd: Abort with an appropriate status in exit_usage().
    
    In case of an error, the exit status code now equals 1.

commit bb3e4316a30349bdbdf98fcfce521b11a7b7d7d4
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Dec 10 22:08:26 2008 +0100

    collectd: Abort if any non-options are left over after command-line parsing.
    
    This happens if any arguments not starting with a dash are passed to collectd.
    Any of those are invalid, so let the user know about that.
    
    Thanks to Kris (gruntruk) for (unknowingly) pointing that out ;-)

commit 9b031e21c5d0200c2c07c70a592158d29c522391
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sat Dec 6 16:41:04 2008 +0100

    collectd.conf.in: Fixed a wrong type used in the "tail" example.

commit 1c8e92605f43fe5f02dfd367c05324af69bc5956
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sat Dec 6 16:32:27 2008 +0100

    collectd.conf.pod: Consistently use spaces instead of tabs in examples.

commit bc5877df666a8befe63ae4f56fcad849d9c5427a
Author: Florian Forster <octo at noris.net>
Date:   Fri Dec 5 11:29:54 2008 +0100

    unixsock plugin: Make sure the initialization function is run only once.
    
    If called multiple times, the global `sock_fd' variable will be re-set,
    breaking the plugin.




More information about the collectd-changes mailing list