X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=723060cc21e6c25a86850921461c664fedd2e71c;hb=c7b46a438fecf99ae632e686b11f2aaa617b1770;hp=7aa83b0788ff366c98b1689e391e80f40573083a;hpb=010ac3193d5bd761146faec22c5591335cf866c7;p=collectd.git diff --git a/README b/README index 7aa83b07..723060cc 100644 --- a/README +++ b/README @@ -229,6 +229,9 @@ Features Read onewire sensors using the owcapu library of the owfs project. Please read in collectd.conf(5) why this plugin is experimental. + - openldap + Read monitoring information from OpenLDAP's cn=Monitor subtree. + - openvpn RX and TX of each client in openvpn-status.log (status-version 2). @@ -368,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: @@ -608,12 +614,16 @@ Prerequisites particular. + * libatasmart (optional) + Used by the `smart' plugin. + + * libclntsh (optional) Used by the `oracle' plugin. - * libcredis (optional) - Used by the `redis' plugin. Please note that you require a 0.2.2 version - or higher. + * libhiredis (optional) + Used by the redis plugin. Please note that you require a 0.10.0 version + or higher. * libcurl (optional) If you want to use the `apache', `ascent', `bind', `curl', `curl_json', @@ -654,6 +664,10 @@ Prerequisites libjvm” below. (and others) + * libldap (optional) + Used by the `openldap' plugin. + + * liblvm2 (optional) Used by the `lvm' plugin. @@ -862,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 --------------