mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-12-19 03:42:23 -06:00
Fixed #11
This commit is contained in:
@@ -282,7 +282,7 @@ class NetworkDevice():
|
||||
OUTPUT: True
|
||||
"""
|
||||
if(not self.template_name):
|
||||
e = (f"Device template '{self.nb.device_type.display_name}' "
|
||||
e = (f"Device template '{self.nb.device_type.display}' "
|
||||
"has no Zabbix template defined.")
|
||||
logger.info(e)
|
||||
raise SyncInventoryError()
|
||||
|
||||
Reference in New Issue
Block a user