Netbox Plugin for ITSM service mapping.
This plugin in compatible with NetBox 2.10 and later. Tested in versions: 2.10.6; 2.11.12; 3.1.11; 3.2.1
Add the following line to /opt/netbox/local_requirements.txt with
nb-service
Enable the plugin in /opt/netbox/netbox/netbox/configuration.py:
PLUGINS = ['nb_service']
Runs /opt/netbox/upgrade.sh
sudo /opt/netbox/upgrade.sh