X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=a2f80ce73dc20f8aacc80bc2d3bb16d87c8a7376;hb=3c15b0e6fa66db107025ae08d3bbb9824d987a89;hp=1956609b2d705041423947f3b4ad000fac02dd0d;hpb=be7afc4d2af49bf68eaa65ab3d87d6bd1c8406b9;p=collectd.git diff --git a/README b/README index 1956609b..a2f80ce7 100644 --- a/README +++ b/README @@ -146,9 +146,6 @@ Features Detailed CPU statistics of the “Logical Partitions” virtualization technique built into IBM's POWER processors. - - libvirt - CPU, memory, disk and network I/O statistics from virtual machines. - - lvm Size of “Logical Volumes” (LV) and “Volume Groups” (VG) of Linux' “Logical Volume Manager” (LVM). @@ -232,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). @@ -296,6 +296,10 @@ Features to have its measurements fed to collectd. This includes multimeters, sound level meters, thermometers, and much more. + - smart + Collect SMART statistics, notably load cycle count, temperature + and bad sectors. + - snmp Read values from SNMP (Simple Network Management Protocol) enabled network devices such as switches, routers, thermometers, rack monitoring @@ -347,6 +351,9 @@ Features - varnish Various statistics from Varnish, an HTTP accelerator. + - virt + CPU, memory, disk and network I/O statistics from virtual machines. + - vmem Virtual memory statistics, e. g. the number of page-ins/-outs or the number of pagefaults. @@ -604,12 +611,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', @@ -650,6 +661,10 @@ Prerequisites libjvm” below. (and others) + * libldap (optional) + Used by the `openldap' plugin. + + * liblvm2 (optional) Used by the `lvm' plugin. @@ -775,7 +790,7 @@ Prerequisites * libxml2 (optional) Parse XML data. This is needed for the `ascent', `bind', `curl_xml' and - `libvirt' plugins. + `virt' plugins. * libxmms (optional) @@ -858,6 +873,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 --------------