Skip to content

Commit

Permalink
Removed some forgotten code lines from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNetworkGuy committed Nov 18, 2024
1 parent acab7dd commit 81764b5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions netbox_zabbix_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 81764b5

Please sign in to comment.