python-nb-service
Subpackage Descriptions
single |
# 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
```python
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
![](docs/2_x_SvView.png)
### Service Relations
![]
### Service Diagram
![](docs/2_x_SvDiagram.png)
### Application List
![]
### Application View
![](docs/2_x_AppView.png)
### Application Devices
![]
## Versions 3.X
### Service List
![](docs/3_x_SvList.png)
### Service View
![]
### Service Relations
![](docs/3_x_SvRelation.png)
### Service Diagram
![]
### Application List
![](docs/3_x_AppList.png)
|
Configuration Switches (platform-specific settings discarded)
PY312 ON Build using Python 3.12
PY313 OFF Build using Python 3.13
Package Dependencies by Type
Download groups
main |
mirror://PYPIWHL/3a/d3/d72bbdd41cd960e8edf1fcf3b810a854b1dd4fe8b9eeb55a1807c8c1bf6a |
Distribution File Information
a773ba90f908800003e2d981fda0cd6654feadbf49f9249f7f0d9b7647cd75e8 1011587 python-src/nb_service-4.2.0-py3-none-any.whl
Ports that require python-nb-service:v12
No other ports depend on this one. |