mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-14 01:41:25 -06:00
Added Zabbix logout
This commit is contained in:
parent
b705e1341f
commit
7b8827fa94
@ -283,6 +283,7 @@ def main(arguments):
|
|||||||
device.createInZabbix(zabbix_groups, zabbix_templates, zabbix_proxy_list)
|
device.createInZabbix(zabbix_groups, zabbix_templates, zabbix_proxy_list)
|
||||||
except SyncError:
|
except SyncError:
|
||||||
pass
|
pass
|
||||||
|
zabbix.logout()
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
Reference in New Issue
Block a user