mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -06:00
Updated Plugins (markdown)
parent
516c1b0f3f
commit
7afc98415f
32
Plugins.md
32
Plugins.md
@ -1,13 +1,9 @@
|
||||
# Intro to Plugins
|
||||
## About Plugins
|
||||
|
||||
[Plugins](https://netbox.readthedocs.io/en/stable/plugins/#plugins) are packaged Django apps that can be installed alongside NetBox to provide custom functionality not present in the core application. Plugins can introduce their own models, views, and other resources, but cannot interfere with core components. A NetBox user may opt to install plugins provided by the community or build his or her own.
|
||||
|
||||
Plugins are supported on NetBox v2.8 and later.
|
||||
|
||||
### Finding Plugins
|
||||
|
||||
You can find a curated list of popular plugins [on our wiki](https://github.com/netbox-community/netbox/wiki/Community-Contributions#plugins). You can also search for GitHub repositories with the [`netbox-plugin`](https://github.com/topics/netbox-plugin) topic applied.
|
||||
|
||||
### Developing Plugins
|
||||
|
||||
Anyone is free and welcome to develop a plugin for NetBox. This can be a project that you use internally within your organization, an open source project, or even a commercial product. To get started with a plugin, we suggest first completing the official development tutorial. This will walk you through the process of creating a plugin from scratch. From there, the plugins framework documentation should have everything you need.
|
||||
@ -18,3 +14,29 @@ Anyone is free and welcome to develop a plugin for NetBox. This can be a project
|
||||
### Plugin Support
|
||||
|
||||
Please note that each plugin is its own project and maintained by its respective owner(s). The NetBox core team cannot provide assistance with plugin-specific issues. If you run into a problem installing or using a plugin, please consult the plugin's documentation to determine where to ask for help. (Generally, users will be advised to submit an issue to the plugin's repository on GitHub or elsewhere.)
|
||||
|
||||
## Plugins List
|
||||
|
||||
Below are some of the more popular plugins that have been created for NetBox. This list of course is always growing, so feel free to suggest additions.
|
||||
|
||||
* [axians-netbox-plugin-pdu](https://github.com/minitriga/axians-netbox-plugin-pdu) - Get PDU information
|
||||
* [ciscodnacnetbox](https://github.com/robertcsapo/ciscodnacnetbox) - Cisco DNA Center Integration with NetBox
|
||||
* [netbox-bgp](https://github.com/k01ek/netbox-bgp) - Document BGP objects
|
||||
* [netbox-nagios](https://github.com/hudson-trading/netbox-nagios) - Show Nagios host and service status in NetBox on the device page
|
||||
* [netbox-paloalto](https://github.com/rodvand/netbox-paloalto) - List firewall rules associated with a NetBox object
|
||||
* [netbox-plugin-auth-saml2](https://github.com/jeremyschulman/netbox-plugin-auth-saml2) - SSO authentication using SAML2
|
||||
* [netbox-plugin-config-officer](https://github.com/artyomovs/netbox-plugin-config-officer) - Stores configuration diffs and checks templates compliance
|
||||
* [netbox-plugin-interface-sync](https://github.com/drygdryg/netbox-plugin-interface-sync) - Compare and synchronize interfaces between devices and device types
|
||||
* [netbox-qrcode](https://github.com/k01ek/netbox-qrcode) - Generate QR codes
|
||||
* [netbox-software-manager](https://github.com/alsigna/netbox-software-manager) - Manage Cisco IOS & XE software
|
||||
* [netbox-sync](https://github.com/bb-Ricardo/netbox-sync) - Sync vCenter objects into NetBox
|
||||
* [netbox-topology-views](https://github.com/mattieserver/netbox-topology-views) - Draws topology views
|
||||
* [netbox-vault-secrets](https://github.com/ffddorf/netbox-vault-secrets) - Hashicorp Vault integration
|
||||
* [netbox-virtual-circuit-plugin](https://github.com/vapor-ware/netbox-virtual-circuit-plugin) - Supports virtual circuit management
|
||||
* [netbox_capirca_plugin](https://github.com/991jo/netbox_capirca_plugin) - Manage ACLs and Firewall rules with capirca inside NetBox
|
||||
* [netbox_ipcalculator](https://github.com/PieterL75/netbox_ipcalculator) - Embedded IP calculator
|
||||
* [nextbox-ui-plugin](https://github.com/iDebugAll/nextbox-ui-plugin) - A topology visualization plugin powered by the NextUI Toolkit
|
||||
* [ntmap](https://github.com/den-it/ntmap) - Network topology map using NetBox as a data source
|
||||
* [phonebox_plugin](https://github.com/iDebugAll/phonebox_plugin) - Manage telephone numbers
|
||||
|
||||
(You can also find plugins by searching for the [netbox-plugin](https://github.com/topics/netbox-plugin) topic on GitHub.)
|
||||
|
Loading…
Reference in New Issue
Block a user