TheNetworkGuy / netbox-zabbix-sync

Python script to synchronise Netbox devices to Zabbix.
MIT License
123 stars 29 forks source link

Add default ports for interfaces #63

Closed TheNetworkGuy closed 3 months ago

TheNetworkGuy commented 3 months ago

When a user wants to use an interface other than SNMP then you are required to enter 2 variables:

In 99% of the use cases the default port should be fine. So it makes sense to make a default mapper that sets the port to the Zabbix default. Users will always be able to overwrite the default should they want to.

TheNetworkGuy commented 3 months ago

Implemented.