NetBox plugin for more detailed changlog diffs
Project description
NetBox ChangeLog Diff Plugin
NetBox plugin for more detailed changlog diffs
- Free software: Apache-2.0
- Documentation: https://ITJamie.github.io/netbox-changelog-diff-plugin/
Features
The features the plugin provides should be listed here.
Compatibility
NetBox Version | Plugin Version |
---|---|
4.0.5 | 0.1.0 |
Minium version is 4.0.5 of netbox. Otherwise no changelog diff's will show up
Screenshot
Installing
For adding to a NetBox Docker setup see the general instructions for using netbox-docker with plugins.
While this is still in development and not yet on pypi you can install with pip:
pip install git+https://github.com/ITJamie/netbox-changelog-diff-plugin
or by adding to your local_requirements.txt
or plugin_requirements.txt
(netbox-docker):
git+https://github.com/ITJamie/netbox-changelog-diff-plugin
Enable the plugin in /opt/netbox/netbox/netbox/configuration.py
,
or if you use netbox-docker, your /configuration/plugins.py
file :
PLUGINS = [
'netbox-changelog-diff-plugin'
]
PLUGINS_CONFIG = {
"netbox-changelog-diff-plugin": {},
}
Credits
Diff function based on https://github.com/wagoodman/diff2HtmlCompare
Based on the NetBox plugin tutorial:
This package was created with Cookiecutter and the netbox-community/cookiecutter-netbox-plugin
project template.
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
File details
Details for the file netbox_changelog_diff_plugin-0.1.0.tar.gz
.
File metadata
- Download URL: netbox_changelog_diff_plugin-0.1.0.tar.gz
- Upload date:
- Size: 8.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5dfc2bd4c311b407458dc5283c6a9309800584717c16bc6a6d4c1ecce346978f |
|
MD5 | 9411e4c2309c63c79aafdd3ec9ff3af5 |
|
BLAKE2b-256 | c28e32333ff2fd70735ced11d60d051fede0b9ae449e204ba7889252be16e315 |
File details
Details for the file netbox_changelog_diff_plugin-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: netbox_changelog_diff_plugin-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3102ca7f02fe928d92a2ac9e50195b220a9e8394989c2d72f0b0678c34c6c489 |
|
MD5 | 9d5b48a03128b7e9b5b7bf376e29e640 |
|
BLAKE2b-256 | b24e5d1367ed50bfd61cb435542b2aea254059a580937c5f5b001331817b9beb |