From c21c3b0befeb46a51b6bf3758ffa30813bea0ff0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 9 Mar 2024 14:19:22 +0100 Subject: Adding upstream version 1.44.3. Signed-off-by: Daniel Baumann --- build_external/scenarios/children-to-localhost/child_netdata.conf | 2 ++ build_external/scenarios/children-to-localhost/child_stream.conf | 2 +- build_external/scenarios/children-to-localhost/docker-compose.yml | 1 + build_external/scenarios/children-to-localhost/parent_stream.conf | 2 +- 4 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 build_external/scenarios/children-to-localhost/child_netdata.conf (limited to 'build_external/scenarios') 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 -- cgit v1.2.3