Skip to main content

Dynamically reload NetBox plugins without server restart

Project description

NetBox Plugin Reloader

A NetBox plugin that dynamically reloads plugins without requiring a server restart. This plugin ensures that NetBox properly registers all plugin models and form fields that might have been missed during the initial application startup.

Features

  • Dynamically registers plugin models that were missed during server startup
  • Refreshes custom field form definitions to include newly registered models
  • Helps solve integration issues between NetBox and other plugins
  • No configuration required - works out of the box

Compatibility Matrix

NetBox Version Plugin Version
4.2.x 0.0.2

Installation

The plugin is available as a Python package on PyPI and can be installed with pip:

pip install netbox-plugin-reloader

To enable the plugin, add it to the PLUGINS list in your configuration.py:

PLUGINS = [
    'other_plugin',
    'another_plugin',
    'netbox-plugin-reloader',  # Always add netbox_plugin_reloader last!
]

After installing the plugin:

  1. Restart NetBox:

    sudo systemctl restart netbox
    
  2. Ensure that netbox-plugin-reloader is included in your local_requirements.txt if you're using the official NetBox installation method.

For more details, see the NetBox Documentation.

Important Note

netbox_plugin_reloader must be the last item in your PLUGINS list! This ensures that it can properly detect and register all models from other plugins that may have been missed during the initial startup process.

How It Works

When NetBox starts, Plugin Reloader:

  1. Scans all enabled plugins for models that aren't properly registered in NetBox's feature registry
  2. Registers any missed models with NetBox's registration system
  3. Refreshes form field definitions to ensure they include all registered models

This helps resolve issues where plugins might not fully integrate with NetBox due to load order problems without requiring a server restart.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

Jan Krupa jan.krupa@cesnet.cz

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-plugin-reloader-4.3.0.tar.gz (4.6 kB view details)

Uploaded Source

File details

Details for the file netbox-plugin-reloader-4.3.0.tar.gz.

File metadata

  • Download URL: netbox-plugin-reloader-4.3.0.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.28.2 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.14 CPython/3.10.12

File hashes

Hashes for netbox-plugin-reloader-4.3.0.tar.gz
Algorithm Hash digest
SHA256 5918fb59ed1575b1f6f6862e7114e4edcd34abd62a4d0d5161ca4162b5d42f78
MD5 afd3bdde201819eb6c20d6fa0d5b1e86
BLAKE2b-256 3f2e7899d670a051f7eede0728f7491fafd25b0e05c499ab9186ba3a908dfbd9

See more details on using hashes here.

Supported by

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