diff options
Diffstat (limited to 'build_external/scenarios/children-to-localhost')
5 files changed, 0 insertions, 39 deletions
diff --git a/build_external/scenarios/children-to-localhost/README.md b/build_external/scenarios/children-to-localhost/README.md deleted file mode 100644 index 7b7be665..00000000 --- a/build_external/scenarios/children-to-localhost/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# Stream children to localhost - -1. Run `docker-compose up --scale=50` -2. Copy `parent_stream.conf` to the `stream.conf` of a local agent -3. Restart the local agent - -You'll have 50 child agents streaming to the parent agent that runs locally. - -Useful for easily stress testing, restarting, profiling, debugging, etc, a -locally-built agent during development. diff --git a/build_external/scenarios/children-to-localhost/child_netdata.conf b/build_external/scenarios/children-to-localhost/child_netdata.conf deleted file mode 100644 index 1f8b0a1d..00000000 --- a/build_external/scenarios/children-to-localhost/child_netdata.conf +++ /dev/null @@ -1,2 +0,0 @@ -[db] - mode = dbengine diff --git a/build_external/scenarios/children-to-localhost/child_stream.conf b/build_external/scenarios/children-to-localhost/child_stream.conf deleted file mode 100644 index a8ed306b..00000000 --- a/build_external/scenarios/children-to-localhost/child_stream.conf +++ /dev/null @@ -1,10 +0,0 @@ -[stream] - enabled = yes - destination = tcp:host.docker.internal - api key = 11111111-2222-3333-4444-555555555555 - timeout seconds = 60 - default port = 19999 - send charts matching = * - buffer size bytes = 1048576 - reconnect delay seconds = 5 - initial clock resync iterations = 60 diff --git a/build_external/scenarios/children-to-localhost/docker-compose.yml b/build_external/scenarios/children-to-localhost/docker-compose.yml deleted file mode 100644 index dea56fe5..00000000 --- a/build_external/scenarios/children-to-localhost/docker-compose.yml +++ /dev/null @@ -1,10 +0,0 @@ -version: '3.3' -services: - child: - image: netdata/netdata - command: /usr/sbin/netdata -D - volumes: - - ./child_stream.conf:/etc/netdata/stream.conf:ro - - ./child_netdata.conf:/etc/netdata/netdata.conf:ro - extra_hosts: - - "host.docker.internal:host-gateway" diff --git a/build_external/scenarios/children-to-localhost/parent_stream.conf b/build_external/scenarios/children-to-localhost/parent_stream.conf deleted file mode 100644 index 36a416b9..00000000 --- a/build_external/scenarios/children-to-localhost/parent_stream.conf +++ /dev/null @@ -1,7 +0,0 @@ -[11111111-2222-3333-4444-555555555555] - enabled = yes - allow from = * - default history = 3600 - health enabled by default = auto - default postpone alarms on connect seconds = 60 - multiple connections = allow |