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

Florian Forster octo at verplant.org
Tue Jan 29 10:25:04 CET 2013


 src/collectd.conf.in  |    6 +++---
 src/collectd.conf.pod |    7 +++++--
 src/postgresql.c      |    9 ++++++---
 src/write_graphite.c  |   35 +++++++++++++++++++++++++++++------
 4 files changed, 43 insertions(+), 14 deletions(-)

New commits:
commit 2f8cbc2fc2eeb59aaf8afd9cabacd5f66e825aa4
Merge: c257598 e14c044
Author: Florian Forster <octo at collectd.org>
Date:   Tue Jan 29 10:24:52 2013 +0100

    Merge remote-tracking branch 'github-tokkee/sh/postgresql'

commit c257598b7e1726349561aa3c3bf10177ac9db883
Author: Florian Forster <octo at collectd.org>
Date:   Tue Jan 29 10:22:41 2013 +0100

    write_graphite plugin: Change <Carbon> blocks to <Node> blocks.
    
    Many other write plugins, e.g. write_{mongodb,redis,riemann} use the
    <Node "name"> syntax. This adds code to handle this syntax as well.
    
    While the documentation doesn't mention it, the old <Carbon> syntax
    (without a name) is still supported for backwards compatibility.

commit e14c0448fb1afe92cba0716b9f6bd8e1805d16fe
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Mar 8 22:07:23 2012 +0100

    postgresql plugin: If a query fails, try to reconnect immediately.
    
    Else, we would unnecessarily skip one iteration even when being able to
    reconnect right away.

commit 58aa55ee691b7c9dbd0e30e39561787d454b3158
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Mar 8 21:53:24 2012 +0100

    postgresql plugin: Don't do any SQL query when checking the connection.
    
    First of all, this is not needed -- PQstatus() will correctly determine a
    failed connection without that. Secondly, the "SELECT 42" that was used before
    does not work, e.g. when querying PgBouncer (thanks to renchap for reporting
    this on IRC!).




More information about the collectd-changes mailing list