X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=e25fbd96e4887ab77ae85077c171fea75a30f869;hb=c6ff2298206ce78a6f2c7772f3bf413af8d44311;hp=f2371cbe9d543b1d1cc37701d8f07e167e5c4139;hpb=ccc4feb9576f520596508418f404beb000fde1aa;p=collectd.git diff --git a/README b/README index f2371cbe..e25fbd96 100644 --- a/README +++ b/README @@ -119,6 +119,9 @@ Features - gmond Receive multicast traffic from Ganglia instances. + - grpc + Receive values over the network using the gRPC framework. + - hddtemp Hard disk temperatures using hddtempd. @@ -676,6 +679,10 @@ Prerequisites Used by the `gmond' plugin to process data received from Ganglia. + * libgrpc (optional) + Used by the `grpc' plugin. + + * libgcrypt (optional) Used by the `network' plugin for encryption and authentication. @@ -765,10 +772,14 @@ Prerequisites The PostgreSQL C client library used by the `postgresql' plugin. + * libprotobuf, protoc 3.0+ (optional) + Used by the `grpc' plugin to generate service stubs and code to handle + network packets of collectd's protobuf-based network protocol. + + * libprotobuf-c, protoc-c (optional) Used by the `pinba' plugin to generate a parser for the network packets - sent by the Pinba PHP extension, and by the `write_riemann' plugin to - generate events to be sent to a Riemann server. + sent by the Pinba PHP extension. * libpython (optional) @@ -843,6 +854,10 @@ Prerequisites `varnish' plugin. + * riemann-c-client (optional) + For the `write_riemann' plugin. + + Configuring / Compiling / Installing ------------------------------------ @@ -925,6 +940,7 @@ To generate the `configure` script, you'll need the following dependencies: - bison - libtool - libtool-ltdl +- pkg-config The `build.sh' script takes no arguments.