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

Florian Forster octo at verplant.org
Sat Jul 11 15:01:50 CEST 2009


 AUTHORS               |    3 +
 README                |    3 +
 configure.in          |   76 ++++++++++++++++
 src/Makefile.am       |   13 +++
 src/collectd.conf.in  |    6 ++
 src/collectd.conf.pod |   20 ++++
 src/tokyotyrant.c     |  234 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/types.db          |    2 +
 8 files changed, 357 insertions(+), 0 deletions(-)

New commits:
commit f6fda65968056137e693a916b15ce448e0961c7e
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Jul 11 14:59:55 2009 +0200

    src/collectd.conf.in: Fix a typo in tokyotyrant's sample config.

commit 6ea00a8e17fccbac0cc5dee711ee2e4cb73bdaaa
Merge: dc1acaab169b0f1b2b43fed1b7044d19e6d92844 496d4e6272689604c4f4daab6823c99dd4e4fb50
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Jul 11 14:59:21 2009 +0200

    Merge branch 'ps/tokyotyrant'

commit 496d4e6272689604c4f4daab6823c99dd4e4fb50
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sat Jul 11 14:57:19 2009 +0200

    collectd.conf(5): Improved markup of the tokyotyrant documentation.

commit dcdeb5cbba467174efd97e019ad6b54e38a9fbb0
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Jul 8 18:09:46 2009 +0200

    tokyotyrant plugin: Lookup service names (port names) and minor fixes.

commit 5395a6d43d4cc4a654d64d5bf2b298e7c99401e3
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Jul 8 14:07:49 2009 +0200

    Build system: Improve detection of the tokyotyrant library.

commit 1e6290da7c939e2b5dddaa559e5c189506f56151
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date:   Tue Jul 7 19:11:57 2009 +0200

    tokyotyrant plugin: Make DB handle `static'.

commit 31a153c2bdf8e2ff270b58238cde64a15d2dfe6a
Author: Paul Sadauskas <psadauskas at gmail.com>
Date:   Mon Jul 6 14:15:29 2009 -0600

    tokyotyrant plugin: Don't need to pass the db handle around, its global.

commit 159ed49f25849438b4106c71dff1755f9d7d5ed1
Author: Paul Sadauskas <psadauskas at gmail.com>
Date:   Mon Jul 6 14:02:46 2009 -0600

    tokyotyrant plugin: Only connect once.

commit 255f24f4990830b3f9d60c31ba2ec587a0fa960b
Author: Paul Sadauskas <psadauskas at gmail.com>
Date:   Mon Jul 6 13:50:49 2009 -0600

    tokyotyrant plugin: Handle port config param as a string

commit 55d2fac6446a7ea3cc87b36a1195853ca6b89fb2
Author: Paul Sadauskas <psadauskas at gmail.com>
Date:   Mon Jul 6 12:22:22 2009 -0600

    Add some documentation for tokyotyrant to the collectd.conf manpage

commit dce5e6533de1652cfc88f400f71ac74abbea483b
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date:   Mon Jul 6 16:51:55 2009 +0200

    Update README and add Paul to the AUTHORS file.

commit 895287495fcae8c8f496a398384ce40576f81acd
Author: Paul Sadauskas <psadauskas at gmail.com>
Date:   Sat Jun 20 15:38:28 2009 -0600

    Fix a bug with recording of port
    
    Port was getting written to plugin_instance as "1978.00000", because
    apparently that's the value returned by the config.

commit ed633b658eeda4bab77d34baae23143c14ce0831
Author: Paul Sadauskas <psadauskas at gmail.com>
Date:   Sat Jun 20 14:50:36 2009 -0600

    Changes suggested by Sebastian Harl.
    
     * Separate Host and Port in config, report Host as hostname, and Port as
    plugin instance.
     * Submit before closing connection.
     * Else-case in config, in case of invalid config params.
     * Flounder around at using pkg-config in configure.in
     * Remove forward declarations.
     * Include plugin in config summary.

commit ced8c219dbf4c6b9dcfa430fb83282bfd0ccc392
Author: Paul Sadauskas <psadauskas at gmail.com>
Date:   Thu Jun 18 13:39:11 2009 -0600

    Plugin for monitoring TokyoTyrant
    
    This plugin monitors the record count and file size of the configured
    tokyocabinet server.
    
    TokyoTyrant: http://tokyocabinet.sourceforge.net/tyrantdoc/




More information about the collectd-changes mailing list