Skip to content

somediego/nbservice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Netbox Plugin for ITSM service mapping.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.6%
  • HTML 12.4%
  • JavaScript 1.0%