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

Florian Forster octo at verplant.org
Fri May 22 18:05:37 CEST 2009


 Makefile.am           |    2 +
 configure.in          |   27 ++-
 src/Makefile.am       |   12 +
 src/collectd.conf.in  |    9 +
 src/collectd.conf.pod |   49 ++++
 src/olsrd.c           |  707 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/types.db          |    4 +
 7 files changed, 804 insertions(+), 6 deletions(-)

New commits:
commit 46f9443b996f793a377be9098d98c640f2c53bca
Merge: 509f73e3155ffc8998a2c600384f070f3ffc253e a5f1dffd2b0abbf91e32932cee2b807665aa1a4e
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri May 22 18:02:27 2009 +0200

    Merge branch 'ff/olsrd'

commit a5f1dffd2b0abbf91e32932cee2b807665aa1a4e
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri May 22 18:02:06 2009 +0200

    src/collectd.conf.in: Added the olsrd plugin.

commit 294c97574eff7ea3eeacceb0b86f6df0ce6a7b84
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri May 22 18:01:51 2009 +0200

    collectd.conf(5): Added documentation about the olsrd plugin.

commit 509f73e3155ffc8998a2c600384f070f3ffc253e
Merge: e40c5242ad2ad284425bef8bb0958510c36c7870 91c6c281709cea60e7f79af07066ce6e69f685ee
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri May 22 17:45:22 2009 +0200

    Merge branch 'collectd-4.7'

commit 91c6c281709cea60e7f79af07066ce6e69f685ee
Merge: 5a7145dd5626503f411a4aed87f30fc0f9689c90 65e2acb62577121b0a35c2273f7a614346c97aa0
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri May 22 17:42:56 2009 +0200

    Merge branch 'collectd-4.6' into collectd-4.7

commit 65e2acb62577121b0a35c2273f7a614346c97aa0
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed May 13 09:43:36 2009 +0000

    build system: (Hopefully) added support for libtool 1.5 _and_ 2.2.
    
    The macro LT_PACKAGE_VERSION (which appeared in libtool 2.2) is used to check
    weather we're using libtool 2.2.

commit fcb70424752762b9e86b2de80681714ef32d3e18
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri May 22 17:37:01 2009 +0200

    olsrd plugin: Switch the terminology back to LQ and NLQ.
    
    You get used to it after a while..

commit 7fb680ede5c3190a2cd1e87a4062c0d5023d15c0
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri May 22 17:36:38 2009 +0200

    olsrd plugin: Send a line to the daemon, so it answers.

commit 7e1ee1bc185e7638d6dbd643ff61bce340829bc6
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed May 13 18:17:35 2009 +0200

    olsrd plugin: Implement a `submit' function and use it, too ;)

commit 7a12fd28b4cbbf5c9e0967710373de002b8f9ad9
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed May 13 16:22:22 2009 +0200

    olsrd plugin: Add a plugin for the “optimized link-state routing daemon”.
    
    This daemon is often used to route in mesh networks, i. e. highly dynamic
    wireless networks. The plugin connects to the TCP port opened by the `txtinfo'
    plugin of olsrd and parses its output.
    
    Available statistics are:
    
      * links: How many direct connections exist and which quality do they have?
      * routes: Number of nets/hosts a node can contact and the average metric to
        each network.
      * topology: Link quality of the entire topology known to the router.
    
    Each statistic can be configured to be collected as
    
      * No:      Values are ignored.
      * Summary: Only a fixed number of statistics are collected. This number does
                 *not* depend on the number of nodes in the network.
      * Detail:  One (or more) values for each link/node, i. e. the number of
                 values depends on the number of hosts and may be *huge*.
    
    No documentation exists yet. The plugin has not yet been tested.




More information about the collectd-changes mailing list