From 42ca41a0798e3a2b742f7da3bacc03fbaf6175fa Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 29 Oct 2015 23:19:53 +0100 Subject: [PATCH] collectd.conf(5): Document the gRPC plugin. --- src/collectd.conf.pod | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 8352ba20..82562ed0 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -2497,6 +2497,26 @@ source, this is optional. Otherwise the option is required. =back +=head2 Plugin C + +The I plugin provides an RPC interface to submit values to collectd +based on the open source gRPC framework. It exposes and end-point for +dispatching values to the daemon. + +The B homepage can be found at L. + +=over 4 + +=item B I I + +The B statement sets the network address to bind to. When multiple +statements are specified, the daemon will bin to all of them. If none are +specified, it defaults to B<0.0.0.0:50051>. + +The argument I may be a hostname, an IPv4 address, or an IPv6 address. + +=back + =head2 Plugin C To get values from B collectd connects to B (127.0.0.1), -- 2.11.0