Skip to main content

No project description provided

Project description

Netbox Nbservice

Netbox Plugin for ITSM service mapping.

Compatibility

This plugin in compatible with NetBox 2.10 and later. Tested in versions: 2.10.6; 2.11.12; 3.1.11; 3.2.1

Installation

The plugin is available as a Python package in pypi and can be installed with pip

pip install nbservice

Enable the plugin in /opt/netbox/netbox/netbox/configuration.py:

PLUGINS = ['nb_service']

The Plugin contains static files for topology visualization. They should be served directly by the HTTP frontend. In order to collect them from the package to the Netbox static root directory use the following command:

(venv) $ cd /opt/netbox/netbox/
(venv) $ python3 manage.py collectstatic

The Plugin was built for multiple Netbox Versions, so in order to setup the database objects run make migrations, and aply the database models

(venv) $ python3 manage.py makemigrations nb_service
(venv) $ python3 manage.py migrate nb_service

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nb_service-1.0.0.tar.gz (998.3 kB view hashes)

Uploaded Source

Built Distribution

nb_service-1.0.0-py3-none-any.whl (1.0 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page