Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dansheps/netbox-lifecycle
A Netbox plugin for managing Hardware EOL/EOS, and Support Contracts
https://github.com/dansheps/netbox-lifecycle
netbox-plugin
Last synced: 6 days ago
JSON representation
A Netbox plugin for managing Hardware EOL/EOS, and Support Contracts
- Host: GitHub
- URL: https://github.com/dansheps/netbox-lifecycle
- Owner: DanSheps
- License: apache-2.0
- Created: 2023-05-09T12:51:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-05T17:51:20.000Z (3 months ago)
- Last Synced: 2024-12-23T08:07:24.384Z (13 days ago)
- Topics: netbox-plugin
- Language: Python
- Homepage:
- Size: 137 KB
- Stars: 56
- Watchers: 6
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# NetBox Lifecycle Plugin
The Netbox Lifecycle plugin is a Hardware EOS/EOL, License and Support Contract tracking plugin for NetBox.
## Features
* Tracking EOL/EOS data
* Tracking License
* Tracking Support Contracts# Requirements
* Netbox 4.1+
* Python 3.10+## Compatibility Matrix
| | Netbox 3.2.x | NetBox 4.1.x |
|--------|----------------|----------------|
| 1.0.0+ | Compatible | Not Compatible |
| 1.1.3+ | Not Compatible | Compatible |## Installation
To install, simply include this plugin in the plugins configuration section of netbox.
Example:
```python
PLUGINS = [
'netbox_lifecycle'
],
```## Configuration
None
## Usage
TBD
## Additional Notes
TBD
## Contribute
Contributions are always welcome! Please open an issue first before contributing as the scope is going to be kept
intentionally narrow