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

Florian Forster octo at verplant.org
Sun Apr 13 11:11:58 CEST 2008


 AUTHORS               |    3 +
 configure.in          |    2 +
 src/Makefile.am       |    8 +
 src/collectd.conf.in  |    7 +
 src/collectd.conf.pod |   33 +++
 src/teamspeak2.c      |  708 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/types.db          |    4 +-
 7 files changed, 764 insertions(+), 1 deletions(-)

New commits:
commit 63c8e3eaa6260e4bf52dfe7b1927ed69447c3b93
Merge: 3b2e978335a17629147a516cc03cf1a0c5814a73 00bce37841341337f7947b53652969cd84cfcca4
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Apr 13 11:06:14 2008 +0200

    Merge branch 'sh/teamspeak2'

commit 00bce37841341337f7947b53652969cd84cfcca4
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Apr 13 11:05:57 2008 +0200

    AUTHORS: Added Stefan Hacker.

commit 77a43aa53ab0a829a77499b85d78a8b67ec504b2
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Apr 13 11:02:47 2008 +0200

    teamspeak2 plugin: Inform about unknown fields.
    
    Known but uninteresting fields are ignored.

commit 43e0dfd3a7664670364100020ca4e07083c5f244
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Apr 13 10:37:45 2008 +0200

    collectd.conf(5): teamspeak2/Port needs to be a string.
    
    Also corrected a typo in src/collectd.conf.in.

commit 5d4ef8156be79f548637be65fb24e643b2760ba2
Author: Stefan Hacker <stefan.hacker at web.de>
Date:   Sun Apr 13 10:20:08 2008 +0200

    teamspeak2 plugin: Added comments.
    
    I added a few more comments so I could understand it better ;-)

commit f1b41d4848f3212824c6d267ced3ebe738aa4dd3
Author: Stefan Hacker <stefan.hacker at web.de>
Date:   Sun Apr 13 10:13:44 2008 +0200

    teamspeak2 plugin: Flush the sending filehandle after writing to it.
    
    The only real Problem I found is that you forgot to flush the outgoing buffer
    after using fputs so nothing got sent. I added the fflush but now I'm not
    really sure what would happen if sending failed....

commit f27cdf7cdde903447a5fc9e1340de34a5243f002
Author: Stefan Hacker <stefan.hacker at web.de>
Date:   Sun Apr 13 10:11:57 2008 +0200

    collectd.conf(5): Added documentation for the TeamSpeak2 plugin.

commit 00ef8d95a61a172f89c3ae938ba624ebef6c8c24
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Thu Apr 10 14:04:39 2008 +0200

    teamspeak2 plugin: Introduce and use the `io_octets' and `io_packets' types.

commit 416e3311ea598cfc5f6506ac4e0c99aaae8b63fa
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Thu Apr 10 13:58:35 2008 +0200

    teamspeak2 plugin: Code cleanup.
    
    The changes include:
    - Use the ``tss2_'' prefix for all functions.
    - Manage the global connection in two central functions rather than distribute
      connection handling all over the place.
    - Handle ``global'' and ``per server'' statistics in one function.
    - Using `getaddrinfo' rather than `inet_addr' to allow for IPv6 connections.
    - Some formatting.

commit e354a34c815a942b5c65cbd4844b6255a74b6323
Author: Florian Forster <octo at noris.net>
Date:   Wed Apr 9 12:10:49 2008 +0200

    teamspeak2 plugin: Renamed some types and variables.
    
    And beautyfied the error and debug messages.

commit fea74b37952faf5e8610c4c34d6085b9f988c64d
Author: Florian Forster <octo at noris.net>
Date:   Wed Apr 9 11:24:01 2008 +0200

    teamspeak2 plugin: Renamed the `tss2' plugin to `teamspeak2' and fixed warnings.

commit f042957bcaf433aa678aba235dda060b203ff37b
Author: Stefan Hacker <d0t at dbclan.de>
Date:   Wed Apr 9 11:08:09 2008 +0200

    tss2 plugin: Add a plugin to query statistics from a TeamSpeak2 server.




More information about the collectd-changes mailing list