diff options
Diffstat (limited to 'src/streaming/stream.conf')
-rw-r--r-- | src/streaming/stream.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/streaming/stream.conf b/src/streaming/stream.conf index 9dc154e2f..475d5eac2 100644 --- a/src/streaming/stream.conf +++ b/src/streaming/stream.conf @@ -32,6 +32,9 @@ # This communication is not HTTP (it cannot be proxied by web proxies). destination = + # The API_KEY to use (as the sender) + api key = + # Skip Certificate verification? # The netdata child is configurated to avoid invalid SSL/TLS certificate, # so certificates that are self-signed or expired will stop the streaming. @@ -53,9 +56,6 @@ # #CAfile = - # The API_KEY to use (as the sender) - api key = - # Stream Compression # The default is enabled # You can control stream compression in this agent with options: yes | no |