amidaware / tacticalrmm

A remote monitoring & management tool, built with Django, Vue and Go.
https://docs.tacticalrmm.com
Other
3.11k stars 436 forks source link

Background "Pending Deletion" for offline deleted Agents #1553

Open ssteeltm opened 1 year ago

ssteeltm commented 1 year ago

When we delete an agent from dashboard and its offline, it deletes from rmm, but in that PC the agent still installed, and then when online again would try to reach RMM server and generate this message with auth error: image

An ideia would be to keep this auth on database, marked for delete/uninstall, so when the agent whos been deleted from dashboard and was offline, comes online it will reach rmm server, auth ok, and have the instruction to uninstall, like it would do if it was online in that time.

plao commented 1 year ago

Would be nice, yes