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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for nb_service-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41974e2fbf5112c485cc102faddd875167901c2eb53b0162857a04156b5c6fd8 |
|
MD5 | 7499b14dcae6ea7de30ceb153bad60fb |
|
BLAKE2b-256 | f2752ba0c459a0645bbcc6b7634f7ad8bb171224c550921a9a088bc0dc08f3b0 |