I have two virtual machine one is where our ML models will run in that virtual machine we have installed Netdata as a client consider this as a child.
And on other virtual machine we have installed netdata now this virtual machine need to be as a central monitor or parent .
i have configured the netdata.conf file as shown below
Parent netdata.conf file:-
[global]
run as user = netdata
# default storage size - increase for longer data retention
page cache size = 32
dbengine multihost disk space = 256
[web]
bind to = localhost,192.168.0.110
#allow connections from = 192.168.0.114
[stream]
enabled = yes
destination = 192.168.0.114:19999
child netdata.conf file:-
[global]
run as user = netdata
# default storage size - increase for longer data retention
page cache size = 32
dbengine multihost disk space = 256
update every = 10
[stream]
enabled = yes
allow from = 192.168.0.110
i have added the stream option in both the parent and child still i was not able to access the child metrics in parent
And another question do we need to login to the netdata cloud to the see the nodes in parent machine.
Netdata version :- 1.38.0-453-nightly