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

Florian Forster octo at verplant.org
Sat May 25 20:21:25 CEST 2013


 src/collectd.conf.in  |   12 +-
 src/collectd.conf.pod |   49 +++++++-
 src/types.db          |    4 +
 src/varnish.c         |  322 +++++++++++++++++++++++++++++++++----------------
 4 files changed, 276 insertions(+), 111 deletions(-)

New commits:
commit e9cc06595b478d522773be7cd03423f84f8d43b6
Merge: 1c65936 7e0f582
Author: Florian Forster <octo at collectd.org>
Date:   Sat May 25 20:20:48 2013 +0200

    Merge branch 'more-varnish-stats'

commit 7e0f5825b622b655264858faf08b13331a95cca0
Author: Nick Stenning <nick.stenning at digital.cabinet-office.gov.uk>
Date:   Fri May 17 13:04:59 2013 +0100

    varnish plugin: update config docs for new collectors

commit 8775392f037747cf06edc58a31750c9dcd895a73
Author: Nick Stenning <nick.stenning at digital.cabinet-office.gov.uk>
Date:   Tue May 7 10:30:35 2013 +0100

    varnish plugin: add missing fields
    
    This commit adds a large number of fields exported by the varnish stats
    interface which have not previously been collected. A number are still missing,
    as it is not immediately obvious which stat group they should go in:
    
        accept_fail
        client_drop_late
    
    and, from Varnish 3.X:
    
        vmods
        n_gzip
        n_gunzip
    
    In addition, there are a number of fields which were added at the end of the 2.X
    series, but in the absence of a way of detecting whether we're compiling against
    2.0.X or 2.1.X, are necessarily disabled when compiling against 2.X:
    
        dir_dns_lookups
        dir_dns_failed
        dir_dns_hit
        dir_dns_cache_full
        backend_retry
        fetch_1xx
        fetch_204
        fetch_304

commit 2006b75a20f2c0a89ce88a3fb2332367e4a208e3
Author: Nick Stenning <nick.stenning at digital.cabinet-office.gov.uk>
Date:   Thu Apr 25 13:14:31 2013 +0100

    varnish plugin: missing definition in default config




More information about the collectd-changes mailing list