mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2026-03-21 20:18:38 -06:00
improved formatting
This commit is contained in:
@@ -365,7 +365,9 @@ class Sync:
|
||||
device.set_inventory(nb_device)
|
||||
device.set_usermacros()
|
||||
device.set_tags()
|
||||
logger.debug("Host %s NetBox data: %s", device.name, pformat(dict(nb_device)))
|
||||
logger.debug(
|
||||
"Host %s NetBox data: %s", device.name, pformat(dict(nb_device))
|
||||
)
|
||||
# Checks if device is part of cluster.
|
||||
# Requires clustering variable
|
||||
if device.is_cluster() and self.config["clustering"]:
|
||||
|
||||
Reference in New Issue
Block a user