summaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-03-09 09:54:51 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-03-09 09:54:51 +0200
commit46ca6278f0a06cc17bb4181b3671a89cddd7a16c (patch)
tree7849ccca6f29373c22013af80a4761d692134b2c /conf.d
parent14c7c7206eef181f536464bf4e206d568466728f (diff)
stream destination information
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/stream.conf11
1 files changed, 8 insertions, 3 deletions
diff --git a/conf.d/stream.conf b/conf.d/stream.conf
index 641faaae77..9386f9006b 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)