X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=058cd9357e08c94ffc7f993e3afc336abc4b9b56;hb=38909dcf1dcb596c5f525c6bb25cf89c046013b5;hp=8352ba2063392f10000871647826fa6b1bbc95ba;hpb=4d676d7bd21ce015cb1ee74103beb9b7d8008639;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 8352ba20..058cd935 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -2497,6 +2497,51 @@ 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 an +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 bind 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. + +Optionally, B may be specified as a configuration block which +supports the following options: + +=over 4 + +=item B I|I + +Whether to enable SSL for incoming connections. Default: false. + +=item B I + +=item B I + +=item B I + +Filenames specifying SSL certificate and key material to be used with SSL +connections. + +=back + +=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),