Netbox Plugin for ITSM service mapping.
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.8 | 3.7.0, 3.7.4 |
3.0.0 | > 4.0.0 | 4.0.7 |
4.0.0 | > 4.1.0 | 4.1.0 |
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
PLUGINS_CONFIG = {
"nb_service": {
"top_level_menu": True # If set to True the plugin will add a top level menu item for the plugin. If set to False the plugin will add a menu item under the Plugins menu item. Default is set to True.
},
}