mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2026-03-21 20:18:38 -06:00
Renamed run_sync function to sync and imported it at package level for easier imports.
This commit is contained in:
@@ -28,7 +28,7 @@ setup_logger()
|
||||
logger = get_logger()
|
||||
|
||||
|
||||
def run_sync(nb_host, nb_token, zbx_host, zbx_user, zbx_pass, zbx_token):
|
||||
def sync(nb_host, nb_token, zbx_host, zbx_user, zbx_pass, zbx_token):
|
||||
"""
|
||||
Run the NetBox to Zabbix sync process.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user