Code

grpc plugin: Implement the <Server "host" "port"> option.
authorFlorian Forster <octo@collectd.org>
Fri, 12 Aug 2016 13:22:49 +0000 (15:22 +0200)
committerFlorian Forster <octo@collectd.org>
Fri, 12 Aug 2016 14:14:29 +0000 (16:14 +0200)
commita686d631974bb63e9b9d9500365673240b24fb3e
tree71de0571bd70036e8e7a3e4da200bfe016ffe988
parent6743e8a4e1bd0b627fee3a3e51226c07c3facbcb
grpc plugin: Implement the <Server "host" "port"> option.

This allows the gRPC plugin to send metrics, via gRPC, to another
collectd instance or other implementation of the "Collectd" gRPC
service.
src/collectd.conf.in
src/collectd.conf.pod
src/grpc.cc