From: Costa Tsaousis (ktsaou) Date: Thu, 9 Mar 2017 07:54:51 +0000 (+0200) Subject: stream destination information X-Git-Tag: ab-debian_0.20170311.01-0ab1~1^2~3^2~1 X-Git-Url: https://arthur.barton.de/gitweb/?p=netdata.git;a=commitdiff_plain;h=46ca6278f0a06cc17bb4181b3671a89cddd7a16c;hp=14c7c7206eef181f536464bf4e206d568466728f stream destination information --- diff --git a/conf.d/stream.conf b/conf.d/stream.conf index 641faaae..9386f900 100644 --- a/conf.d/stream.conf +++ b/conf.d/stream.conf @@ -13,9 +13,14 @@ enabled = no # where to send metrics to? - # A space separated list of IP:PORT is accepted. The first available will - # get the metrics. - # IPv6 addresses should be [IP]:PORT + # A space separated list of [PROTOCOL:]HOST[%INTERFACE][:PORT] is accepted. + # The first available will get the metrics. + # PROTOCOL = tcp or udp (only tcp is supported by masters) + # HOST = an IPv4, IPv6 IP, or a hostname. + # IPv6 IPs should be given with brackets [ip:address] + # INTERFACE = the network interface to use + # PORT = the port number or service name (/etc/services) + # This communication is not HTTP (cannot be proxied). destination = # The API_KEY to use (as the sender)