Skip to main content

Provides circuit maintenance management features via a Netbox plugin

Project description

=================================

Netbox Circuit Maintenance Plugin

=================================

NetBox plugin for managing Circuit Maintenance events.

  • Free software: Apache-2.0
  • This plugin is still in development. Use at your own risk.

Features

Provides the ability to record circuit maintenance, maintenance impact and maintenance notifications in Netbox and link them to Providers and Circuits.

Compatibility

NetBox Version Plugin Version
3.4 0.1.0

Installing

While this is still in development and not yet on pypi you can install with pip:

pip install git+https://github.com/jasonyates/netbox_circuitmaintenance

or by adding to your local_requirements.txt or plugin_requirements.txt (netbox-docker):

git+https://github.com/jasonyates/netbox_circuitmaintenance

Enable the plugin in /opt/netbox/netbox/netbox/configuration.py, or if you use netbox-docker, your /configuration/plugins.py file :

PLUGINS = [
    'netbox_circuitmaintenance'
]

PLUGINS_CONFIG = {
    "netbox_circuitmaintenance": {},
}

Credits

Based on the NetBox plugin tutorial:

This package was created with Cookiecutter and the netbox-community/cookiecutter-netbox-plugin project template.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

netbox-circuitmaintenance-0.2.0.tar.gz (13.1 kB view hashes)

Uploaded Source

Built Distribution

netbox_circuitmaintenance-0.2.0-py2.py3-none-any.whl (15.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page