From 81764b589af226d604d61d6f740d12ac2d4ada3f Mon Sep 17 00:00:00 2001 From: TheNetworkGuy Date: Mon, 18 Nov 2024 14:11:38 +0100 Subject: [PATCH] Removed some forgotten code lines from testing --- netbox_zabbix_sync.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/netbox_zabbix_sync.py b/netbox_zabbix_sync.py index 7e65ba1..e374afe 100755 --- a/netbox_zabbix_sync.py +++ b/netbox_zabbix_sync.py @@ -157,9 +157,6 @@ def main(arguments): # Check if a valid hostgroup has been found for this VM. if not vm.hostgroup: continue - # Temporary disable inventory sync for VM's - # vm.set_inventory(nb_vm) - # Checks if device is in cleanup state if vm.status in zabbix_device_removal: if vm.zabbix_id: