TheNetworkGuy / netbox-zabbix-sync

Python script to synchronise Netbox devices to Zabbix.
MIT License
109 stars 27 forks source link

proxy.get() fix for Zabbix 7.0.x #50

Closed q1x closed 4 months ago

q1x commented 4 months ago

Zabbix 7.0.0 and higher changed the proxy.get api call, this commit fixes that api call by checking against the API version.