@cryptotaxi247 / netdata-1 / commits / feba2d1c8

Add ACLK Connection Details (#9047)

* Add ACLK Connection Details * Update aclk/README.md Co-authored-by: Joel Hans <joel@netdata.cloud> * Update README.md Remove heading, decided to consolidate under `Agent-cloud link (ACLK)` heading * Update README.md Remove uncertain future plans. Update docs if we update the product at a later time. * review fix * review feedback Co-authored-by: Joel Hans <joel@netdata.cloud>

Zack Shoylev committed May 20, 2020 at 08:28 UTC feba2d1c80a95684e7da03475566cb3bc4172405
1 file changed +8
aclk/README.md
+8
@@ -11,6 +11,14 @@ The Agent-Cloud link (ACLK) is the mechanism responsible for securely connecting
11 through Netdata Cloud. The ACLK establishes an outgoing secure WebSocket (WSS) connection to Netdata Cloud on port
12 `443`. The ACLK is encrypted, safe, and _is only established if you claim your node_.
13
14 +The Cloud App lives at app.netdata.cloud which currently resolves to 35.196.244.138. However, this IP or range of
15 +IPs can change without notice. Watch this page for updates.
16 +
17 +Netdata is a distributed monitoring system. Very few data are streamed to the cloud, such as data about:
18 + - All configured alarms and their current status
19 + - Metrics that are requested by the cloud user
20 + - A list of the active collectors
21 +
22 For a guide to claiming a node using the ACLK, plus additional troubleshooting and reference information, read our [get
23 started with Cloud](https://learn.netdata.cloud/docs/cloud/get-started) guide or the full [claiming
24 documentation](/claim/README.md).