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.
Bump version to 0.11.0
c661408DenDanskeMine30m agofeat: topology filter by tag + include sub-locations/sub-roles (#35, #44) (#48)
a1829b4Christian Rose32m agoBump version to 2.7.0
715d12eDenDanskeMine1h agofeat: custom SLA thresholds (#28) + VRF inheritance on Discover (#30) (#32)
0b6caedChristian Rose1h agoBump version to 2.6.1
6bcc490DenDanskeMine1h agoBump version to 0.10.2
1d7b8e1DenDanskeMine1h agofix: quick search on Ping Results AND Ping History matches IPs (#29) (#31)
c490caaChristian Rose1h agofix: topology PDF export no longer hangs on large topologies (#47)
a369aa0Christian Rose1h agofix: floor plan canvas + PDF default to light when theme is ambiguous (#41) (#46)
f90f858Christian Rose1h agofix: tag reverse-accessor clash with other plugins (#42) (#45)
086e889Christian Rose1h agofix: dashboard widget picker crash — use eager gettext in AppHealthWidget (v0.10.1)
cfd5972DenDanskeMine14d agofeat: Uptime SLA tracking + Audit Reports (v2.6.0)
4e90e18Christian Rose14d agodocs: add documentation link to README header
c5f9452DenDanskeMine14d agodocs: add 0.10.x to compatibility and security tables
5d9d09eDenDanskeMine14d agoUpdate compatibility table for netbox-map versions
28f78a4Christian Rose14d agoAdd ping count setting, fix false down results (#25)
1b870ccDenDanskeMine4/1/2026chore: bump version to 2.4.1
66ff642DenDanskeMine3/7/2026fix: manual discover discarded by dedup guard (missing is_manual check)
16d5dfdDenDanskeMine3/7/2026release: v2.4.0 — SSH Jumphost routing (#23)
b6e212eDenDanskeMine3/5/2026feat: SSH Jumphost routing for isolated networks (#23)
2025f56DenDanskeMine3/5/2026Getting 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