netbox-sync icon indicating copy to clipboard operation
netbox-sync copied to clipboard

Possibility to not add a Netbox-sync tags or Netbox-sync : Orphaned Tag

Open rblase2 opened this issue 1 month ago • 2 comments

Hello, sorry to bother you, but I’m currently synchronizing 6 different vCenters with this script, and I’ve noticed that the script automatically adds the “Netbox-Sync: Orphaned” tag. This happens because when synchronizing a particular vCenter, the script assumes that the VMs from the previous synchronizations no longer exist since they are not present in the one currently being processed. It’s not a major issue, but it does artificially generate constant log entries in Netbox. Would it be possible to add an option for this? Or do you have any idea on how to make it easier to manage this “small” issue? Thank you in advance for your work on this excellent repo.

rblase2 avatar Nov 29 '25 19:11 rblase2

Hi,

Have you tried ignore_unknown_source_object_pruning = True? Just check the example config file

bb-Ricardo avatar Nov 30 '25 01:11 bb-Ricardo

Hi,

I gonna try this ASAP, i give you feedback soon

rblase2 avatar Dec 01 '25 19:12 rblase2