Skip to content

Comments

v1.0.2#53

Merged
bvbaekel merged 16 commits intomainfrom
development
Jan 20, 2026
Merged

v1.0.2#53
bvbaekel merged 16 commits intomainfrom
development

Conversation

@bvbaekel
Copy link
Contributor

New features

  • Implemented logic to use dns_name for the Zabbix Configuration Group assigned Host Interfaces (#37)
  • Implemented the synchronization of the Description field from NetBox to Zabbix (#36)
  • Implemented a checkbox on the Zabbix Host Interface that controls wether the SNMP Community/AuthPass/PrivPass is pushed onto the host (<1.0.2 default behaviour) or not and use the Zabbix inheritance logic (#30)
  • Implemented new settings to sync the NetBox type and ID to Zabbix as tag: 'attach_tag' (bool; default True) to enable/disable the tag to be synced; 'objtype_tag' to determine the name of the tag that contains the NetBox type and 'objid_tag' to specify the name of the tag that contains the NetBox ID (#5)

Bug fixes

  • Fixed bug where the 'Zabbix Sync Hosts job' tried to sync ZabbixConfigurationGroups, only to run into an exception (#38)
  • Fixed bug where the object assignment field weren't visible on the Zabbix Macro assignment and Zabbix Host Interface forms, due to translation issues and how this was handled (#39)
  • The lat/long fields on Host Inventory had a strict limit of 16 characters. Whilst correct, this restricted the use of jinja2 syntax. So, this limit has been lifted to 30 characters, which should be sufficient (#35)
  • api/plugins/nbxsync/zabbixhostinterface/ returned an error when a ZabbixConfigurationGroup has a ZabbixHostInterface assigned; not anymore
  • Fixed an issue where only 1 default and 1 non-default Host interface of the same type could be configured (it should be possible to assign multiple non-default interfaces) (#40)
  • Fixed issue where the 'search' API call toward Zabbix was used, whilst 'filter' should be used (#46)
  • Fixed issue where the 'display string' of an object was used, and not the 'name' field. This results in unexpected behaviour when asset tags are configured on devices (#47)
  • Solved issue to ensure the plugin works with NetBox 3.5.0 (#44)

Breaking changes

None

@bvbaekel bvbaekel merged commit d0e15e6 into main Jan 20, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant