/nbservice

Netbox Plugin for ITSM service mapping.

Primary LanguagePythonApache License 2.0Apache-2.0

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.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

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

Configuration

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.
    },
}

Screenshots

Versions 2.X

Service List

Service View

Service Relations

Service Diagram

Application List

Application View

Application Devices

Versions 3.X

Service List

Service View

Service Relations

Service Diagram

Application List

Application View

Application Devices