Skip to main content

A NetBox announcement plugin

Project description

Netbox Announcement Plugin

This the netbox announcement plugin. You can use netbox_announcement plugin in Github.com

Installing Netbox Announcement Plugin

The instructions below detail the process for installing and enabling a Netbox announcement plugin.

Install Package

Download and install the plugin package per its installation instructions. Plugins published via PyPI are typically installed using pip. Be sure to install the plugin within Netbox`s virtual environment.

please refer how to use netbox plugins

$ source /opt/netbox/venv/bin/activate

(venv)$ pip install netbox_announcement==[latest version]

Enable the Plugin

In configuration.py, add the plugin's name to the PLUGIINS list:

PLUGINS = [
    'netbox_announcement',
]

Configure Plugin

Open configuration.py with your preferred editor to begin configuring of Netbox announcement plugin. The following configuration are required only when you migrate the model of the netbox announcement plugin to the Netbox database.

DEVELOPER=True 

Run Database Migrations

The Netbox announcement plugin has 3 models related with Virtual Machine / Device announcement, and Site announcement. To introduce these new db models, run the provided schema migrations. Next, we can apply the migration of the Netbox_announcement model to the database with the migrate command

(venv) $ cd /opt/netbox/netbox/
(venv) $ python3 manage.py makemigrations netbox_announcement
(venv) $ python3 manage.py migrate netbox_announcement

Restart service

Then, restart the netbox and netbox-rq services to enable them

# systemctl restart netbox netbox-rq
# systemctl restart nginx

Reference

Please refer Netbox plugin development document

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-announcement-1.1.0.tar.gz (16.7 kB view details)

Uploaded Source

Built Distribution

netbox_announcement-1.1.0-py3-none-any.whl (27.1 kB view details)

Uploaded Python 3

File details

Details for the file netbox-announcement-1.1.0.tar.gz.

File metadata

  • Download URL: netbox-announcement-1.1.0.tar.gz
  • Upload date:
  • Size: 16.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.4

File hashes

Hashes for netbox-announcement-1.1.0.tar.gz
Algorithm Hash digest
SHA256 4b48187b06d9b26fe5e5258fa10c71366047cde6cb2ffd3df65e648d3e75e6bd
MD5 4e52128b567bf41fefa63129b31c006c
BLAKE2b-256 f288a796fd692c6431de7dbbadf4df57ef9f76c2def9623d593adc8e62139eec

See more details on using hashes here.

File details

Details for the file netbox_announcement-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: netbox_announcement-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 27.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.4

File hashes

Hashes for netbox_announcement-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 81e3919a8bc334536ae5bbc368e5624e0be4c15dc1ae101cdfce6c6f59d2142e
MD5 66173fd136878a226a9344c325a1f86c
BLAKE2b-256 a5adb45ef0da23b9baa2510237f8bd4c50592b2977f823ceca79f30e4800f337

See more details on using hashes here.

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