I read the following
But still scratching my head.
How can I delete the stale node circled below?
The trash can says “Delete is disabled” when I hover over it
I read the following
But still scratching my head.
How can I delete the stale node circled below?
The trash can says “Delete is disabled” when I hover over it
Just circling back in case this helps some poor soul…
(i)
symbol (View node information)id: {...}
key. This should be a string in UUID format, e.g. 6e072590-a422-45b2-bdab-cdd3fb14ad68
netdatacli remove-stale-node {uuid}
substituting {uuid}
above with your real one, obviously…@luckman212 I also asked to implement the deletion of stale nodes by hostname, but this was not done. I think we need this, I think using just the uuid is unnecessarily complicated. I will keep asking!
This was implemented a while ago
remove-stale-node <node_id | machine_guid | hostname | ALL_NODES>
Unregisters and removes a node from the cloud.
If I do not use cloud, is it possible to delete a stale node from my local server collecting data from a few machines? I do not see such an option in netdatacli
command.
Yes, it is possible.
how? I do not see such an option in netdatacli
command.
@RandomNet You need to update your Netdata.
OK, now I do understand. I’m using a nixos package, and it seems that it must be compiled with withCloud = true;
flavour to be able to have this option available, even if I do not use the cloud.
I have tested it and it works locally as it should now, thanks!