Good afternoon, I have installed a virtual machine with netdata, and then I tried to add another Linux machine via the API to monitor my main application. The problem is that the machine does not appear on the dashboard. Through logs, I see that the machine manages to connect, but this error message appears in the logs: API KEY DISABLED PERMISSION DENIED.
This is the server configuration file;
[global]
run as user = netdata
# default storage size - increase for longer data retention
page cache size = 32
dbengine multihost disk space = 256
[stream]
enabled = yes
destination = 172.21.56.55
api key = *******
[******]
enabled = yes
allow from = 172.21.56.82
default history = 3600
default memory mode = ram
health enabled by default = auto
default postpone alarms on connect seconds = 60
and this is the client machine I want to monitor
[stream]
enabled = yes
destination = 172.21.56.55:19999
api key = ******
timeout seconds = 60
default port = 19999
default memory mode = save
health enabled by default = auto
send charts matching = *
buffer size bytes = 1048576