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

Florian Forster octo at verplant.org
Sat Dec 20 10:13:09 CET 2008


 src/collectd.conf.pod |   16 +++++++++-------
 src/common.c          |    4 ++--
 src/email.c           |    6 ++++++
 src/ipmi.c            |    4 ++--
 src/rrdtool.c         |    9 +++++++++
 src/utils_dns.c       |    6 +++---
 6 files changed, 31 insertions(+), 14 deletions(-)

New commits:
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.




More information about the collectd-changes mailing list