VMware Plugin: Various improvements.
authorKeith Chambers <chambers_keith@yahoo.com>
Sun, 18 Sep 2011 16:58:02 +0000 (09:58 -0700)
committerFlorian Forster <octo@collectd.org>
Tue, 9 Apr 2013 15:19:46 +0000 (17:19 +0200)
commitd7ece1d2b10be46a2f0b697bd2c6838d2fe8f4fa
tree82f5e215d0deb30933133263e4ff3ec4f29ae129
parent9a32f37abb3dc012bce8eb5836a47a1d8ee9da31
VMware Plugin: Various improvements.

Made all changes requested by Florian Forster

- Removed trailing white spaces in configure.in, src/collectd.conf.pod, src/vmware.c
- Removed unused plugin_vmware variable from configure.in
- Removed unneeded include statements for stdarg.h, stdio.h, dlfcn.h
- Changed include for vmGuestLib.h to use angle brackets instead of double quotes
- Changed global variable VMGuestLibHandle to static
- Changed printf errors to use ERROR() macro
- Changed variable names to follow the normal C / collectd naming schema, e.g. "elapsed_ms" and "cpu_used_ms".

Rebased on top of Edward Muller's commit. --octo
AUTHORS
README
configure.in
src/collectd.conf.in
src/collectd.conf.pod
src/vmware.c