hh
netbox-eox-views is a NetBox 4.x plugin for managing and displaying End-of-Life (EoX) information for devices.
It provides custom views and navigation for tracking device lifecycle status within NetBox.
- List devices with EoX information
- Custom navigation integration
- Redirects and custom views for device lifecycle management
- NetBox 4.x
- Python 3.8+
- Django (compatible with NetBox 4.x)
-
Clone this repository into your NetBox
pluginsdirectory:git clone https://github.com/boxx1483/netbox-eox-views.git
-
Add
'netbox_eox_views'to thePLUGINSlist in your NetBoxconfiguration.py:PLUGINS = [ 'netbox_eox_views', ]
-
Restart NetBox.
- Access the EoX device list at
/plugins/netbox_eox_views/ldos-device-list/ - The plugin adds navigation entries and custom views for device lifecycle management.
- TIH stuff http://0.0.0.0:8000/plugins/
netbox_eox_views/urls.py– URL routing for plugin viewsnetbox_eox_views/views.py– View classes (e.g.,LDOSDeviceListView)netbox_eox_views/navigation.py– Custom navigation integration
This project is licensed under the GNU General Public License v2.0. See LICENSE for details.
Bo Mikkelsen / Netic A/S