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.3.tar.gz (16.9 kB view details)

Uploaded Source

Built Distribution

netbox_announcement-1.1.3-py3-none-any.whl (27.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: netbox-announcement-1.1.3.tar.gz
  • Upload date:
  • Size: 16.9 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.3.tar.gz
Algorithm Hash digest
SHA256 b2d70718adb20c1775b6916eefba5137ccefe62cc3d899c622d1485036c15d45
MD5 15d652d4079e393b8fc45632d7839154
BLAKE2b-256 fe342b4c97cc3e8a6a73f211a492e583f530f4d73ba6f4ead73a189003333c5e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: netbox_announcement-1.1.3-py3-none-any.whl
  • Upload date:
  • Size: 27.3 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b804b43bbad7fca769f3ec1aa975092a601201f21ab901b7848a9464be4ca9b3
MD5 f1cb8a400f9e4b5b48f4daafc2b4c7bd
BLAKE2b-256 c75c0e3e2cd74868b36497e1b82f3d8713c7efc68c182469a85be7b3c216b51c

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