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

Florian Forster octo at verplant.org
Fri Aug 8 21:20:41 CEST 2014


 AUTHORS              |    6 ++
 README               |    3 +
 configure.ac         |    7 ++-
 src/Makefile.am      |    9 +++
 src/collectd.conf.in |    1 +
 src/drbd.c           |  170 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/lvm.c            |  106 +++++++++++++++++++++++++++++--
 src/types.db         |    1 +
 8 files changed, 298 insertions(+), 5 deletions(-)

New commits:
commit 56bb6150401b441c2d383b52c77d347b4cfa8514
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Fri Aug 8 09:30:34 2014 +0200

    lvm: change vg_read() return value to void
    
    To match function prototype change from 55cd1f9a and avoid conflict with
    bugfix from 25d7de9.

commit d33ec28f9d965ecd598fd1229e7d2f96ef373534
Author: Jan Kundrát <jan.kundrat at cesnet.cz>
Date:   Thu Feb 20 02:13:20 2014 +0100

    lvm: Do not segfault when there are no VGs

commit 79d834024d69d3b33e0fc4717b6560385b54cdd1
Merge: 446a764 dd5d9dc
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Fri Aug 8 09:28:31 2014 +0200

    Merge remote-tracking branch 'origin/pr/603'

commit 446a764be3e33b6fa48b93049751c051724ee650
Merge: 600b824 8a4728a
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date:   Thu Aug 7 17:30:01 2014 +0200

    Merge pull request #566 from timl/drbd
    
    Collect drbd statistics on linux

commit dd5d9dcef333c5de208388dc8a42e7eae68a4d32
Author: Benjamin Gilbert <bgilbert at cs.cmu.edu>
Date:   Mon Aug 4 13:29:56 2014 -0400

    Revert "lvm: Fix segfault if a VG contains no LVs"
    
    Avoid merge conflict with 25d7de9 in 5.4 branch, per #603.
    
    This reverts commit 45805cf888cda0e840d774f1d42cd21525a722ea.

commit 8a4728af71c189a2ea377a0fcb6c2421e970fbed
Author: Tim Laszlo <Tim.Laszlo at magnetar.com>
Date:   Tue Jul 29 11:35:59 2014 -0500

    drbd plugin: Relicense to MIT license

commit f07ff737cc6cf9c01673546f5f20226d98e8d688
Author: Tim Laszlo <Tim.Laszlo at magnetar.com>
Date:   Tue Jul 29 08:11:30 2014 -0500

    drbd plugin: expand comments

commit f38e0a7e270346cf1f53f4599ddc36b87eceff11
Author: Tim Laszlo <Tim.Laszlo at magnetar.com>
Date:   Mon Jul 28 12:00:05 2014 -0500

    drbd plugin: replace atoi with strtol

commit 5e2ed291e1e1b815e859acffcf81e9d2a5dc0cb6
Author: Benjamin Gilbert <bgilbert at cs.cmu.edu>
Date:   Thu May 29 00:15:34 2014 -0400

    configure.ac: Check for newest liblvm2app symbol needed by lvm
    
    lvm_lv_get_property() was added in 2.02.75.

commit 2f0509e2677ed1d4d9aff150b69d5a3a5910e01f
Author: Benjamin Gilbert <bgilbert at cs.cmu.edu>
Date:   Thu May 29 00:09:17 2014 -0400

    lvm: Avoid lvm_lv_get_attr()
    
    It is only available in liblvm2app >= 2.02.99, which is not in Debian
    Wheezy.

commit 45805cf888cda0e840d774f1d42cd21525a722ea
Author: Benjamin Gilbert <bgilbert at cs.cmu.edu>
Date:   Wed Apr 16 16:27:07 2014 -0400

    lvm: Fix segfault if a VG contains no LVs

commit eaab2f514f08b9a9b4815df4b5e852c7caaa8ff9
Author: Benjamin Gilbert <bgilbert at cs.cmu.edu>
Date:   Wed Apr 16 15:00:11 2014 -0400

    lvm: Report used/free space for thin pools and thick snapshots
    
    Thin pools and traditional snapshot volumes fill up as I/O is performed
    to their associated thin volumes or origins.  When they run out of free
    space, things break, so it's useful to monitor their disk utilization.
    
    Add new plugin instances for thin pool data LVs, thin pool metadata LVs,
    and thick snapshot LVs, each with "used" and "free" type instances.

commit ce0fa035d80b482c00baf602f73bc0560991b6fb
Author: Benjamin Gilbert <bgilbert at cs.cmu.edu>
Date:   Wed Apr 16 09:35:56 2014 -0400

    lvm: Ignore virtual volumes
    
    The sum of the sizes reported by a volume group should equal the size
    of the volume group.  Virtual volumes do not directly correspond to
    allocated storage (and, in fact, may be larger than the entire volume
    group), so must be ignored.

commit 55cd1f9a139bffe54cc43a96fefeb085b65f5e25
Author: Benjamin Gilbert <bgilbert at cs.cmu.edu>
Date:   Wed Apr 16 09:47:56 2014 -0400

    lvm: Change unused return value to void

commit 80598f655d6b2ad2570c810e3f71ff8126922043
Author: Benjamin Gilbert <bgilbert at cs.cmu.edu>
Date:   Mon Apr 14 23:18:14 2014 -0400

    configure.ac: Include liblvm2app in configuration summary

commit df570a3614ad8fdcaa8dc1ef3f7e71128d71bffe
Author: Tim Laszlo <Tim.Laszlo at magnetar.com>
Date:   Fri Feb 28 12:43:36 2014 -0600

    Collect drbd statistics on linux




More information about the collectd-changes mailing list