recreated container because i could not change the hostname
reconfigured the same, restarted and reclaimed using the docker command provided
now i have multiple nodes claimed, all unreachable
Environment/Browser
multiple Windows server 2019 with windows_exporter.exe
single windows docker container netdata/netdata:latest that collects them all
disabled container self-monitoring because it’s a container:
[plugins]
proc = no
diskspace = no
cgroups = no
tc = no
idlejitter = no
apps = no
Hi @audioscavenger , off topic but… why do you think it is self-monitoring? It is the host system monitoring (apps => running processes, cgroups => running containers, etc.)
in order to change its hostname, i stoped and removed old instance and created a new one ( pay attention to -v in my prev command, it allows to persist database and claiming stuff on the host machine, so my new instance will be using it - Cloud see it as the same instance).
I executed same docker run ... command but added --hostname=my_docker_netdata0 \ (see our docs)
I get my instance up and i see it on the cloud. See the Node Name, it is changed to --hostname. No new unreachable nodes.