Once finished, restart the node with sudo systemctl netdata restart , or the appropriate method for your system, to see the changed name reflected in Netdata Cloud.
Unfortunately for me, someone who wants to learn how to rename a Netdata node, all the links pointing to GitHub pages where I might learn how, are all failing with a 404 error.
If you deploy on a container you must add in the yml the value hostname example:
version: ‘3’
services:
netdata:
image: netdata/netdata:<>>
container_name: netdata
hostname: <<example.contoso.com>>>
ports:
- 19999:19999
restart: on-failure
Hello, it works on ubuntu server, but i tried on Amazon Linux 2 and it doesn’t work.
I can change the hostname on the config file, but the node name shown on the dashboard remains the same as before