Port variant | v12 |
Summary | Netbox plugin for ITSM service mapping (3.12) |
BROKEN | |
Package version | 4.0.1 |
Homepage | https://github.com/renatoalmeidaoliveira/nbservice |
Keywords | python |
Maintainer | Python Automaton |
License | Not yet specified |
Other variants | v13 |
Ravenports | Buildsheet | History |
Ravensource | Port Directory | History |
Last modified | 11 NOV 2024, 23:28:05 UTC |
Port created | 08 JAN 2023, 04:18:24 UTC |
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) |
Build (only) |
python312:dev:std python-pip:single:v12 autoselect-python:single:std |
Build and Runtime | python312:primary:std |
main | mirror://PYPIWHL/73/e6/89affa67ec81c5af2f968c1abf14eaf2131272c3a78ee876348cd412e0fa |
No other ports depend on this one. |