X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=README;h=c3c9dee2cb4f52e21b9acf619f293ef60f401b19;hb=5007fb256b4abbef2dbc675f9a15273554a3385e;hp=5f2494544a947a364d053eebee75c180b0bd87b6;hpb=441e067a2d5a294517bd87ca45c87fd67377d2cf;p=collectd.git diff --git a/README b/README index 5f249454..c3c9dee2 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ collectd - System information collection daemon ================================================= -http://collectd.org/ +https://collectd.org/ About ----- @@ -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,11 @@ Prerequisites Used by the `gmond' plugin to process data received from Ganglia. + * libgrpc (optional) + Used by the `grpc' plugin. gRPC requires a C++ compiler supporting the + C++11 standard. + + * libgcrypt (optional) Used by the `network' plugin for encryption and authentication. @@ -765,6 +773,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.