Open-source plugins that extend NetBox with ping monitoring, interactive maps, and more. Built with Python, designed for real infrastructure.
Built with
A NetBox plugin for pinging, discovering, and monitoring IP addresses directly from your NetBox instance.
One-click ping from any IP address detail page with response time, DNS name, and last seen.
Ping all existing IPs in a prefix at once to check reachability across entire subnets.
Scan entire subnets to find and automatically add active IPs not yet in NetBox.
Select multiple prefixes from the list view and scan or discover in bulk.
Configure recurring scans and discovery globally or per-prefix with customizable intervals.
Three schedule modes per prefix: Follow Global, Custom On, or Custom Off.
Automatic reverse DNS lookups with configurable DNS servers for reachable IPs.
Sortable ping status columns in IP and Prefix tables, plus status panels on detail pages.
A comprehensive mapping and floor plan visualization plugin for NetBox. Build interactive floor plans, place assets on a global map, visualize rack utilization, and more.
Canvas-based editor with drag-and-drop tile placement, pan/zoom, and configurable grids.
Leaflet.js geographic map showing sites, locations, tiles, and standalone markers.
Color-coded gradient from green to red showing rack fill percentage directly on tiles.
Expand any rack in the sidebar to see all devices inside, sorted by U-position.
Configure and display camera field-of-view cones with live preview on floor plans.
Rack, Aisle, Wall, Door, Cooling, Power, Camera, Access Point, and more with distinct colors.
One-click export of floor plans to PDF including all tiles, labels, and camera FOV cones.
Toggle features and configure detail panel fields from the UI — no file editing or restarts.
Development
Latest commits across our plugins.
Merge pull request #20 from DenDanskeMine/fix/email-digest-timestamps
81c3274Christian Rose2h agoAdd timestamps to email digest state transitions
e2dc55aDenDanskeMine2h agoClean up README — match netbox-ping style, remove verbose sections
2429e81DenDanskeMine3h agoAdd PyPI Downloads badge to README
217e1b4DenDanskeMine3h agoUpdate README with v2.2.0 features and cleaner layout
2f1488eDenDanskeMine3h agoBump version to 0.6.0
df7cb6eDenDanskeMine4h agoMerge pull request #15 from DenDanskeMine/feature/issue-13-ui-overhaul
ff6bfebChristian Rose4h agoAdd tile text orientation, site map fiber support, UI polish (closes #13, closes #14)
1f18f5eDenDanskeMine4h agoMerge pull request #19 from DenDanskeMine/feature/issue-18-stale-ip-detection
447bb97Christian Rose4h agoAdd stale IP detection, fix utilization bug, and improve UI
e01d03bDenDanskeMine5h agoRemove plan from docs/ — lives in .claude/ (local only)
8c58b00DenDanskeMine1d agoAdd detailed fiber/FTTH network mapping plan
5fb34ccDenDanskeMine1d agoUI overhaul: modular JS rewrite, floor plan polish, site map updates (refs #13)
7e18911DenDanskeMine1d agoStart UI overhaul (refs #13)
6855f6eDenDanskeMine1d agoMerge pull request #12 from DenDanskeMine/feature/issue-11-drop-tile-type
c2872baChristian Rose1d agoUpdate issue templates
4030432Christian Rose1d agoAdd PyPI Downloads badge to README
f25f2c2Christian Rose3d agoBump version to 2.1.4
d3e8c86DenDanskeMine3d agoRemove Add and Import buttons from list views
cd846ebDenDanskeMine3d agoBump version to 2.1.3
6e14ae3DenDanskeMine3d agoGetting Started
Get up and running in minutes with pip.
Install from PyPI into your NetBox virtual environment.
$ pip install netbox-ping$ pip install netbox-mapAdd the plugin to your NetBox configuration.py file.
PLUGINS = [
'netbox_ping',
'netbox_map',
]Apply database migrations, collect static files, and restart NetBox services.
$ python manage.py migrate$ python manage.py collectstatic --no-input$ sudo systemctl restart netbox netbox-rqOr try it instantly at demo.danbyte.net — no install needed.
Install our plugins in minutes and unlock new capabilities for your network documentation.
demo.danbyte.net — user: demo / pass: demo