diff options
Diffstat (limited to 'build_external/scenarios/children-to-localhost')
4 files changed, 5 insertions, 2 deletions
diff --git a/build_external/scenarios/children-to-localhost/child_netdata.conf b/build_external/scenarios/children-to-localhost/child_netdata.conf new file mode 100644 index 000000000..1f8b0a1d6 --- /dev/null +++ b/build_external/scenarios/children-to-localhost/child_netdata.conf @@ -0,0 +1,2 @@ +[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 index 72a353fe0..a8ed306bb 100644 --- a/build_external/scenarios/children-to-localhost/child_stream.conf +++ b/build_external/scenarios/children-to-localhost/child_stream.conf @@ -1,7 +1,7 @@ [stream] enabled = yes destination = tcp:host.docker.internal - api key = 00000000-0000-0000-0000-000000000000 + api key = 11111111-2222-3333-4444-555555555555 timeout seconds = 60 default port = 19999 send charts matching = * diff --git a/build_external/scenarios/children-to-localhost/docker-compose.yml b/build_external/scenarios/children-to-localhost/docker-compose.yml index 59739f9eb..dea56fe52 100644 --- a/build_external/scenarios/children-to-localhost/docker-compose.yml +++ b/build_external/scenarios/children-to-localhost/docker-compose.yml @@ -5,5 +5,6 @@ services: 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 index bf85ae258..36a416b91 100644 --- a/build_external/scenarios/children-to-localhost/parent_stream.conf +++ b/build_external/scenarios/children-to-localhost/parent_stream.conf @@ -1,4 +1,4 @@ -[00000000-0000-0000-0000-000000000000] +[11111111-2222-3333-4444-555555555555] enabled = yes allow from = * default history = 3600 |