Update non-zero uuid key + child conf. (#16452)
vkalintiris committed
Nov 23, 2023 at 13:50 UTC
880c8d78f3399ade35aa884ef93756a4124fd051
4 files changed
+5
-2
build_external/scenarios/children-to-localhost/child_netdata.conf
new
+2
@@ -0,0 +1,2 @@
1
+[db]
2
+ mode = dbengine
build_external/scenarios/children-to-localhost/child_stream.conf
+1
-1
@@ -1,7 +1,7 @@
1
[stream]
2
enabled = yes
3
destination = tcp:host.docker.internal
4
- api key = 00000000-0000-0000-0000-000000000000
4
+ api key = 11111111-2222-3333-4444-555555555555
5
timeout seconds = 60
6
default port = 19999
7
send charts matching = *
build_external/scenarios/children-to-localhost/docker-compose.yml
+1
@@ -5,5 +5,6 @@ services:
5
command: /usr/sbin/netdata -D
6
volumes:
7
- ./child_stream.conf:/etc/netdata/stream.conf:ro
8
+ - ./child_netdata.conf:/etc/netdata/netdata.conf:ro
9
extra_hosts:
10
- "host.docker.internal:host-gateway"
build_external/scenarios/children-to-localhost/parent_stream.conf
+1
-1
@@ -1,4 +1,4 @@
1
-[00000000-0000-0000-0000-000000000000]
1
+[11111111-2222-3333-4444-555555555555]
2
enabled = yes
3
allow from = *
4
default history = 3600