X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=723060cc21e6c25a86850921461c664fedd2e71c;hb=c7b46a438fecf99ae632e686b11f2aaa617b1770;hp=8a3478102d717122ac4da3ff20d0adc056170dcb;hpb=b49d4e33978d4c9508b68e931a7a27773f0348e1;p=collectd.git diff --git a/README b/README index 8a347810..723060cc 100644 --- a/README +++ b/README @@ -371,6 +371,9 @@ Features - zfs_arc Statistics for ZFS' “Adaptive Replacement Cache” (ARC). + - zookeeper + Read data from Zookeeper's MNTR command. + * Output can be written or sent to various destinations by the following plugins: @@ -873,6 +876,23 @@ Configuring with libjvm Adding "-ljvm" to the JAVA_LDFLAGS is done automatically, you don't have to do that. +Generating the configure script +------------------------------- + +Collectd ships with a `build.sh' script to generate the `configure' +script shipped with releases. + +To generate the `configure` script, you'll need the following dependencies: + +- autoconf +- automke +- flex +- bison +- libtool +- libtool-ltdl + +The `build.sh' script takes no arguments. + Crosscompiling --------------