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.
Add images to README for enhanced visuals
7083814Christian Rose2h agoMerge pull request #29 from DenDanskeMine/topology-view
c3180baChristian Rose2h agoBump version to v0.9.0
12a8699DenDanskeMine2h agoFix click with auto-sort, remove glow on selected devices
94b1906DenDanskeMine2h agoRelease prep: auto-sort toggle, pin fix, natural port order, review fixes
fdba2d0DenDanskeMine3h agoFix bugs from code review, clean ortho routing, connection-aligned layout
a7d6753DenDanskeMine3h agoDevice picker, context menu, cable colors, save fixes, code review fixes
f8df640DenDanskeMine3h agoCable obstacle avoidance and precise ortho routing
6b57444DenDanskeMine10h agoHA side-rail routing, parallel cable fan-out, label fixes
bfda166DenDanskeMine10h agoAdd PDF export, pass-through toggle, reset layout, position fixes
8091f58DenDanskeMine20h agochore: bump version to 2.4.1
66ff642DenDanskeMine22d agofix: manual discover discarded by dedup guard (missing is_manual check)
16d5dfdDenDanskeMine22d agorelease: v2.4.0 — SSH Jumphost routing (#23)
b6e212eDenDanskeMine23d agofeat: SSH Jumphost routing for isolated networks (#23)
2025f56DenDanskeMine23d agofix: prevent thundering herd, add phantom dedup guard, fix email digest recursion
ef510cbDenDanskeMine24d agoRevert "fix: stagger overdue recovery jobs to prevent thundering herd on startup"
e33ebf7DenDanskeMine24d agofix: stagger overdue recovery jobs to prevent thundering herd on startup
ac1a392DenDanskeMine24d agofix: correct stale removal count and skip stale logic on manual scans
59931cfDenDanskeMine24d agofix: replace instance=prefix with job PK tracking for scan/discover scheduling
310605cDenDanskeMine24d agotest: add test_dns_sync, test_models, test_ping (26 more unit tests)
ab5c872DenDanskeMine24d 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