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

Florian Forster octo at verplant.org
Thu Oct 18 13:28:45 CEST 2012


 src/collectd.conf.pod |   12 ++++++++++++
 src/postgresql.c      |   31 ++++++++++++++++++++++++-------
 2 files changed, 36 insertions(+), 7 deletions(-)

New commits:
commit bd84c0f19f7010e33cedfd0549250135c73f6c00
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Oct 18 13:13:58 2012 +0200

    postgresql plugin: Added support for using the db instance as query parameter.

commit 0a125de4d1306bc65c54cea1bc328eb3682a8157
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Oct 18 13:10:49 2012 +0200

    collectd.conf(5): Documented the <Database> "Instance" option of postgresql.

commit 997d279d179a29a2bc2941270e89d4fa5ff4762c
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu Oct 18 13:06:37 2012 +0200

    postgresql plugin: Added "Instance" option to <Database> config block.
    
    This option may be used to specify the plugin instance that should be used
    instead of the database name. This allows to query multiple databases of the
    same name on the same host (e.g. when running multiple database server
    versions in parallel).
    
    This fixes GH #161 suggested by Bryan Varner.




More information about the collectd-changes mailing list