Non-persistent nodes

Is there any support for non-persistent nodes? I’d like to monior a fleet of thin clients which do not have persistent disks (all changes are lost upon reboot). I’m able to run the kickstarter script upon bootup, but every time it is run, a new entry for that node is created. Is there a good way to link it to an existing node so it doesn’t clutter up the dashboard? Alternatively, can nodes be deleted automatically once they lose connection for a certain amount of time?

Alternatively, can nodes be deleted automatically once they lose connection for a certain amount of time?

Hey, @derm. I am not sure but I think it is supposed to work that way when

# netdata.conf
[health]
    is ephemeral = yes

I will ask/test this.

Ok, I checked - that option doesn’t do. I don’t think there is a way to remove/cleanup ephemeral hosts if using dbengine mem mode.