summaryrefslogtreecommitdiffstats
path: root/build_external/scenarios
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-09 13:19:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-09 13:19:22 +0000
commitc21c3b0befeb46a51b6bf3758ffa30813bea0ff0 (patch)
tree9754ff1ca740f6346cf8483ec915d4054bc5da2d /build_external/scenarios
parentAdding upstream version 1.43.2. (diff)
downloadnetdata-c21c3b0befeb46a51b6bf3758ffa30813bea0ff0.tar.xz
netdata-c21c3b0befeb46a51b6bf3758ffa30813bea0ff0.zip
Adding upstream version 1.44.3.upstream/1.44.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'build_external/scenarios')
-rw-r--r--build_external/scenarios/children-to-localhost/child_netdata.conf2
-rw-r--r--build_external/scenarios/children-to-localhost/child_stream.conf2
-rw-r--r--build_external/scenarios/children-to-localhost/docker-compose.yml1
-rw-r--r--build_external/scenarios/children-to-localhost/parent_stream.conf2
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