nbservice
nbservice copied to clipboard
Netbox Plugin for ITSM service mapping.
Netbox Nbservice
Netbox Plugin for ITSM service mapping.
Compatibility
Plugin Version | NetBox Version | Tested on |
---|---|---|
1.0.7 | < 3.2.1 | 2.10.6; 2.11.12; 3.1.11; 3.2.1 |
2.0.0 | > 3.7.0 | 3.7.0, 3.7.4 |
Installation
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