Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nb-service

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nb-service

  • 4.0.1
  • PyPI
  • Socket score

Maintainers
1

Netbox Nbservice

Netbox Plugin for ITSM service mapping.

Compatibility

Plugin VersionNetBox VersionTested on
1.0.7< 3.2.12.10.6; 2.11.12; 3.1.11; 3.2.1
2.0.0> 3.7.0, < 3.7.83.7.0, 3.7.4
3.0.0> 4.0.04.0.7
4.0.0> 4.1.04.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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc