Skip to content

Releases: bonzo81/netbox-librenms-plugin

v0.2.7

11 Nov 16:06
Compare
Choose a tag to compare

What's Changed

  • Add new interface table logic to handle virtual chassis member selection by @bonzo81 in #20
  • Update LibreNMS plugin configuration to allow disabling of SSL verification by @bonzo81 in #17

Interface name change

The LibreNMS Sync interface names now use the ifDescr from Librenms. This displays the full interface name to better align with the device type library convention. e.g GigabitEthernet1/0/1 instead of Gig1/0/1.

Full Changelog: v0.2.6...v0.2.7

v0.2.6

25 Oct 14:52
7207316
Compare
Choose a tag to compare

New Feature

  • Sync Virtual Machine interfaces

Bug fix

  • Pagination bug where page contents would duplicate now fixed.

Under the hood

  • Refactoring of views into separate files for better maintainability.
  • Code formatting improvements
  • Remove unused elements

All in PR Bonzo81/issue11 by @bonzo81 in #15

Full Changelog: v0.2.5...v0.2.6

v0.2.5

21 Oct 14:57
Compare
Choose a tag to compare

Bug fix release:

  • Missing commas in LibreNMS api module

Full Changelog: v0.2.4...v0.2.5

v0.2.4

21 Oct 14:48
Compare
Choose a tag to compare

Enhancements

  • Add mac_address, MTU to interface sync by @bonzo81 in #7
  • Enable select all and shift click on interface sync page rows, and other improvements by @bonzo81 in #9
  • Interface mapping now accounts for speed of interface by @bonzo81 in #12

    Update to Interface mapping modal may require recreation of existing mapping.

  • Updated LibreNMS Sync page layout to prepare for new features by @bonzo81 in #14

Under the hood

  • Refactor all views to be class-based by @bonzo81 in #6
  • Big refactor of device LibreNMS sync views to make way for new features by @bonzo81 in #14

Thanks to @donmart85 & @tkspuk for suggestions, and code contributions

Full Changelog: v0.2.3...v0.2.4

v0.2.3

30 Sep 21:19
Compare
Choose a tag to compare
  • Fix bug where wrong template is used when editing interface mappings
  • Remove unused templates from view

v0.2.2

28 Sep 20:27
Compare
Choose a tag to compare

Fix bug when adding device to LibreNMS

v0.2.1

27 Sep 22:20
Compare
Choose a tag to compare

0.2.1 (2024-09-27)

  • Fix LibreNMS hardware variable not found
  • Add update_device_field to LibreNMS API
  • Add device location Sync button to device plugin tab
  • Change SNMP community from 'text' to 'password' for privacy

v0.2.0

25 Sep 11:41
Compare
Choose a tag to compare
Update to v0.2.0

v0.1.0

24 Sep 22:02
Compare
Choose a tag to compare

Initial v0.1.0 release