X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=2a5502c2e534ee320fcec987d705610a0af7e501;hb=0fd0ffa22ef9a795241c2e759d73f89a00f03ecb;hp=24061549c8a201b5b2af50b3be59a3bf9189b125;hpb=cb72a2216def7a5935e28644684df73e68a83425;p=collectd.git diff --git a/README b/README index 24061549..2a5502c2 100644 --- a/README +++ b/README @@ -80,6 +80,9 @@ Features - load System load average over the last 1, 5 and 15 minutes. + - libvirt + CPU, disk and network I/O statistics from virtual machines. + - mbmon Motherboard sensors: temperature, fanspeed and voltage information, using mbmon(1). @@ -130,9 +133,6 @@ Features write your own plugins in Perl and return arbitrary values using this API. See collectd-perl(5). - This plugin is still considered to be experimental and subject to change - between minor releases. - - ping Network latency: Time to reach the default gateway or another given host. @@ -298,6 +298,10 @@ Prerequisites * libpcap (optional) Used to capture packets by the `dns' plugin. + * libperl (optional) + Obviously used by the `perl' plugin. The library has to be compiled with + ithread support (introduced in Perl 5.6.0). + * librrd (optional; headers and library; rrdtool 1.0 and 1.2 both work fine) If built without `librrd' the resulting binary will be `client only', i.e. will send its values via multicast and not create any RRD files itself. @@ -324,6 +328,9 @@ Prerequisites For compiling on Darwin in general and the `apple_sensors' plugin in particular. + * libvirt (optional) + Collect statistics from virtual machines. + Configuring / Compiling / Installing ------------------------------------