Code

volume plugin: Fix a couple of issues from the code review.
authorFlorian Forster <octo@collectd.org>
Sat, 13 Apr 2013 06:25:15 +0000 (08:25 +0200)
committerFlorian Forster <octo@collectd.org>
Sat, 13 Apr 2013 06:30:20 +0000 (08:30 +0200)
commit368ad359709e16dd154377f3e2c06851aeafe4aa
tree41c28336c3852873879731d827cd226631d90b1f
parent3a3a9891735c0cb1b630dde6227ce1eceefa392a
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().
src/types.db
src/volume.c