From 112924d4e7ec9680a1761dca2bf965d8fc31b847 Mon Sep 17 00:00:00 2001 From: George Moschovitis Date: Thu, 8 Nov 2018 00:53:19 +0200 Subject: Minor documentation improvements (#4566) * Formatting updates in database/README.md * More formarring in README.md files * README.md formatting * Minor formatting change * Minor changes in registy/README.md * Minor formatting * Minor formatting change --- streaming/README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'streaming') diff --git a/streaming/README.md b/streaming/README.md index 1f3bd73912..7cf8bf53ee 100644 --- a/streaming/README.md +++ b/streaming/README.md @@ -13,7 +13,7 @@ a netdata performs: The following configurations are supported: -#### netdata without a database or web API (headless collector) +#### Netdata without a database or web API (headless collector) Local netdata (`slave`), **without any database or alarms**, collects metrics and sends them to another netdata (`master`). @@ -28,7 +28,7 @@ of maintaining a local database and accepting dashboard requests, it streams all The same `master` can collect data for any number of `slaves`. -#### database replication +#### Database replication Local netdata (`slave`), **with a local database (and possibly alarms)**, collects metrics and sends them to another netdata (`master`). @@ -306,10 +306,10 @@ On each of the slaves, edit `/etc/netdata/stream.conf` (to edit it on your syste [stream] # stream metrics to another netdata enabled = yes - + # the IP and PORT of the master destination = 10.11.12.13:19999 - + # the API key to use api key = 11111111-2222-3333-4444-555555555555 ``` @@ -340,7 +340,6 @@ The file `/var/lib/netdata/registry/netdata.public.unique.id` contains a random Both the sender and the receiver of metrics log information at `/var/log/netdata/error.log`. - On both master and slave do this: ``` @@ -394,7 +393,6 @@ This means a setup like the following is also possible:

- ## proxies A proxy is a netdata that is receiving metrics from a netdata, and streams them to another netdata. @@ -410,4 +408,3 @@ The sending side of a netdata proxy, connects and disconnects to the final desti metrics, following the same pattern of the receiving side. For a practical example see [Monitoring ephemeral nodes](#monitoring-ephemeral-nodes). - -- cgit v1.2.3