summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: db35efb)
raw | patch | inline | side by side (parent: db35efb)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 4 Jun 2016 14:33:41 +0000 (16:33 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 4 Jun 2016 14:44:38 +0000 (16:44 +0200) |
README | patch | blob | history | |
src/collectd.conf.pod | patch | blob | history |
index e25fbd96e4887ab77ae85077c171fea75a30f869..80efa62683c31e0942cac07a9b0e11f170a6f978 100644 (file)
--- a/README
+++ b/README
<http://ganglia.info/>
* libgrpc (optional)
- Used by the `grpc' plugin.
+ Used by the `grpc' plugin. gRPC requires a C++ compiler supporting the
+ C++11 standard.
<https://grpc.io/>
* libgcrypt (optional)
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 3f3dc9e3829eb9cd3be8c38388d49f8276f5cdeb..058cd9357e08c94ffc7f993e3afc336abc4b9b56 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
=head2 Plugin C<grpc>
The I<grpc> plugin provides an RPC interface to submit values to or query
-values from collectd based on the open source gRPC framework. It exposes and
+values from collectd based on the open source gRPC framework. It exposes an
end-point for dispatching values to the daemon.
The B<gRPC> homepage can be found at L<https://grpc.io/>.
=item B<Listen> I<Host> I<Port>
The B<Listen> statement sets the network address to bind to. When multiple
-statements are specified, the daemon will bin to all of them. If none are
+statements are specified, the daemon will bind to all of them. If none are
specified, it defaults to B<0.0.0.0:50051>.
The argument I<Host> may be a hostname, an IPv4 address, or an IPv6 address.