mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-14 09:51:26 -06:00
Removed some forgotten code lines from testing
This commit is contained in:
parent
acab7dd6d2
commit
81764b589a
@ -157,9 +157,6 @@ def main(arguments):
|
|||||||
# Check if a valid hostgroup has been found for this VM.
|
# Check if a valid hostgroup has been found for this VM.
|
||||||
if not vm.hostgroup:
|
if not vm.hostgroup:
|
||||||
continue
|
continue
|
||||||
# Temporary disable inventory sync for VM's
|
|
||||||
# vm.set_inventory(nb_vm)
|
|
||||||
|
|
||||||
# Checks if device is in cleanup state
|
# Checks if device is in cleanup state
|
||||||
if vm.status in zabbix_device_removal:
|
if vm.status in zabbix_device_removal:
|
||||||
if vm.zabbix_id:
|
if vm.zabbix_id:
|
||||||
|
Loading…
Reference in New Issue
Block a user