X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=32bb3261b5580753ad8a3e370191a770e69d5538;hb=fd7ac9a6a47d864bd9663f8da9a10d4ee55578fb;hp=8352ba2063392f10000871647826fa6b1bbc95ba;hpb=6d01a00ee1fee1a5f8b78d2925d9b4e6979a5c3a;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 8352ba20..32bb3261 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -2497,6 +2497,31 @@ source, this is optional. Otherwise the option is required. =back +=head2 Plugin C + +The I plugin provides an RPC interface to submit values to or query +values from 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. + +=item B I + +Number of threads to start for handling incoming connections. The default +value is B<5>. + +=back + =head2 Plugin C To get values from B collectd connects to B (127.0.0.1),