From c6ff2298206ce78a6f2c7772f3bf413af8d44311 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 29 Oct 2015 23:25:25 +0100 Subject: [PATCH] README: Document grpc dependencies. --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README b/README index 5f249454..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,6 +772,11 @@ 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. -- 2.11.0