X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=README;h=40bb6bc0150f7df78160a36ad1f2ecdaef8becbe;hb=f85010ec34eb65ceebd0d7c921dea5dd6ce9fd6f;hp=3c7a10fb00304bf992c58803f07e99bbad599fd7;hpb=d09afb81533690c30baf549ad646f97566e00f9a;p=collectd.git diff --git a/README b/README index 3c7a10fb..40bb6bc0 100644 --- a/README +++ b/README @@ -45,6 +45,9 @@ Features Name server and resolver statistics from the `statistics-channel' interface of BIND 9.5, 9,6 and later. + - ceph + Statistics from the Ceph distributed storage system. + - cgroups CPU accounting information for process groups under Linux. @@ -371,6 +374,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: @@ -430,6 +436,9 @@ Features - write_kafka Sends data to Apache Kafka, a distributed queue. + - write_log + Writes data to the log + - write_mongodb Sends data to MongoDB, a NoSQL database. @@ -439,6 +448,9 @@ Features - write_riemann Sends data to Riemann, a stream processing and monitoring system. + - write_sensu + Sends data to Sensu a stream processing and monitoring system, via sensu client local TCP socket. + * Logging is, as everything in collectd, provided by plugins. The following plugins keep up informed about what's going on: @@ -618,9 +630,9 @@ Prerequisites * 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', @@ -797,8 +809,8 @@ Prerequisites * libyajl (optional) - Parse JSON data. This is needed for the `curl_json' and `log_logstash' - plugins. + Parse JSON data. This is needed for the `ceph', `curl_json' and + `log_logstash' plugins. * libvarnish (optional) @@ -873,6 +885,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 +- automake +- flex +- bison +- libtool +- libtool-ltdl + +The `build.sh' script takes no arguments. + Crosscompiling --------------