Forum Discussion
Mike_Moniz
Professor
23 days agoDon't have a ton ideas myself, nothing really pretty.
For things like temporary disconnects, that shouldn't cause instances to be deleted because the Auto Discover should return a non-zero exit code if it fails to query, so it gets ignored. If that is occurring, that might be a bug in the code or a situation it's not accounting for.
As the rest, all I can think of is if you add all of the intelligence into the Active Discovery code itself (assuming you have someone who can code). You may need to have code to separate out instances you never want to delete from those you always want to delete. If that's even possible (don't know that much about SQL).