Releases: bonzo81/netbox-librenms-plugin
Releases · bonzo81/netbox-librenms-plugin
v0.2.7
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
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
v0.2.4
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