X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=conf.d%2Fstream.conf;h=9386f9006b4193d4b68ff935e847ecd77954326b;hb=46ca6278f0a06cc17bb4181b3671a89cddd7a16c;hp=2dcb25a629f40025ef7675998ab04a74d9c15609;hpb=0bda31e2154e0557d293fada5cbe5804dd702cdf;p=netdata.git diff --git a/conf.d/stream.conf b/conf.d/stream.conf index 2dcb25a6..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) @@ -28,6 +33,7 @@ # buffer size bytes = 1048576 # reconnect delay seconds = 5 # initial clock resync iterations = 60 + # free orphan hosts after seconds = 3600 # -----------------------------------------------------------------------------