A NetBox plugin for pinging and discovering IPs
NetBox Ping Plugin
A NetBox plugin for pinging and discovering IPs in your network.
Features
Ping IPs and subnets directly from NetBox
Auto-discover new IPs
Track IP status with custom fields and tags
Bulk scan operations
Dark mode compatible UI
Installation
pip install netbox-ping
Configuration
Add to your configuration.py:
PLUGINS = ['netbox_ping']
PLUGINS_CONFIG = {
'netbox_ping': {
'coming_soon': True
}
}
Usage
Install the plugin
Navigate to Plugins > NetBox Ping
Click "Create Required Fields & Tags"
Start scanning your networks!
Requirements
NetBox 4.0 or later
Python 3.8 or later
ping command available on the system
Package Installation
Install the package from your NetBox installation path:
source /opt/netbox/venv/bin/activate
cd /opt/netbox
pip install git+https:/github.com/DenDanskeMine/netbox-prefix-pinger.git
Enable the Plugin
Add the plugin to PLUGINS in /opt/netbox/netbox/netbox/configuration.py:
PLUGINS = [
'netbox_ping',
]
Run Migr
- RPM
- python3-netbox-ping-0.54-1.lbn42.noarch.rpm
- Summary
- A NetBox plugin for pinging and discovering IPs
- URL
- https://pypi.org/project/netbox-ping
- Group
- Unspecified
- License
- ZPL
- Source
-
python-netbox-ping-0.54-1.lbn42.src.rpm
- Checksum
- 37cc6e3905f681fccddbedd43e575698324e3ce002c5827513b823eb381ddb3b
- Build Date
- 2025/09/13 13:27:18
- Requires
-
python3.13dist(dnspython) >= 2
- Provides
-
python-netbox-ping = 0.54-1.lbn42
python3-netbox-ping = 0.54-1.lbn42
python3.13-netbox-ping = 0.54-1.lbn42
python3.13dist(netbox-ping) = 0.54
python3dist(netbox-ping) = 0.54
- Obsoletes