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

Florian Forster octo at verplant.org
Mon Sep 29 14:57:49 CEST 2008


 src/plugin.c         |    2 +-
 src/postgresql.c     |    3 +--
 src/snmp.c           |   10 +++++++++-
 src/utils_complain.h |    3 ++-
 4 files changed, 13 insertions(+), 5 deletions(-)

New commits:
commit afdfb42567ed6a0f312b649357cf65099e544e7f
Author: Florian Forster <octo at noris.net>
Date:   Mon Sep 29 14:57:38 2008 +0200

    snmp plugin: Use the complaint mechanism for reporting connection errors.
    
    In big setups these messages flood the logfile and make it unreadable.
    
    Signed-off-by: Florian Forster <octo at noris.net>

commit 7c84372528ab858cc8ea8a4bc6ee577f7ef3026a
Author: Florian Forster <octo at noris.net>
Date:   Mon Sep 29 14:56:43 2008 +0200

    src/utils_complain.h: Rename `C_COMPLAIN_INIT' to `C_COMPLAIN_INIT_STATIC'.
    
    Because it can only be used when initializing during declaration. A macro
    for initializing a struct by pointer as been added with the previous name,
    i. e. `C_COMPLAIN_INIT(c)'.
    
    Signed-off-by: Florian Forster <octo at noris.net>




More information about the collectd-changes mailing list