Home
NetBox Sitemap Plugin¶
NetBox plugin for displaying sites on a map.
- Free software: MIT
- Documentation: https://Larster05.github.io/netbox-sitemap/
Features¶
NetBox plugin for displaying sites on a map.
Compatibility¶
| NetBox Version | Plugin Version |
|---|---|
| 4.0 | 0.3.0 |
Installing¶
For adding to a NetBox Docker setup see the general instructions for using netbox-docker with plugins.
While this is still in development and not yet on pypi you can install with pip:
pip install netbox-sitemap
local_requirements.txt or plugin_requirements.txt (netbox-docker):
Enable the plugin in /opt/netbox/netbox/netbox/configuration.py,
or if you use netbox-docker, your /configuration/plugins.py file :
PLUGINS = [
'netbox_sitemap'
]
PLUGINS_CONFIG = {
"netbox_sitemap": {},
}
Credits¶
Based on the NetBox plugin tutorial:
This package was created with Cookiecutter and the netbox-community/cookiecutter-netbox-plugin project template.