## 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.2 | >= 0.0.0 |
| 3.X | 0.0.0 |
## Installation
The plugin is available as a [Python package](https://pypi.org/project/netbox-ip-monitor/) 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:
```no-highlight
echo netbox-ip-monitor >> local_requirements.txt
```
Raw data
{
"_id": null,
"home_page": "https://github.com/Future998/netbox-ip-monitor",
"name": "netbox-ip-monitor",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "netbox ip monitor plugin",
"author": "Alexander Burmatov",
"author_email": "burmatov202002@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/79/b8/7444f77b2d621500a917c16fb2f184698e2bbffeb94ace6f56be3fac6f06/netbox_ip_monitor-0.0.0.tar.gz",
"platform": null,
"description": "## netbox-ip-monitor\n\nVisual representation of IP addresses\n\nIP monitor to display all IP addresses in a prefix\n\n> The monitor does not display IP addresses in IPv6, container and overly large (</24) prefixes.\n\n\n\n## Compatibility\n\n| NetBox Version| Plugin Version|\n|---------------|---------------|\n| 4.2 | >= 0.0.0 |\n| 3.X | 0.0.0 |\n\n\n## Installation\n\nThe plugin is available as a [Python package](https://pypi.org/project/netbox-ip-monitor/) in PyPI and can be installed with pip\n```\nsource /opt/netbox/venv/bin/activate\npython3 -m pip install netbox-ip-monitor\n# or\n# python3 -m pip install netbox-ip-monitor==<version>\n```\n\nEnable the plugin in /opt/netbox/netbox/netbox/configuration.py:\n```\nPLUGINS = ['netbox_ip_monitor']\n```\n\nRun collectstatic:\n```\npython3 manage.py collectstatic --no-input\n```\n\nTo 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:\n\n```no-highlight\necho netbox-ip-monitor >> local_requirements.txt\n```\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "Visual representation of IP addresses",
"version": "0.0.0",
"project_urls": {
"Homepage": "https://github.com/Future998/netbox-ip-monitor"
},
"split_keywords": [
"netbox",
"ip",
"monitor",
"plugin"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "91583518ea1394205e9ad80c74affc01569b37af5e429f04124e206408bc3a8c",
"md5": "565ec2f7a7e044e9040ccfae60f71997",
"sha256": "c65a77cb4044e14a2299fa06f19b5f8e475e629fe84e09c2475763ce1061b4cf"
},
"downloads": -1,
"filename": "netbox_ip_monitor-0.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "565ec2f7a7e044e9040ccfae60f71997",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 8292,
"upload_time": "2025-03-31T23:41:45",
"upload_time_iso_8601": "2025-03-31T23:41:45.425056Z",
"url": "https://files.pythonhosted.org/packages/91/58/3518ea1394205e9ad80c74affc01569b37af5e429f04124e206408bc3a8c/netbox_ip_monitor-0.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "79b87444f77b2d621500a917c16fb2f184698e2bbffeb94ace6f56be3fac6f06",
"md5": "09500901a9931e2c6398573c63ecc040",
"sha256": "d64b9f2c7ba95b0ebc350921323f3f4651bbc36c757091aa480e9c9274159c81"
},
"downloads": -1,
"filename": "netbox_ip_monitor-0.0.0.tar.gz",
"has_sig": false,
"md5_digest": "09500901a9931e2c6398573c63ecc040",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7515,
"upload_time": "2025-03-31T23:41:46",
"upload_time_iso_8601": "2025-03-31T23:41:46.898299Z",
"url": "https://files.pythonhosted.org/packages/79/b8/7444f77b2d621500a917c16fb2f184698e2bbffeb94ace6f56be3fac6f06/netbox_ip_monitor-0.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-03-31 23:41:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Future998",
"github_project": "netbox-ip-monitor",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "netbox-ip-monitor"
}