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

Florian Forster octo at verplant.org
Wed Apr 17 08:01:23 CEST 2013


 AUTHORS              |    3 ++
 README               |    4 ++
 configure.in         |   55 +++++++++++++++++++++++++++
 src/Makefile.am      |    9 +++++
 src/collectd.conf.in |    1 +
 src/lvm.c            |  103 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/types.db         |    1 +
 7 files changed, 176 insertions(+)

New commits:
commit 9505171377a7b0e67a5db69f59a48505a235a2f8
Merge: 19e1e95 4922870
Author: Florian Forster <octo at collectd.org>
Date:   Wed Apr 17 07:56:08 2013 +0200

    Merge branch 'cm/lvm'
    
    Github: #291
    Signed-off-by: Florian Forster <octo at collectd.org>

commit 4922870de509750a6c74d06371c5ddeed5bdec89
Author: Florian Forster <octo at collectd.org>
Date:   Wed Apr 17 07:55:25 2013 +0200

    AUTHORS, README: Add Chad and the LVM plugin.

commit 25a4bb8814ececaaec55601ae30c2fc0fffcc144
Author: Chad Malfait <cmalfait at yahoo.com>
Date:   Sat Apr 13 13:34:38 2013 -0600

    Changed plugin from volume to lvm
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit 3781e05a3ebeff688ce51fb5905fde6006625025
Author: Chad Malfait <cmalfait at yahoo.com>
Date:   Sat Apr 13 11:30:55 2013 -0600

    Removed un-needed files
    
    Signed-off-by: Florian Forster <octo at collectd.org>

commit 368ad359709e16dd154377f3e2c06851aeafe4aa
Author: Florian Forster <octo at collectd.org>
Date:   Sat Apr 13 08:25:15 2013 +0200

    volume plugin: Fix a couple of issues from the code review.
    
    * Use df_complex as data type.
    * Submit LV sizes and "free", but not "total" and "used".
    * Fix error handling; don't use variable if it is NULL, remove calls to
      exit().

commit 3a3a9891735c0cb1b630dde6227ce1eceefa392a
Author: Chad Malfait <cmalfait at yahoo.com>
Date:   Wed Apr 10 23:48:38 2013 -0600

    Changed data type from vg to vol_group and lv to logical_vol to be more descriptive

commit d161e0c87e41f992ab4adff6720cb3dd28cfaebb
Author: Chad Malfait <cmalfait at yahoo.com>
Date:   Wed Apr 10 23:15:56 2013 -0600

    changed symbol check for lvm2app

commit 6646073e7b4f78ca01823a732d0c03d6670bb102
Author: Chad Malfait <cmalfait at yahoo.com>
Date:   Wed Apr 10 20:36:06 2013 -0600

    added missing comma to AC_CHECK_LIB for lvm2app

commit ec8e5a75c21aefe8103fff904272029a09b4b9c5
Author: Chad Malfait <cmalfait at yahoo.com>
Date:   Wed Apr 10 19:57:07 2013 -0600

    Added logical volume size metrics

commit 661dba876849d674bbca25f3fe18cb38eb149478
Author: Chad Malfait <cmalfait at cisco.com>
Date:   Sat Apr 6 20:45:39 2013 -0600

    Corrected typo

commit 621c40507637d2a19bd892825eec7a8e2d4b53f3
Author: Chad Malfait <cmalfait at cisco.com>
Date:   Sat Apr 6 20:34:09 2013 -0600

    Returning lvm_errno on error

commit c7d196de1e4a8329b60b32004f93743bcf9b143d
Author: Chad Malfait <cmalfait at yahoo.com>
Date:   Sat Apr 6 19:32:27 2013 -0600

    added the use of df_complex and changed fprintf to ERROR for error
    messages.  Also changed variable names to follow recommended standard
    from the website.

commit d1e5372a3e6eab8fb7ef3a0f511ae83648404306
Author: Chad Malfait <cmalfait at yahoo.com>
Date:   Sat Apr 6 18:54:11 2013 -0600

    changed LIBADD to reference variable BUILD_WTH_LIBLVM2APP_LIBS

commit d5b709189f4d91628db1b61021277af17a2b0e3f
Author: Chad Malfait <cmalfait at yahoo.com>
Date:   Sat Apr 6 14:44:51 2013 -0600

    Set default size from GB to bytes.

commit 41294b043598b2a3c2c6d836a7e681c706bcb7ac
Author: Chad Malfait <cmalfait at yahoo.com>
Date:   Sat Apr 6 10:53:32 2013 -0600

    removed unused var plugin_volume

commit d68f4c9540abffecaa9fcb899e10c71d1a0db781
Author: Chad Malfait <cmalfait at yahoo.com>
Date:   Fri Apr 5 22:56:29 2013 -0600

    Added configuration for autotools

commit e9689629670c2cf9969f9105fb64e53fed9051c0
Author: Chad Malfait <cmalfait at yahoo.com>
Date:   Fri Apr 5 22:50:30 2013 -0600

    initial commit of volume.c




More information about the collectd-changes mailing list