Visual representation of IP addresses
Project description
netbox-ip-monitor
Visual representation of IP addresses
IP monitor to display all IP addresses in a prefix
The monitor does not display IP addresses in IPv6, container and overly large (</24) prefixes.
Compatibility
| NetBox Version | Plugin Version |
|---|---|
| 4.4 | >= 0.1.2 |
| 4.3 | >= 0.1.2 |
| 4.2 | >= 0.0.0, < 0.1.0 |
| 3.X | 0.0.0 |
Installation
The plugin is available as a Python package in PyPI and can be installed with pip
source /opt/netbox/venv/bin/activate
python3 -m pip install netbox-ip-monitor
# or
# python3 -m pip install netbox-ip-monitor==<version>
Enable the plugin in /opt/netbox/netbox/netbox/configuration.py:
PLUGINS = ['netbox_ip_monitor']
Run collectstatic:
python3 manage.py collectstatic --no-input
To ensure the plugin is automatically re-installed during future upgrades, create a file named local_requirements.txt (if not already existing) in the NetBox root directory (alongside requirements.txt) and append the netbox-ip-monitor package:
echo netbox-ip-monitor >> local_requirements.txt
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file netbox_ip_monitor-0.1.2.tar.gz.
File metadata
- Download URL: netbox_ip_monitor-0.1.2.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aee2352a93bd806d920b4bc8081a3cd8a0c7bce0df57c6ede77425bf998aae53
|
|
| MD5 |
1755bf446bd8924a4dc24ef780201e29
|
|
| BLAKE2b-256 |
60ae4fe94e81ffa1cec94790cab1a8124b815b115db3cc19738c56189173bb17
|
File details
Details for the file netbox_ip_monitor-0.1.2-py3-none-any.whl.
File metadata
- Download URL: netbox_ip_monitor-0.1.2-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6353fad8ef80f0045862a384342d2bd75c7b7633e2ab7a064be406a45e0d807a
|
|
| MD5 |
5a80d0bc32c2a6d0487773645d3520cc
|
|
| BLAKE2b-256 |
cc362e4c13e75d1f65d3e9a5c51cab3d77d8f783d1b562efbb1ed081bd73b85d
|